Zeit
LICENSE](https://img.shields.io/static/v1?label=SEGV%20LICENSE&message=1.1&labelColor=0060A8&color=ffffff)](https://xn--gckvb8fzb.com/segv/)
<img src="https://xn--gckvb8fzb.com/images/chatroom.png" width="275"
Zeit, erfassen. A command line tool for tracking time spent on tasks & projects.
Download the latest version for macOS, Windows, Linux, DragonFly BSD, FreeBSD, NetBSD, OpenBSD, illumos, Solaris & Plan 9 here.
Build
makeInfo: make reads the version from git describe --tags, or uses dev when no tag is reachable. To set it explicitly, prefix the command with VERSION=x.y.z, then check the result with zeit version.
Use
Auto-Completion
Zeit can generate auto-completion scripts for your shell of choice. You can load completions into your current session via:
source <(zeit completion $(basename "$SHELL"))(supported shells are bash, zsh, and fish; For PowerShell see below)
To load completions for every new session, add them to your completions directory.
For Bash:
zeit completion bash > ~/.local/share/bash-completion/completions/zeitFor Zsh:
zeit completion zsh > ~/.local/share/zsh/completions/zeit