Skip to content

Simple CLI app to take notes without leaving the terminal.

Notifications You must be signed in to change notification settings

francisco-magana/clinote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clinote

Clinote is a CLI tool to take notes in your terminal. Is easy to use and personal. All the notes taked with the app are stored in a local JSON file. Don't write personal information if someone more can use your computer.

Clinote allow us to create, update, delete or read our personal notes in an easy way without leaving the terminal.

Why a note app in our Terminal?

As programmers, the terminal is one of our day to day tools. Having tools to do things faster without another application is a great way to improve our workflow.

This CLI is only for personal note taking, if you want to store something confidential this is not the best option.

Installation

  1. Clone this repository in your desired folder.

  2. Install the dependencies

npm install
  1. Install the app globally to use the clinote command
npm install -g .

Usage

clinote

This is the main command of the application, this command will open a Terminal GUI with all the options of the app and allow us to navigate with our keyboard. Only follow the steps to take, delete, update or read notes.

Visit the GitHub pages site of Clinote to learn more.

About

Simple CLI app to take notes without leaving the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published