Skip to content

mascmad/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Notes

A Java application for note-taking on the Linux command line.

This can be ran with no arguments, and thus will run interactively. Or, it can be ran with one of four arguments, which will run then quit:

  • -a Add a note
  • -l List all notes
  • -d Delete a note
  • -p Purge all notes
  • -h Shows the help menu

Any other argument will cause the program to return with an error message.

The file the notes are stored in (notes.txt) is stored in plaintext in the ~/.notes folder.

When adding a note, the actual note itself is typed first, followed by a prompt for a title.

About

A Java application for note-taking on the Linux command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages