Skip to content
/ note Public

It's a small tool to temporarily record something in the terminal. Of course, you can also record it permanently.

Notifications You must be signed in to change notification settings

obiscr/note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

npm npm

It's a small tool to temporarily record something in the terminal. Of course, you can also record it permanently.

Build

If you need to run note on a machine without nodejs environment, you can:

If you have nodejs environment on your machine

npm install @obiscr/note -g

Usage

# initialization
note -i

# check note
note

# add note
note -a key value
note -a key 'value' // If the value contains black char, you can use it in single quotes

# edit note
note -e key newValue

# delete note
note -d key

# search note
note -s key

You can also note -h or note -help to show usage.

Usage: 
    note               --show all notes
    note -i            --initialization
    note -a key value  --add note
    note -d key        --delete note
    note -e key value  --edit note value
    note -s keyword    --search in notes
    note -h            --show help

About

It's a small tool to temporarily record something in the terminal. Of course, you can also record it permanently.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published