Will it work for Termux?
This commit is contained in:
parent
8652fdb570
commit
24cafb0a84
3 changed files with 29 additions and 21 deletions
|
@ -104,9 +104,10 @@ i moreutils # Advanced shell commands (ts, sponge...)
|
|||
i tmux # Terminal multiplexer
|
||||
i bash-completion # Shell completions
|
||||
i fzf # Fancy file finder
|
||||
i highlight # Syntax highlighter
|
||||
i highlight # Syntax highlighter (TODO No termux)
|
||||
|
||||
i zsh # Shell
|
||||
# TODO Arch only for the following but not a problem
|
||||
i zsh-autosuggestions # Shell suggestions
|
||||
i zsh-completions # Shell completions
|
||||
i zsh-history-substring-search # Shell config
|
||||
|
@ -117,19 +118,19 @@ i zsh-syntax-highlighting # Shell highlighting
|
|||
|
||||
# Monitoring utilities
|
||||
i ncdu # Explore directories by weight on disk
|
||||
i lsof # Find who/what uses the files
|
||||
i lsof # Find who/what uses the files (TODO No termux)
|
||||
i pv # Allow to show progress in pipe
|
||||
|
||||
# Network utilities
|
||||
i openssh # SSH connections
|
||||
i proxytunnel # Proxy connections through HTTPS
|
||||
# i proxytunnel # Proxy connections through HTTPS (TODO No termux)
|
||||
i curl # Transfer URL
|
||||
i wget # Download URL
|
||||
i gnu-netcat # Network piping
|
||||
i gnu-netcat netcat # Network piping
|
||||
i socat # Multi-purpose relay
|
||||
i rsync # Remote file-copying tool
|
||||
i speedtest-cli # Network speed benchmarker
|
||||
i bind-tools # DNS queryier
|
||||
i speedtest-cli # Network speed benchmarker (TODO No termux)
|
||||
i bind-tools dnsutils # DNS queryier
|
||||
|
||||
# Archives utilities
|
||||
i unzip # Unarchive ZIP files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue