└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome CLI 2 | 3 | > A curated list of command line interfaces, or command line tools. 4 | 5 | Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. 6 | 7 | ## Entertainment 8 | 9 | * [pianobar](http://6xq.net/projects/pianobar/)- Pandora client 10 | 11 | * [TTYtter](https://github.com/atomicules/TTYtter)- Twitter client- ([original](http://www.floodgap.com/software/ttytter/)) 12 | 13 | ## Web Development 14 | 15 | * [caniuse-cmd](https://github.com/sgentle/caniuse-cmd)- Caniuse command line tool 16 | 17 | * [pageres-cli](https://github.com/sindresorhus/pageres-cli)- Capture website screenshots 18 | 19 | * [strip-css-comments-cli](https://github.com/sindresorhus/strip-css-comments-cli)- Strip comments from CSS 20 | 21 | * [viewport-list-cli](https://github.com/kevva/viewport-list-cli)- Return a list of devices and their viewports 22 | 23 | ## Database 24 | 25 | * [mycli](https://github.com/dbcli/mycli)- A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting. 26 | 27 | ## Productivity 28 | 29 | * [idea](https://github.com/IonicaBizau/idea)- A lightweight CLI tool and module for keeping ideas in a safe place quick and easy. 30 | 31 | * [geeknote](https://github.com/VitaliyRodnenko/geeknote)- Console client for Evernote. 32 | 33 | * [The Mutt E-Mail Client](http://www.mutt.org/) 34 | 35 | * [Timetrap](https://github.com/samg/timetrap)- Simple command line timetracker 36 | 37 | ## Utilities 38 | 39 | * [brightness-cli](https://github.com/kevva/brightness-cli)- Change screen brightness- [windows version](https://github.com/sondreb/win-brightness) 40 | 41 | * [empty-trash-cli](https://github.com/sindresorhus/empty-trash-cli)- Empty the trash 42 | 43 | * [wallpaper-ci](https://github.com/sindresorhus/wallpaper-cli)- Get or set the desktop wallpaper 44 | 45 | ### OS X 46 | 47 | * [bundle-id-cli](https://github.com/sindresorhus/bundle-id-cli)- Get bundle identifier from a bundle name (OS X): Safari → com.apple.Safari 48 | 49 | * [bundle-name-cli](https://github.com/sindresorhus/bundle-name-cli)- Get bundle name from a bundle identifier (OS X): com.apple.Safari → Safari 50 | 51 | * [osx-version-cli](https://github.com/sindresorhus/osx-version-cli)- Get the OS X version of the current system 52 | 53 | * [osx-wifi-cli](https://github.com/danyshaanan/osx-wifi-cli)- A cli for managing wifi connections on OSX 54 | 55 | ## Command Line Tools 56 | 57 | * [The Fuck](https://github.com/nvbn/thefuck)- Magnificent app which corrects your previous console command. 58 | 59 | * [happyfinder](https://github.com/hugows/hf)- (another) Fuzzy file finder for the command line 60 | 61 | * [tldr](https://github.com/tldr-pages/tldr)- Simplified and community-driven man pages 62 | 63 | ## Data Manipulation 64 | 65 | * [jq](https://github.com/stedolan/jq)- Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/) 66 | 67 | * [underscore-cli](https://github.com/ddopson/underscore-cli)- Command-line utility-belt for hacking JSON and Javascript. 68 | 69 | ## Directory Navigation 70 | 71 | * [autojump](https://github.com/joelthelion/autojump)- A cd command that learns - easily navigate directories from the command line- [http://wiki.github.com/joelthelion/autojump/](http://wiki.github.com/joelthelion/autojump/) 72 | 73 | * [fasd](https://github.com/clvv/fasd)- Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v. 74 | 75 | * [j](https://github.com/rupa/j)- semi clone of autojump ([http://github.com/joelthelion/autojump](http://github.com/joelthelion/autojump)) in shell/awk 76 | 77 | * [pm](https://github.com/Angelmmiguel/pm)- The easy way to switch to your projects on the shell 78 | 79 | * [z](https://github.com/rupa/z)- z is the new j, yo 80 | 81 | ## Git 82 | 83 | * [CLI GitHub](https://github.com/IonicaBizau/cli-github)- :tv: A fancy GitHub client for command line.- http://ionicabizau.net/blog/15 84 | 85 | * [Gistup](https://github.com/mbostock/gistup)- Create a gist from terminal, then use git to update it. 86 | 87 | * [git commander](https://github.com/golbin/git-commander)- A git tool with a easy terminal interface. 88 | 89 | * [git-stats](https://github.com/IonicaBizau/git-stats)- :four_leaf_clover: A GitHub-like contributions calendar, but locally, with all your git commits. 90 | 91 | ## Terminal Gif Creation 92 | 93 | * [ttygif](https://github.com/icholy/ttygif)- Convert terminal recordings to animated gifs 94 | 95 | * [ttygif](https://github.com/sugyan/ttygif)- ttyrec to gif 96 | 97 | * [ttystudio](https://github.com/chjj/ttystudio)- A terminal-to-gif recorder minus the headaches. 98 | 99 | ## Text Manipulation 100 | 101 | * [parse-columns-cli](https://github.com/sindresorhus/parse-columns-cli)- Parse text columns, like the output of unix commands. Returns JSON that you can manipulate with tools like jq or underscore-cli. 102 | 103 | ## Screensavers 104 | 105 | * [cmatrix](https://github.com/Treri/cmatrix)- show a scrolling 'Matrix' like screen- ([original](http://www.asty.org/cmatrix/)) 106 | 107 | * [pipes.sh](https://github.com/pipeseroni/pipes.sh) 108 | 109 | ## Other 110 | 111 | * [app-path-cli](https://github.com/sindresorhus/app-path-cli)- Get the path to an app (OS X) 112 | 113 | * [Bible.Js CLI client](https://github.com/BibleJS/BibleApp)- :book: Bible.JS CLI client. Read the Holy Bible via the command line. 114 | 115 | * [birthday](https://github.com/IonicaBizau/birthday)- Know when a friend's birthday is coming. 116 | 117 | * [cowsay and cowthink](https://web.archive.org/web/20120225123719/http://www.nog.net/~tony/warez/cowsay.shtml)- You can [install with homebrew](http://brew-formulas.com/formula/cowsay) 118 | 119 | * [detect-indent-cli](https://github.com/sindresorhus/detect-indent-cli)- Detect the indentation of code 120 | 121 | * [find-up-cli](https://github.com/sindresorhus/find-up-cli)- Find a file by walking up parent directories 122 | 123 | * [fortune](http://brew-formulas.com/formula/fortune) 124 | 125 | * [gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli)- Get the gzipped size of a file or stdin 126 | 127 | * [HASA -cli](https://github.com/sindresorhus/hasha-cli)- Hashing made simple. Get the hash of text or stdin. 128 | 129 | * [indent-string-cli](https://github.com/sindresorhus/indent-string-cli)- Indent each line in a string 130 | 131 | * [is-reachable-cli](https://github.com/beatfreaker/is-reachable-cli)- Check if hostnames are reachable or not 132 | 133 | * [kill-tabs](https://github.com/sindresorhus/kill-tabs)- Kill all Chrome tabs to improve performance, decrease battery usage, and save memory 134 | 135 | * [leven-cli](https://github.com/sindresorhus/leven-cli)- Measure the difference between two strings using the Levenshtein distance algorithm 136 | 137 | * [open-shortcut-cli](https://github.com/sindresorhus/open-shortcut-cli)- Open the URL from a web shortcut file in the browser 138 | 139 | * [pkg-dir-cli](https://github.com/sindresorhus/pkg-dir-cli)- Find the root directory of a npm package 140 | 141 | * [pretty-ms-cli](https://github.com/sindresorhus/pretty-ms-cli)- Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s 142 | 143 | * [repeating-cli](https://github.com/sindresorhus/repeating-cli)- Repeat a string - fast 144 | 145 | * [speed-test](https://github.com/sindresorhus/speed-test)- Test your internet connection speed and ping using speedtest.net from the CLI 146 | 147 | * [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli)- Get the URL from a web shortcut file 148 | 149 | * [string-width-cli](https://github.com/sindresorhus/string-width-cli)- Get the visual width of a string - the number of columns required to display it 150 | 151 | * [to-double-quotes](https://github.com/sindresorhus/to-double-quotes-cli)- Convert matching single-quotes to double-quotes: I 'love' unicorns => I "love" unicorns 152 | 153 | * [to-single-quotes](https://github.com/sindresorhus/to-single-quotes-cli)- Convert matching double-quotes to single-quotes: I "love" unicorns → I 'love' unicorns 154 | 155 | * [yosay](https://github.com/yeoman/yosay) 156 | --------------------------------------------------------------------------------