CLI Manager is a command-line tool for managing Passwords and Todos efficiently.
- Manage Passwords and Todos from your terminal
- Secure storage of sensitive information
- Easy-to-use interactive interface
Screencast.from.31-07-24.10.37.23.AM.IST.webm
- Clone the repository
- Navigate to the project directory
- Install dependencies
- Set up your MongoDB connection by creating a
.env
file with your MongoDB URI
Run the CLI Manager:
Follow the interactive prompts to:
- Choose between managing Passwords or Todos
- Select an action: Add, List, Update, or Delete
- Add new passwords with website, username, and password
- List all stored passwords
- Update existing password entries
- Delete password entries
- Add new todos with title, details
- List all todos
- Update existing todo entries
- Delete todo entries
Contributions are welcome! Please feel free to submit a Pull Request.