Add data and text manipulation, and gistup

This commit is contained in:
Adam Harris 2015-07-14 11:16:00 -06:00
parent eeda72d690
commit acc0b0a191
1 changed files with 15 additions and 1 deletions

View File

@ -36,7 +36,13 @@
* [tldr](https://github.com/tldr-pages/tldr)- Simplified and community-driven man pages
## Command Line Directory Navigation
## Data Manipulation
* [jq](https://github.com/stedolan/jq)- Command-line JSON processor [http://stedolan.github.io/jq/](http://stedolan.github.io/jq/)
* [underscore-cli](https://github.com/ddopson/underscore-cli)- Command-line utility-belt for hacking JSON and Javascript.
## Directory Navigation
* [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/)
* [fasd](https://github.com/clvv/fasd)- Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
@ -51,6 +57,8 @@
* [CLI GitHub](https://github.com/IonicaBizau/cli-github)- :tv: A fancy GitHub client for command line.- http://ionicabizau.net/blog/15
* [Gistup](https://github.com/mbostock/gistup)- Create a gist from terminal, then use git to update it.
* [git commander](https://github.com/golbin/git-commander)- A git tool with a easy terminal interface.
* [git-stats](https://github.com/IonicaBizau/git-stats)- :four_leaf_clover: A GitHub-like contributions calendar, but locally, with all your git commits.
@ -61,6 +69,10 @@
* [ttystudio](https://github.com/chjj/ttystudio)- A terminal-to-gif recorder minus the headaches.
## Text Manipulation
* [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.
## Screensavers
* [cmatrix](https://github.com/Treri/cmatrix)- show a scrolling 'Matrix' like screen- ([original](http://www.asty.org/cmatrix/))
@ -77,4 +89,6 @@
* [fortune](http://brew-formulas.com/formula/fortune)
* [kill-tabs](https://github.com/sindresorhus/kill-tabs)- Kill all Chrome tabs to improve performance, decrease battery usage, and save memory
* [yosay](https://github.com/yeoman/yosay)