From cb7a8e5c307d173890653e510f1f68aa06ac72e7 Mon Sep 17 00:00:00 2001 From: Adam Harris Date: Mon, 4 Jan 2016 09:19:03 -0700 Subject: [PATCH] Move file apps around --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8359bfb..9b36e4a 100644 --- a/README.md +++ b/README.md @@ -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