Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteTakerCLI

This Notes Manager is a Node.js based command-line application that allows users to manage their personal notes. It provides functionality to create, retrieve, delete, and find notes with optional tags, and also to launch a local web server to view all notes.

Installation

Prerequisites:

  • Node.js
  • npm

gettting started

  1. Clone the repository
git clone https://github.com/husamahmud/NoteTakerCLI.git
  1. Navigate to the project directory:
cd NoteTakerCLI
  1. Install the dependencies:
npm install
  1. Link the package to use the CLI globally:
npm link

Usage

  1. To create a new note:
note create "This is a new note" --tags tag1,tag2,tag3
  1. To list all notes:
note all
  1. To find notes (Find notes containing specific content):
note find "search query"
  1. To delete a note:
note delete <note_id>
  1. To view all notes in a web browser:
note web <port>
  1. Delete all notes:
note clean

About

command-line tool for capturing and organizing notes and tasks directly from your terminal.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages