1.0.1 • Published 2 years ago

qemo-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

qemo-cli

qemo-cli is a simple Command Line Interface (CLI) tool that allows you to manage your notes effortlessly. With qemo-cli, you can create, delete, list, and read notes from the terminal, making it a convenient tool for quick note-taking and organization.


Features

  • Create Notes: Easily create new notes from the command line.
  • Delete Notes: Delete notes by specifying their unique IDs.
  • List Notes: View a list of all your saved notes.
  • Read Notes: Read the content of a specific note by its ID.

Installation

You can install qemo-cli globally using npm:

npm install -g qemo-cli

Usage

Create a New Note

To create a new note, use the following command:

qemo-cli add --title="<Your note title>" --body="<Your note's body>"

Delete a Note

To delete a note, use the following command:

qemo-cli remove --title="<Your note title>"

List Notes

To list notes, use the following command:

qemo-cli list

Read a Note

To read a note, use the following command:

qemo-cli read --title="<Your note title>"
1.0.1

2 years ago

1.0.0

3 years ago