← 全部工具

mrusme/zeit

热度 70 更新于 开发与构建

Zeit, erfassen. A command line tool for tracking time. (https://tty.fail/mrus/zeit)

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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

make

Info: 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/zeit

For Zsh:

zeit completion zsh > ~/.local/share/zsh/completions/zeit