From b88d3e82aa540d9e505246dce0d5303435e99c5f Mon Sep 17 00:00:00 2001 From: Grzegorz Krason Date: Tue, 27 Aug 2024 14:40:21 +0200 Subject: [PATCH] Add bkp - backup utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a7f5f89d..8fb96d6f8 100644 --- a/README.md +++ b/README.md @@ -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.