Add bkp - backup utility

This commit is contained in:
Grzegorz Krason 2024-08-27 14:40:21 +02:00
parent 2252650cfd
commit b88d3e82aa

View File

@ -280,6 +280,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.
* [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager.
* [try](https://github.com/timofurrer/try) - A dead simple CLI to try out python packages - it's never been easier.
* [bkp](https://github.com/gergelyk/bkp) - Makes backup copies of your files/directories. Supports TGZ format and annotations.
* CLI Enhancements
* [httpie](https://github.com/httpie/cli) - A command line HTTP client, a user-friendly cURL replacement.
* [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting.