docs: Add READMEs for ncmpcpp, ranger, and rofi

This commit is contained in:
Donovan Glover 2018-11-18 17:06:18 -05:00
parent 58f7581be9
commit 3ee0d9a0b0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 52 additions and 0 deletions

18
ncmpcpp/README.md Normal file
View File

@ -0,0 +1,18 @@
# ncmpcpp
[ncmpcpp][ncmpcpp] is a music player client for the terminal.
## Use Cases
ncmpcpp can be used to:
- Manage your entire music library from a pretty terminal interface
- Let your music player have a color scheme consistent to your setup
- Add music functionality in your rice screenshot
You should not use ncmpcpp if:
- You use a desktop environment that already has a music player
- You do not want to use mpd
[ncmpcpp]: https://github.com/arybczak/ncmpcpp

17
ranger/README.md Normal file
View File

@ -0,0 +1,17 @@
# ranger
[ranger][ranger] is a file browser for the terminal with image support.
## Use Cases
ranger can be used to:
- Easily see all filenames in directories as you browse through them
- Show image previews in the terminal (with [kitty](/kitty))
- Use a file browser even through a tty
You should not use ranger if:
- You should use ranger.
[ranger]: https://github.com/ranger/ranger

17
rofi/README.md Normal file
View File

@ -0,0 +1,17 @@
# rofi
[rofi][rofi] is an application launcher, window switcher, and dmenu replacement.
## Use Cases
rofi can be used to:
- Launch applications based on `.desktop` files
- Show all open windows and switch between them
- Parse dmenu-like input
You should not use rofi if:
- Your desktop environment already has an application launcher and window switcher
[rofi]: https://github.com/DaveDavenport/rofi