emorrp1 / mintupload

Uploads files on the Internet
http://emorrp1.github.com/mintupload
6 stars 21 forks source link

move the cli to the /usr/bin/mintupload file #34

Closed emorrp1 closed 15 years ago

emorrp1 commented 15 years ago

(but keep it in python) the rationale for this was to not have to bother determining if we're in a cli or not, but e.g. the debug mode should be really obvious, as a common way of solving problems is to run a gui from the command line, so this should still be possible without extra flags.

emorrp1 commented 15 years ago

similarly, this is irrelevant until the new cli is actually written