Added new subcategory Search in Files and Directories

This commit is contained in:
Shaun J. Clayton 2019-03-03 04:37:54 -05:00
parent eb058d7ec4
commit eb3f38290b
1 changed files with 8 additions and 4 deletions

View File

@ -49,6 +49,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Files](#files)
- [Directory Listing](#directory-listing)
- [Directory Navigation](#directory-navigation)
- [Search](#search)
- [Version Control](#version-control)
- [Git](#git)
- [Changelogs](#changelogs)
@ -181,7 +182,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [imgur-uploader-cli](https://github.com/kevva/imgur-uploader-cli) - Upload images to imgur.
- [meetup-cli](https://github.com/specious/meetup-cli) - Meetup.com command line interface.
- [The Mutt E-Mail Client](http://www.mutt.org/) - Email client.
- [Taskwarrior](http://taskwarrior.org) - Free and Open Source Software that manages your TODO list from your command line.
- [terjira](https://github.com/keepcosmos/terjira) - Command line power tool for Jira.
- [ipt](https://github.com/drselump14/ipt) - Command line interface for pivotal tracker.
- [g3l](https://github.com/svtek/g3l) - Git is easy, github cli is easy but g3l easiest git cli in the w0rld!
@ -201,6 +201,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [idea](https://github.com/IonicaBizau/idea) - A lightweight CLI tool and module for keeping ideas in a safe place quick and easy.
- [geeknote](https://github.com/VitaliyRodnenko/geeknote) - Console client for Evernote.
- [Taskwarrior](http://taskwarrior.org) - Free and Open Source Software that manages your TODO list from your command line.
- [Terminal velocity](https://terminal-velocity-notes.github.io/terminal_velocity/) - A fast note-taking app for the UNIX terminal.
- [eureka](https://github.com/simeg/eureka) - Store your ideas without leaving the terminal.
- [sncli](https://github.com/insanum/sncli) - A simple Python application that gives you access to your Simplenote account via the command line.
@ -310,7 +311,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [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.
- [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings.
- [NCDu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface.
- [ripgrep](https://github.com/BurntSushi/ripgrep) - A line-oriented search tool that recursively searches your current directory for a regex pattern.
### Directory Listing
@ -323,12 +323,16 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [fasd](https://github.com/clvv/fasd) - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
- [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://github.com/facebook/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.
- [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z.
- [goto](https://github.com/iridakos/goto) - Directory aliases for the shell with autocomplete.
### Search
- [happyfinder](https://github.com/hugows/hf) - (another) Fuzzy file finder for the command line.
- [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories.
- [ripgrep](https://github.com/BurntSushi/ripgrep) - A line-oriented search tool that recursively searches your current directory for a regex pattern.
## Version Control
### Git