Skip to content

akadaedalus/timewarrior

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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
    

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
  • November 2019: akadaedalus updated for new arguments, preferred semantics for starting time

About

zsh plugin for timewarrior

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%