Skip to content

Latest commit

 

History

History
79 lines (71 loc) · 6.34 KB

AWSOME.md

File metadata and controls

79 lines (71 loc) · 6.34 KB

Shells

  • fish Smart and user-friendly command line shell
  • zsh Powerful shell with scripting language

Tools

  • bat cat(1) clone with wings
  • cheat Create and view interactive cheatsheets on the command-line
  • ddgr DuckDuckGo from the terminal
  • delta syntax-highlighter for git and diff output, see also diff-so-fancy
  • direnv Environment switcher for the shell, compare with autoenv
  • exa A modern version of ‘ls’, see also lsd
  • fasd Command-line productivity booster, offers quick access to files and directories
  • fd fd is a simple, fast and user-friendly alternative to 'find'
  • fortune Shows a random fortune
  • fu An easy way to query commandlinefu.com from the commandline
  • fz Seamless fuzzy tab completion for z
  • fzf A command-line fuzzy finder
  • git-extras GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
  • git-open Open the GitHub page or website for a repository in your browser
  • gitflow-avh AVH Edition of the git extensions to provide high-level repository operations for Vincent Driessen's branching model
  • go-jira Simple jira command line client in Go
  • googler Google Search, Google Site Search, Google News from the terminal
  • jq Sed for json data
  • scc count lines of code quickly in rust, see also cloc
  • newsboat RSS/Atom feed reader for the text console
  • ngrep grep as a network packet analyzer
  • ranger VIM-inspired filemanager for the console
  • rcm rc file (dotfile) management
  • rg ripgrep is a line oriented search tool that combines the usability of The Silver Searcher with the raw speed of GNU grep
  • sd Intuitive find & replace CLI (sed alternative)
  • shellcheck static analysis tool for shell scripts
  • skim Fuzzy Finder in rust!
  • surfraw browse specific site and search the web from your terminal without browser
  • tealdeer A very fast implementation of tldr in Rust
  • tmux Terminal multiplexer
  • transcrypt encrypt files within a git repository
  • ts Unix batch system where the tasks spooled run one after the other
  • v Z for VIM
  • xsv A fast CSV command line toolkit written in Rust
  • z Z is the new j, yo
  • zoxide a new cd alternative inspired by z

Apps (ncurses, ...)

  • cmus Cross-platform cli audio player
  • gotty Share your terminal as a web application
  • grv Text-mode interface for Git with customisable vi bindings
  • htop A ncurses based interactive process viewer which aims to be a better top
  • httpie HTTPie is a command line HTTP client, a user-friendly cURL replacement
  • hub A command-line wrapper for git that makes you better at GitHub
  • ical-buddy OSX calendar on the command line
  • lnav An advanced log file viewer for the small-scale
  • mpsyt Terminal based YouTube player and downloader
  • mpv Video player based on MPlayer/mplayer2
  • multitail Monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge
  • mutt All mail clients suck. This one just sucks less
  • neovim Vim-fork focused on extensibility and usability
  • nnn fastest terminal file manager ever written
  • reminders-cli simple CLI for interacting with OS X reminders
  • rtv Browse Reddit from your terminal
  • tig Text-mode interface for Git
  • vim Vim is a greatly improved version of the good old UNIX editor Vi
  • w3m Debian's w3m: WWW browsable pager
  • weather-cli Check the weather for your city from your terminal
  • weechat WeeChat is a fast, light and extensible chat client
  • youtube-dl Small command-line program to download videos from YouTube.com

Awsome lists