Add ranger and midnight commander (#111)

Okay.. This took like an hour but it's my first change on GitHub. I have added the topic "file managers" and added ranger and midnight commander.
This commit is contained in:
Adam Harris 2017-04-29 07:51:11 -06:00 committed by GitHub
parent cb7c069496
commit 3a8e3619bc
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Command Line Tools](#command-line-tools)
- [Data Manipulation](#data-manipulation)
- [Files and Directories](#files-and-directories)
- [File managers](#file-managers)
- [Deleting, Copying, and Renaming](#deleting-copying-and-renaming)
- [Files](#files)
- [Directory Navigation](#directory-navigation)
@ -181,6 +182,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Files and Directories
### File managers
- [ranger](https://github.com/ranger/ranger) - a console file manager with VI key bindings.
- [midnight-commander](https://github.com/MidnightCommander/mc) - a feature rich visual file manager
### Deleting, Copying, and Renaming
- [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and directories to the trash.
@ -212,6 +217,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [fz](https://github.com/changyuheng/fz) - Seamless fuzzy tab completion for z
- [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration
## Version Control
### Git