| Crates.io | qdir |
| lib.rs | qdir |
| version | 0.1.2 |
| created_at | 2024-09-01 12:05:33.524327+00 |
| updated_at | 2024-09-02 18:46:12.339172+00 |
| description | A quick directory generator |
| homepage | https://github.com/k3ii/qdir |
| repository | https://github.com/k3ii/qdir |
| max_upload_size | |
| id | 1359571 |
| size | 39,087 |
qdir is a command-line tool for creating directories with randomly generated names. It's useful when you need a quick directory without thinking about names.
Basic: qdir
With options: qdir [options]
-d, --depth <depth> Set depth for nested directories-l, --length <length> Set length for random string-n, --name Use names instead of random string-p, --pet Use pets instead of random string-t, --tmp Use the system's temporary directory-h, --help Print help-V, --version Print versionYou can install qdir using cargo:
cargo install qdir
Or using brew:
brew install k3ii/tap/qdir
Check the release page to install the pre-built binaries.
Contributions to Qdir are welcome! Please feel free to submit a Pull Request.
If you encounter any problems or have any questions, please open an issue on the GitHub repository.