2021-06-13 14:45:20 +02:00
|
|
|
moreutils
|
|
|
|
man
|
|
|
|
visidata
|
2021-12-02 16:55:55 +01:00
|
|
|
{% if can_chown or not arch_based %}
|
2021-06-13 14:45:20 +02:00
|
|
|
insect
|
2021-12-02 16:55:55 +01:00
|
|
|
{% endif %}
|
2021-06-13 14:45:20 +02:00
|
|
|
translate-shell
|
2021-06-29 20:54:25 +02:00
|
|
|
gnupg
|
2021-06-13 14:45:20 +02:00
|
|
|
{# Editor #}
|
|
|
|
{% if termux %}
|
|
|
|
nvim
|
|
|
|
{% else %}
|
|
|
|
neovim
|
|
|
|
{% endif %}
|
|
|
|
{% if not termux %}
|
|
|
|
{{ python_prefix }}-neovim
|
|
|
|
{% endif %}
|
|
|
|
{# Downloaders #}
|
|
|
|
wget
|
|
|
|
{# Uncompressors #}
|
|
|
|
unzip
|
|
|
|
unrar
|
|
|
|
p7zip
|
|
|
|
{# EOF #}
|