Clips (CLI Password Storage) is a command-line tool designed for managing local JSON data, ideal for password management. It allows you to search (with support for regular expressions), modify, delete, and generate data entries easily.
- Advanced Search: Use regular expressions to find entries.
- Modify and Remove: Efficiently modify or remove entries.
- Data Generation: Quickly generate new random data.
Requirements:
- git
- rustc
- cargo
git clone https://github.com/CEKlTA/clips.git
cd clips
cargo b
The executable will be located under "clips/target/debug/"
or "clips/target/release" if you used cargo b --release
clips <RegEx> [JSON | -r(remove) | -g(generate)]
clips <RegEx>
clips foo
clips <RegEx> [new_value]
clips foo 37
clips <RegEx> -r
clips foo -r
clips <RegEx> -g
clips foo -g
Contributions are welcome! If you want to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a Pull Request.
This project is licensed under the MIT License. (open source)
Developed with ❤️ by cekita