What are you working on? - Programming On Unix
Users browsing this thread: 52 Guest(s)
|
|||
I've begun my work on bookwyrm but before I get to the serious work on the innards, I think knowing the how the (command line) interface should be will help a lot. If you have a program alike how I described it here, how would you like to specify arguments? Good old
Code: --title "foo" --author "bar" ... or something like beets: Code: title:multiword title author:name middlename surname ... or just combining all arguments into a single search query? I had a thought to take very few arguments from the user, search for a book or paper on some database(ses) and get the rest of the data from there before starting the search for a download URI. But perhaps that is overdoing it? |
|||