mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
docs: Add READMEs for feh, httpie, and yay
This commit is contained in:
parent
5c04a58082
commit
fe96f56867
17
feh/README.md
Normal file
17
feh/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# feh
|
||||
|
||||
[feh][feh] is an image viewer with no GUI. It can also change the desktop background.
|
||||
|
||||
## Use Cases
|
||||
|
||||
feh can be used to:
|
||||
|
||||
- Quickly view and browse through images without loading a GUI
|
||||
- Change your desktop background if not using a desktop environment
|
||||
- Strategically place GUI-less images in your rice screenshots
|
||||
|
||||
You should not use feh if:
|
||||
|
||||
- You are using a desktop environment with an image viewer
|
||||
|
||||
[feh]: https://github.com/derf/feh
|
17
httpie/README.md
Normal file
17
httpie/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# httpie
|
||||
|
||||
[httpie][httpie] is an alternative to curl and wget.
|
||||
|
||||
## Use Cases
|
||||
|
||||
httpie can be used to:
|
||||
|
||||
- View HTTP request and response headers
|
||||
- Print, with syntax highlighting, the response body of a URL
|
||||
- Download any kind of content from a given URL
|
||||
|
||||
You should not use httpie if:
|
||||
|
||||
- You are working on a server that already has curl or wget available
|
||||
|
||||
[httpie]: https://github.com/jakubroztocil/httpie
|
17
yay/README.md
Normal file
17
yay/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# yay
|
||||
|
||||
[yay][yay] is an AUR helper for [Arch Linux](/.archlinux).
|
||||
|
||||
## Use Cases
|
||||
|
||||
yay can be used to:
|
||||
|
||||
- Easily check for updates of AUR packages
|
||||
- View database statistics with a single command (`-Ps`)
|
||||
- Clean unused dependencies easily (`-c`)
|
||||
|
||||
You should not use yay if:
|
||||
|
||||
- You do not have to worry about updating AUR packages
|
||||
|
||||
[yay]: https://github.com/Jguer/yay
|
Loading…
Reference in New Issue
Block a user