diff --git a/README.md b/README.md index 662a475..e77e889 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,18 @@ It will copy the selected icon to the clipboard. +### Compress/Extract + +
+Click to expand + +Some shortcut to compress and extract files. + +- `compress` ... +- `extract` ... + +
+ ## Installation ```sh diff --git a/home/scripts/zip/default.nix b/home/scripts/compress/default.nix similarity index 100% rename from home/scripts/zip/default.nix rename to home/scripts/compress/default.nix diff --git a/home/scripts/default.nix b/home/scripts/default.nix index 6d13b91..6b9261e 100644 --- a/home/scripts/default.nix +++ b/home/scripts/default.nix @@ -10,7 +10,7 @@ ./startup ./nerdfont_fzf ./system - ./zip + ./compress ./misc.nix ];