loonies

Results 28 comments of loonies

Alternatives: [UOPZ](https://github.com/krakjoe/uopz) and [SoftMocks](https://github.com/badoo/soft-mocks)

I'm unable to start Scudcloud anymore. Anyone else affected?

Same here. Turned off Scudcloud the last night, unable to start it since this AM :(

Allow custom command to get the list of tasks, so that Go For It task list doesn't explode. This way only a subset of tasks is listed, for example 10...

I'm using both, Watson and Ledger CLI. Watson to Ledger is literally 80 LOC (Python). I'm using `watson --csv` to feed the script that will then output in Ledger format.

Not really, I've just put up something quick that works for me. Here is an exerpt, but YMMV: ```python #!/usr/bin/env python # pylint: disable=invalid-name import csv import subprocess from datetime...

I also like the idea of `watson stop [-m|--message="A note of what I just did"]`

How about CLI option `--format `, using named placeholders and Python format syntax that you could put in the config file as well? Example: `--format '{id:

Just to be consitent - what about other time slicing options: `--month`, `--year`, `--from`, and `--to`?