Skip to main content

A package to keep track of your note inside the terminal

Project description

noterr

A command line application to store all of your notes in a neat and clean manner

Installation

You can install noterr through pip with the following command:

pip install noterr

Also, you can also install noterr through curl

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Japroz-Saini/noterr/master/install.sh)"

Usage

Noterr is used to keep track of all your notes We suggest you begin by typing the following:

noterr

You would see no output. That is because you have not created any folders. Try creating one with the following command:

noterr create-folder codes

Next if yout type the command:

noterr folder codes

You would see no output again.This because you have not added any notes to the codes folder. Try adding one with the following command:

noterr folder codes add 'This is a note'

Now if you type

noterr folder codes

You would see the notes in that folder. Currently, that note is uncomplete. If you have completed the note you can type the command

noterr folder codes done 'This is a note'

Now you would see that the note has changes its color. This is for you to be able to distinguish between done and undone done.

Deleting

You can delete a folder with the following command:

noterr delete-folder codes

Which will delete the folder codes

You can also delete an item from a folder with the following command:

noterr folder codes del 'This is a note'

Hidden

Noterr has various hidden commands which do various things in the teriminal. One of them is noterr tictac which starts a multiplayer tic-tac-toe game. Discover commands and create the issue with the command and what it does to be featured on the documentation!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

noterr-1.2.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page