Move file apps around

This commit is contained in:
Adam Harris 2016-01-04 09:19:03 -07:00
parent 3f588e694f
commit cb7a8e5c30
1 changed files with 4 additions and 8 deletions

View File

@ -23,7 +23,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Files and Directories](#files-and-directories)
- [Deletion](#deletion)
- [Files](#files)
- [Directories](#directories)
- [Directory Navigation](#directory-navigation)
- [Version Control](#version-control)
- [Git](#git)
@ -100,7 +99,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [archive-type-cli](https://github.com/kevva/archive-type-cli) - Detect the archive type of a Buffer/Uint8Array.
- [battery-level](https://github.com/gillstrom/battery-level) - Get current battery level.
- [brightness-cli](https://github.com/kevva/brightness-cli) - Change screen brightness- [windows version](https://github.com/sondreb/win-brightness).
- [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin.
- [gotty](https://github.com/yudai/gotty) - Share your terminal as a web application.
- [screensaver](https://github.com/gillstrom/screensaver) - Start the screensaver.
- [wallpaper-ci](https://github.com/sindresorhus/wallpaper-cli) - Get or set the desktop wallpaper.
@ -118,8 +116,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Command Line Tools
- [The Fuck](https://github.com/nvbn/thefuck)- Magnificent app which corrects your previous console command.
- [happyfinder](https://github.com/hugows/hf)- (another) Fuzzy file finder for the command line.
- [PathPicker](https://facebook.github.io/PathPicker/) - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in.
- [tldr](https://github.com/tldr-pages/tldr)- Simplified and community-driven man pages.
## Data Manipulation
@ -138,13 +134,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Files
- [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin.
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files!
- [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.
### Directories
- [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories.
### Directory Navigation
- [autojump](https://github.com/wting/autojump) - A cd command that learns - easily navigate directories from the command line- [https://github.com/wting/autojump/wiki](https://github.com/wting/autojump/wiki).
@ -152,6 +145,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [j](https://github.com/rupa/j) - semi clone of autojump ([https://github.com/wting/autojump](https://github.com/wting/autojump)) in shell/awk.
- [pm](https://github.com/Angelmmiguel/pm) - The easy way to switch to your projects on the shell.
- [z](https://github.com/rupa/z) - z is the new j, yo.
- [happyfinder](https://github.com/hugows/hf)- (another) Fuzzy file finder for the command line.
- [PathPicker](https://facebook.github.io/PathPicker/) - After parsing the output from a command, PathPicker presents you with a nice UI to select which files you're interested in.
- [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories.
## Version Control