Maintain Your Notes From The Command Line

Posted on: February 7th, 2011 by 1 Comment

For people who are often taking notes and always stuck at a command prompt there is an application for you. Note is a simple tool with a functionality that is similar to KNotes but for the command line.

How Notes Are Stored

This application uses a database to store the data but with modules you can use text file storage. With Note you can easily create and edit notes or manage old ones. You can search between the notes you have created or even import old databases.

Linux Library Logo

Install Note

To install this useful little tool just try these commands in your Terminal.

$ sudo apt-get install note

Note Command Line Options


You can use Note directly from the command line with options or you can use Note in interactive mode which is much the same.

Use this to get more help. This is how all Note commands are preformed.

$ note -h

Change your config file from the default ~/.noterc.

-c

This will list all of your notes.

-l

Use this to list all notes with the specified topic.

-l topic

Same as above but will allow you to view the timestamp on your notes.

-L

This will display a list of topics.

-t

Use this to see the long topic tree with all included notes.

-T

Use this to search through your notes for the text you specify.

-s text

You can edit your notes, 1 will edit the first note in your list. Change the number to edit different notes.

-e 1

This will delete the note with the number you specify.

-d 1

Try starting Note in interactive mode.

-i

Get your Note version number.

-v

Tags: , , , , , | Posted in Command Line

  • GrouchyGaijin2

    I’m having trouble seeing notes after assigning them to a topic l plus topic name doesn’t do anything for me.