{"id":17489636,"url":"https://github.com/rsteube/flik","last_synced_at":"2025-04-22T18:27:55.967Z","repository":{"id":85863334,"uuid":"76875324","full_name":"rsteube/flik","owner":"rsteube","description":"Blue Ant CLI client on zsh steroids","archived":false,"fork":false,"pushed_at":"2020-07-04T21:45:41.000Z","size":141,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T17:41:20.355Z","etag":null,"topics":["blueant","cli","proventis","zsh"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsteube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-19T15:51:24.000Z","updated_at":"2020-07-01T07:50:00.000Z","dependencies_parsed_at":"2023-03-08T10:30:51.206Z","dependency_job_id":null,"html_url":"https://github.com/rsteube/flik","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsteube%2Fflik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsteube%2Fflik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsteube%2Fflik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsteube%2Fflik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsteube","download_url":"https://codeload.github.com/rsteube/flik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250296579,"owners_count":21407043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blueant","cli","proventis","zsh"],"created_at":"2024-10-19T05:43:42.049Z","updated_at":"2025-04-22T18:27:55.952Z","avatar_url":"https://github.com/rsteube.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flik\n\n[![Build Status](https://travis-ci.org/rsteube/flik.svg?branch=master)](https://travis-ci.org/rsteube/flik)\n\n**flik** is a command line client for [Proventis Blue Ant](https://www.proventis.net/de/). It provides basic time tracking functionalities using dynamic [zsh command completion](https://github.com/zsh-users/zsh-completions/blob/master/zsh-completions-howto.org).\n\n![demo](demo.svg)\n\n## Install\n\nInstall using [pip](https://pip.pypa.io/en/stable/):\n```sh\npip install git+https://github.com/rsteube/flik\n```\n\nAdd completion plugin using [zgen](https://github.com/tarjoilija/zgen) or similar:\n```\nzgen load rsteube/flik\n```\n\nOr extend `fpath` manually:\n```sh\n#~/.zshrc\n#\n#zstyle ':completion:*' menu select\nfpath+=($(flik completion))\nautoload -U compinit \u0026\u0026 compinit\n```\n\n### Windows\n\n- install [Babun]\n- update cygwin `$HOME/.babun/update.bat` (https://github.com/babun/babun/issues/720)\n- start [Babun] and enter:\n\n```bash\ncurl -sSL https://bootstrap.pypa.io/get-pip.py | python\npip install git+https://github.com/rsteube/flik\nsed -i '1ifpath+=($(flik completion))\\' ~/.zshrc\n```\n- restart [Babun]\n\n## First use\n\n- `flik login` (config stored in `~/.config/flik/config.yml` and password using the available [keyring](https://github.com/jaraco/keyring/))\n- `flik sync` (updates cache in `~/.local/share/flik`)\n\n## Limiting/blacklisting completion options\nIn case that you have more _projects_, _tasks_ or _activities_ assigned than you need for time tracking you can simply remove the corresponding entries from the cache files in `~/.local/share/flik`. Note that you have to redo this step after updating the cache using `flik sync`.\n\n## Demo\n\n```sh\ndocker-compose run flik\nflik# flik login\nflik# flik sync\nflik# flik list\n```\n\n[Babun]:https://babun.github.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsteube%2Fflik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsteube%2Fflik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsteube%2Fflik/lists"}