adrian / upm-swing

Java SWING version of Universal Password Manager.

Home Page:http://upm.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI

PhilHudson opened this issue · comments

After years of happy use, I have a new requirement: a command-line interface. How about it? It should be not much more difficult than adding a main() method to... something. Right? If someone gives me a pointer to the right class/package, I could have a go at implementing it myself.

I've build a trivial read-only access via CLI https://github.com/JeanVEGA/upm-swing/tree/issue41-cli

# assuming you have an existing database created and configured inside ~/.config/upm.properties
cd upm-swing
ant
java -cp "dist/build/upm.jar:lib/*" 'com._17od.upm.cli.MainScreen'