Skip to content
/ clips Public

Clips (CLI Password Storage) is a command-line tool designed for managing local JSON format data, ideal for password management. It allows you to search (with support for regex expressions), modify, remove, and generate data entries effortlessly.

Notifications You must be signed in to change notification settings

CEKlTA/clips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clips

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.

Features

  • Advanced Search: Use regular expressions to find entries.
  • Modify and Remove: Efficiently modify or remove entries.
  • Data Generation: Quickly generate new random data.

Installation

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

Usage

clips <RegEx> [JSON | -r(remove) | -g(generate)]

Search

clips <RegEx>
clips foo

Modify

clips <RegEx> [new_value]
clips foo 37

Remove

clips <RegEx> -r
clips foo -r

Generate

clips <RegEx> -g
clips foo -g

Contributions

Contributions are welcome! If you want to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Open a Pull Request.

License

This project is licensed under the MIT License. (open source)


Developed with ❤️ by cekita

About

Clips (CLI Password Storage) is a command-line tool designed for managing local JSON format data, ideal for password management. It allows you to search (with support for regex expressions), modify, remove, and generate data entries effortlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages