Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 976 Bytes

Readme.md

File metadata and controls

44 lines (28 loc) · 976 Bytes

CLI Manager

CLI Manager is a command-line tool for managing Passwords and Todos efficiently.

Features

  • Manage Passwords and Todos from your terminal
  • Secure storage of sensitive information
  • Easy-to-use interactive interface

Installation

  1. Clone the repository
  2. Navigate to the project directory
  3. Install dependencies
  4. Set up your MongoDB connection by creating a .env file with your MongoDB URI

Usage

Run the CLI Manager:

Follow the interactive prompts to:

  1. Choose between managing Passwords or Todos
  2. Select an action: Add, List, Update, or Delete

Password Management

  • Add new passwords with website, username, and password
  • List all stored passwords
  • Update existing password entries
  • Delete password entries

Todo Management

  • Add new todos with title, details
  • List all todos
  • Update existing todo entries
  • Delete todo entries

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.