cloclify icon indicating copy to clipboard operation
cloclify copied to clipboard

A CLI for Clockify, with colors and beautiful output.

Results 10 cloclify issues
Sort by recently updated
recently updated
newest added

1. `git clone https://github.com/The-Compiler/cloclify.git` 2. `cd cloclify` 3. `pip install .` You should see the following output: ``` ❯ pip install . Processing /home/username/bin/cloclify Preparing metadata (setup.py) ... done ......

bug

https://www.willmcgugan.com/blog/tech/post/exporting-svgs-of-terminal-output-with-rich/

enhancement

It took me longer than I thought to get back to this. However I believe I've got it working now. This requires the environment variables `CLOCKIFY_API_KEY` and `CLOCKIFY_WORKSPACE` to be...

- `{time` -> `start:...` - `}time` -> `end:...` - `+tag` -> `tag:...` - `@project` -> `project:...` - `$` -> `billable:yes` - `.date` -> `date:...`

For API key and workspace - also ideally some way to easily switch the workspace.

- flake8 - pylint - mypy