| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A lightweight, secure, and customizable password and words generator for command-line enthusiasts.
git clone https://github.com/mateuscomh/shellpass.git
cd shellpass
chmod +x shellpass.shsudo cp shellpass.sh /usr/local/bin/shellpassBasic password generation: To generate a default password, run and set quantity and complexity of password:
$ ./shellpass.shTo generate a password with specific length (ex: 20 chars):
$ ./shellpass.sh 20To show the help menu with all available options:
$ ./shellpass.sh -hFor quick access, add this alias to your shell configuration file (.bashrc, .zshrc, etc.):
$ alias passgen='~/path/to/shellpass.sh'Contributions to this project are welcome. If you have any suggestions, bug fixes, or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.
Made with ❤️ by Matheus Martins
| Back | FazBrowse Home | New Git URL |