qemo-cli

1.0.1 • Public • Published

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>"

Readme

Keywords

none

Package Sidebar

Install

npm i qemo-cli

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

4.94 kB

Total Files

5

Last publish

Collaborators

  • ashutosh_singh