User Tools

Site Tools


terminal:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
terminal:home [2022/03/13 18:18]
nanodano
terminal:home [2022/03/15 00:39]
nanodano [Audio/Video]
Line 1: Line 1:
 ====== Terminal Tools ====== ====== Terminal Tools ======
 +
 +This is a collection of useful applications that can be used in the terminal without a graphical desktop. These are all available in the [[:operating_systems:debian|Debian]] main repository.
  
 ===== Shell ===== ===== Shell =====
  
-  * SSH - secure shell for remote computers+  * [[:terminal:ssh|SSH]] - secure shell for remote computers
   * Bash   * Bash
   * [[terminal:zsh|Zsh]]   * [[terminal:zsh|Zsh]]
   * [[:other:tmux_terminal_multiplexing|Tmux]] - Terminal multiplexing   * [[:other:tmux_terminal_multiplexing|Tmux]] - Terminal multiplexing
  
-===== Files =====+===== File Managers =====
  
   * [[terminal:midnight_commander|Midnight Commander]] - Terminal file navigation and FTP/SFTP   * [[terminal:midnight_commander|Midnight Commander]] - Terminal file navigation and FTP/SFTP
-  * [[https://www.devdungeon.com/tags/vim|vim]] - Terminal text editor+  * vifm 
 + 
 +===== Editors ===== 
 + 
 +  * nano 
 +  * emacs 
 +  * [[https://www.devdungeon.com/tags/vim|vim]] 
 +  * neovim 
 +  * joe 
  
 ===== Communication ===== ===== Communication =====
Line 22: Line 33:
  
   * [[:other:elinks_terminal_web_browser|ELinks]] - Terminal web browsing and BitTorrent   * [[:other:elinks_terminal_web_browser|ELinks]] - Terminal web browsing and BitTorrent
 +  * links
 +  * lynx
   * [[https://www.devdungeon.com/content/one-line-http-servers|One-line HTTP servers]]   * [[https://www.devdungeon.com/content/one-line-http-servers|One-line HTTP servers]]
   * cURL   * cURL
 +  * wget
  
 ===== Development ===== ===== Development =====
Line 29: Line 43:
   * [[https://www.devdungeon.com/content/how-write-command-line-tools|How to write a good CLI application]]   * [[https://www.devdungeon.com/content/how-write-command-line-tools|How to write a good CLI application]]
   * [[:other:dialog_terminal_tui|Dialog]] - terminal user interface generator   * [[:other:dialog_terminal_tui|Dialog]] - terminal user interface generator
 +
 +===== Audio/Video =====
 +
 +  * [[:terminal:ffmpeg|ffmpeg]] - Swiss army knife for audio/video
 +  * beep - Make PC speaker beep
 +  * [[:terminal:cmus|cmus]] - Music player
 +  * id3tool - View/edit audio meta tags
 +
 +===== System administration =====
 +
 +  * neofetch - Provides system information like OS, kernel, CPU, GPU, memory, etc.
 +
  
 ===== Misc ===== ===== Misc =====
  
   * [[https://www.devdungeon.com/content/create-ascii-art-text-banners-python|Terminal ASCII art with figlets and cowsay]]   * [[https://www.devdungeon.com/content/create-ascii-art-text-banners-python|Terminal ASCII art with figlets and cowsay]]
 +  * sed
 +  * awk
 +  * grep
 +  * cut
 +  * head, tail
 +  * less, more
 +
  
terminal/home.txt · Last modified: 2022/03/18 20:30 by nanodano