Skip to content

svenXY/timewarrior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

zsh plugin for timewarrior

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages