Frank Niessink

Results 152 issues of Frank Niessink

https://github.com/mgedmin/check-manifest

enhancement

For example, T-shirt sizes `xs, s,m, l, xl` ``` Create ticket size:xs Review proposal size:m Write proposal size:xl ``` Smaller tasks should get preference. Or the user could specify the...

enhancement

See https://github.com/amcintosh/todo.txt-cli/tree/google-tasks-addon/.todo.actions.d

enhancement

Should this be an option? Default on/off?

enhancement

Is it worth the trouble?

enhancement

```console $ next-action -v @phone options: number: 1, file: ~/todo.txt, filters: @phone Call mom @phone $ next-action -vv @phone options: number: 1 [default], file: ~/todo.txt [~/.next-action.cfg], filters: @phone [command-line] ......

enhancement

Maybe `--version` should do this? ```console $ next-action --version next-action 0.16.0 next-action 0.17.0 is available; install with "pip install --upgrade next-action" ```

enhancement

```console $ next-action mom (A) Call mom @phone $ next-action -all "colou?r" Pick paint color +PaintHouse Select paint colour +DogHouse ```

enhancement

A configuration file, written in Python, could contain a mapping of contexts to Boolean functions that return True if the context is applicable, False otherwise. For example: ```python contexts =...

enhancement