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

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages