https://github.com/ianmkenney/timewarrior_zsh_completion
zsh completions for the timewarrior time tracking command line application
https://github.com/ianmkenney/timewarrior_zsh_completion
Last synced: 4 months ago
JSON representation
zsh completions for the timewarrior time tracking command line application
- Host: GitHub
- URL: https://github.com/ianmkenney/timewarrior_zsh_completion
- Owner: ianmkenney
- License: mit
- Created: 2023-08-29T17:45:47.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-03T01:00:32.000Z (over 1 year ago)
- Last Synced: 2024-12-26T01:27:03.185Z (11 months ago)
- Size: 11.7 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - timewarrior (ianmkenney) - Tab completions for the [timewarrior](https://timewarrior.net/) time-tracking application. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - timewarrior (ianmkenney) - Tab completions for the 🌎 [timewarrior](timewarrior.net/) time-tracking application. (Plugins / ZSH on Windows)
README
# timewarrior zsh completion
zsh completions for the timewarrior time tracking command line application.
## Usage
Copy or link the `_timew` file in a path under the `$fpath` array.
If adding a new path for `fpath` in your `zshrc`, make sure to
```
autoload -U compinit; compinit
```
after the change. Start a new session and completion should work.