cli apps
parent
bb88be62f1
commit
75c77f48b7
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"timesyncd"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
# CLI apps
|
||||
|
||||
[bat](https://github.com/sharkdp/bat): `cat` with colors.
|
||||
|
||||
[fd](https://github.com/sharkdp/fd): simple `find`.
|
||||
|
||||
[fzf](https://github.com/junegunn/fzf): command-line finder.
|
||||
|
||||
[tldr](https://github.com/tldr-pages/tldr): simple `man`.
|
||||
|
||||
[HTTPie](https://httpie.org/): call API in terminal.
|
||||
|
||||
[Rclone](https://rclone.org/): `rsync` for cloud storage.
|
Loading…
Reference in New Issue