toggl-cli icon indicating copy to clipboard operation
toggl-cli copied to clipboard

A simple command-line interface for toggl.com

Results 40 toggl-cli issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.2.3 to 1.3.1. Release notes Sourced from mkdocs's releases. 1.3.1 Pin Python-Markdown version to <3.4, thus excluding its latest release that breaks too many external extensions (#2893)...

dependencies

Bumps [inquirer](https://github.com/magmax/python-inquirer) from 2.9.1 to 2.10.0. Release notes Sourced from inquirer's releases. v2.10.0 Changes bump readchar required version (#206) @​Cube707 Enable Dependabot to create PRs (#172) @​magmax Fix validation fails...

dependencies

Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.8.2. Release notes Sourced from pytest-mock's releases. v3.8.2 3.8.2 (2022-07-05) Fixed AsyncMock support for Python 3.7+ in mocker.async_stub (#302). v3.8.1 Releases 3.8.1 (2022-06-24) Fix regression...

dependencies

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.7 to 8.3.9. Release notes Sourced from mkdocs-material's releases. mkdocs-material-8.3.9 Updated Taiwanese translations for search Allow ids for content tabs with special characters (for mkdocstrings) Fixed #4083:...

dependencies

Bumps [pbr](https://docs.openstack.org/pbr/latest/) from 5.8.0 to 5.9.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pbr&package-manager=pip&previous-version=5.8.0&new-version=5.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

PTable was originally a fork of unmaintained PrettyTable. But now PrettyTable is maintained (including by me) and PTable is unmaintained. Let's switch back. * https://pypi.org/project/PTable/ * https://pypi.org/project/prettytable/

Bumps [click](https://github.com/pallets/click) from 8.0.3 to 8.1.3. Release notes Sourced from click's releases. 8.1.3 This is a fix release for the 8.1.0 feature release. Changes: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-3 Milestone: https://github.com/pallets/click/milestone/18?closed=1 8.1.2 This is...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies

I'm using an instance of toggl-cli that I've created as a docker image (Dockerfile below). I can get the other commands to work (`add`, `sum`, `projects`) and so on. When...