Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nifty Note

Simple command line for managing a set of text based notes.

Command line interface

Manage your notes using the nn command line interface.

Installation

pip install git+https://github.com/supernifty/NiftyNote

Usage

  • nn rm pattern --> remove notes matching pattern
  • nn edit title --> add or edit a note with title
  • nn list [pattern] --> list note titles containing pattern
  • nn find pattern --> find notes containing pattern
  • nn view pattern --> show notes with pattern in title

Web-based interface

The web based interface renders pages as Markdown and supports MathJax equations.

Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

python3 main.py

About

simple command line management of text-based notes

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages