22 lines
240 B
Plaintext
22 lines
240 B
Plaintext
|
moreutils
|
||
|
man
|
||
|
visidata
|
||
|
insect
|
||
|
translate-shell
|
||
|
{# Editor #}
|
||
|
{% if termux %}
|
||
|
nvim
|
||
|
{% else %}
|
||
|
neovim
|
||
|
{% endif %}
|
||
|
{% if not termux %}
|
||
|
{{ python_prefix }}-neovim
|
||
|
{% endif %}
|
||
|
{# Downloaders #}
|
||
|
wget
|
||
|
{# Uncompressors #}
|
||
|
unzip
|
||
|
unrar
|
||
|
p7zip
|
||
|
{# EOF #}
|