Add compress/extract

This commit is contained in:
Hadi 2024-05-09 16:55:46 +02:00
parent dff9dcc8d5
commit 728797b8c5
3 changed files with 13 additions and 1 deletions

View File

@ -153,6 +153,18 @@ It will copy the selected icon to the clipboard.
</details> </details>
### Compress/Extract
<details>
<summary>Click to expand</summary>
Some shortcut to compress and extract files.
- `compress` ...
- `extract` ...
</details>
## Installation ## Installation
```sh ```sh

View File

@ -10,7 +10,7 @@
./startup ./startup
./nerdfont_fzf ./nerdfont_fzf
./system ./system
./zip ./compress
./misc.nix ./misc.nix
]; ];