Skip to content
This repository was archived by the owner on Jan 31, 2021. It is now read-only.
/ notw Public archive

A command-line note-taking app.

License

Notifications You must be signed in to change notification settings

Jighdan/notw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

You can configure the database directory, filename and table name in the notw/__init__.py file.

Installation

Requires Python>=3.8

Using Pip

	$ cd notw
	$ sh install.sh

Manual

	$ git clone https://github.com/Jighdan/notw
	$ cd notw
	$ pip install -e . || pip3 install -e .

Usage

	$ notw
	
	# adds a new note
	$ notw -n "YOUR NOTE HERE"
	
	# (X Represents the note index)
	# deletes a note
	$ notw -r X
	# updates a note content
	$ notw -u X "NEW CONTENT HERE"

About

A command-line note-taking app.

Resources

License

Stars

Watchers

Forks