Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.74 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.74 KB

timewarrior

This is a small plugin for timewarrior, a timetracking application.

It contains a few aliases and attempts to integrate the bash completion found here by using bashcompinit (see here for some explanation)

Requirements

  • ZSH 4.3 or newer

Install

Using Oh-my-zsh:

  1. Clone this repository in oh-my-zsh's plugins directory:

     git clone https://github.com/svenXY/timewarrior ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/timewarrior
    
  2. Activate the plugin in ~/.zshrc:

     plugins=( [plugins...] timewarrior)
    
  3. Source ~/.zshrc to take changes into account:

     source ~/.zshrc
    

other zsh plugin managers

Please refer to the respective documentation on how to install a plugin from guthub

Usage

The aliases all start with tw, for the command completion, just type

    tw <TAB>

Configuration

none currently.

History

  • April 2018: Sven Hergenhahn put this together
  • June 2020: added more aliases and functions added a license (MIT)