Skip to content

Commit

Permalink
feat(system-tools): add ouch (#21697)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 18, 2024
1 parent 2243a41 commit 72f5baa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,10 @@ The diagram illustrates the repository's architecture, which is considered overl

## System Tools

- **Rclone** - Sync program
- **restic** - Backup program
- **Vim** - Text editor
- **Ouch!** - Compressing and decompressing program
- **Rclone** - Cloud storage sync program
- **restic** - Encrypted backup program
- **Vim** - Terminal-based text editor
- **Zellij** - Terminal multiplexer

## Reverse Engineering
Expand Down
4 changes: 4 additions & 0 deletions system-tools/ouch/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ouch-compress:
ouch compress /path/to/folder folder.tar.zst
ouch-decompress:
ouch decompress folder.tar.zst

0 comments on commit 72f5baa

Please sign in to comment.