Skip to content
/ mn Public

Tiny note management tool for Markdown based Wikis. Recommended for use with GitJournal on Android and Markdown Notes extension on VSCode.

Notifications You must be signed in to change notification settings

luism6n/mn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

usage: mn [-h] [--root ROOT] [--editor EDITOR] [-l {debug,info,error}] COMMAND

Stupidly simple personal notes manager

positional arguments:
  COMMAND               open-root     open your note's root directory
                        list          print the path of all notes
                        print-root    print root directory for the notes
                        sync          commit and push (if network enabled) notes root directory
                        todo          grep all #todo tags in markdown files
                        done          grep all #done tags in markdown files
                        cronjob       print cronjob line to sync notes periodically
                        fix           rename file to match title or add title to match filename

optional arguments:
  -h, --help            show this help message and exit
  --root ROOT           root dir for your notes
  --editor EDITOR       editor to open notes
  -l {debug,info,error}, --log-level {debug,info,error}

About

Tiny note management tool for Markdown based Wikis. Recommended for use with GitJournal on Android and Markdown Notes extension on VSCode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages