QuickNoteCLI
QNC is a command line interface app for creating quick notes
... Start DB server
On Windows you can also use WIN + R, qnc <args>
Manual start:
java -jar QNC-0.1.0.jar
Installation with scripts:
Extract files from zip to any directory
WINDOWS:
run install.bat
UNIX:
run install.sh or execute command in terminal:
alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar"
https://github.com/DeMmAge/QuickNoteCLI