4 releases

0.1.2 Sep 2, 2024
0.1.1 Sep 1, 2024
0.1.0 Sep 1, 2024
0.0.1-rc.2 Sep 1, 2024

#1443 in Command line utilities

Download history 63/week @ 2024-08-26 122/week @ 2024-09-02

185 downloads per month

Custom license

14KB
184 lines

qdir - Quick Directory Creator

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.

Features

  • Create directories with random alphanumeric names
  • Optional naming themes: scientists/engineers or pet names
  • Create nested directories with controllable depth
  • Use system temp directory or current working directory

Usage

Basic: qdir

With options: qdir [options]

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 version

Installation

You 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.

Contributing

Contributions to Qdir are welcome! Please feel free to submit a Pull Request.

Acknowledgments

  • Inspired by Docker's naming generator for containers
  • Thanks to all the scientists and technologists whose names are used in this project

Support

If you encounter any problems or have any questions, please open an issue on the GitHub repository.

Dependencies

~1.4–2MB
~38K SLoC