Skip to content
forked from prdpx7/notes-cli

A simple CLI app to take notes daily on markdown file

License

Notifications You must be signed in to change notification settings

mattn/notes-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-cli

A simple CLI app to take notes on markdown files

Installation

  • Download the binary
    wget https://raw.githubusercontent.com/prdpx7/notes-cli/master/notes
    
  • And copy into the /usr/local/bin directory
    sudo cp notes /usr/local/bin/notes
    

Usage

notes - A simple note-taking app
Usage: notes [OPTIONS]
Options:
	write -  write in markdown file automatically created with today's date stamp
	read - browse all notes in terminal file browser
	sync - upload all markdown files to your github as Private Gist
Example:
notes write
notes read
notes sync

About

A simple CLI app to take notes daily on markdown file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Go 100.0%