Clippass
A small cross-platform program to generate passwords and store them in a clipboard.
Features
- Generate and store passwords directly in the clipboard for easy access.
- Cross-platform compatibility.
Installation
To install Clippass, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/clippass.git
-
Navigate to the project directory:
cd clippass
-
Build the dependencies program using make:
chmod +x mkdeps.sh ./mkdeps.sh make
-
Install the program:
sudo make install
Usage
After installation, you can run Clippass from the command line:
clippass
This will generate a password and store it in your clipboard.
Optionally, you can use -o
option to output the password (i.e. clippass -o
).
Uninstallation
To uninstall Clippass, run:
sudo make uninstall
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
To make an update to compile_commands.json
as well as make the testing build use setup_env.sh
:
chmod +x setup_env.sh
./setup_env.sh
Acknowledgments
- Thanks to the open-source community for their invaluable contributions.
Contact
For any questions or inquiries, please up an issue on this repo.
Описание
A small program to generate passwords and copy them directly to the clipboard