| Crates.io | leottaro_commands |
| lib.rs | leottaro_commands |
| version | 1.0.2 |
| created_at | 2025-02-16 10:22:16.745787+00 |
| updated_at | 2025-03-12 23:26:34.459989+00 |
| description | some simple commands |
| homepage | |
| repository | https://github.com/Leottaro/commands |
| max_upload_size | |
| id | 1557534 |
| size | 53,829 |
This project contains several Rust command-line utilities for managing directories and files.
rmdThe rmd command deletes the current directory and all of its contents.
rmd
mkdThe mkd command creates one or more directories and changes the working directory to the first created directory.
mkd <dir1> [dir2] ...
foo/bar).--help option is used.compThe comp command compresses specified directories into .tar.gz archives, excluding files and directories specified in .gitignore.
comp <path1> [path2] ... [OPTIONS]
--compression=[0-9]: Adjust the compression level (default: 6).-v, --verbose: Output detailed information during the compression process..tar.gz archives..gitignore.--help option is used.This project is licensed under the GNU GPL-3.0 License.