toggl-cli
toggl-cli copied to clipboard
A simple command-line interface for toggl.com
When I do `var="$(toggl now)"` and then `echo $var`, the output is not colored, as when I do just `toggl now`. This works with other commands, [`tldr`](https://tldr.sh/) for example. -...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. Changelog Sourced from pytest-cov's changelog. 3.0.0 (2021-10-04) Note that this release drops support for Python 2.7 and Python 3.5. Added support for Python 3.10...
The new Click 8.0 release has rewritten the tab completion system and now for one includes native support and for two it has more capabilities which for example could be...
``` $ toggl projects add --help Usage: toggl projects add [OPTIONS] Creates a new project. Options: [snip] -p, --private Specifies whether project is accessible for all workspace users (=public) or...
In `CONTRIBUTING.md` it says: "By default unit and integration tests are run without the one testing premium functionality, as most probably you don't have access to Premium workspace for testing...
Caching
With the introduction of Django ORM like framework, it allows easy usage of the API wrapper classes, but it also introduces quiet bit overhead for fetching resources, which resolve in...
With https://github.com/magmax/python-inquirer/pull/91 there was introduced support for Python Inquirer for Windows, this can be now propagated to Toggl CLI's bootstrap process.
The config should live at `$XDG_CONFIG_HOME/togglrc` by default. Note that a small refactor should be included in this PR to minimize the number of times the config path is hardcoded...
If a `TimeEntry` currently has tags associated to it, they are stored as a generic `SetField`. To link the proper Tag model to the time entries the `tags` field of...
For easier management of time entries, it would be better to employ special syntax, that would refer to time entry not with ID or its description, but by the order...