Eric Goller
Eric Goller
Commands like `start` and `list` often ask for multiple arguments. Instead treating them as one huge chunk, maybe it is more viable to use Clicks [veradic argmuments](http://click.pocoo.org/5/arguments/#variadic-arguments)?! Arguments containing whitespace...
If hamster-gtk is present, provide a way to launch various sub-windows on demand.
[DO NOT MERGE] So far we have implement the client code. Now we have to wait for hamsterlib to implement the backend functionality. Closes #145
in cases where one forgot to stop an _ongoing fact_ but still remembers the relevant end time it would be nice to pass a separate 'end' option to the 'stop'...
Depends on [hamsterlib issue 132](https://github.com/elbenfreund/hamsterlib/issues/132)
in order to have confidence in our ability to handle utf8 path location we just add random utf8 string named sub-dirs to our path fixtures. Closes: #106
Several places of our code use config-keys that have been refactored. Those need to be adjusted. E.g. - `log_filename`
Dirnames provided by `appdirs` may or may not be unicode instances. We need to investigate this further and figure out how to deal with unicode chars in py27 and 34.
Currently our 'docs' tox target lets 'warnings' slide. This is due to the fact that coping with nonlocal image urls is a pain otherwise. Sphinx 1.4.2? should introduce a way...
This somewhat depends on how fast we get feedback from [appdir](https://github.com/ActiveState/appdirs/issues/71) as well ass on `hamsterlib`s about wether to provide config utilities.