Skip to content

thebitstick/fish-todotxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fish-todotxt

Simple todo.txt implementation in Fish

Usage

Usage: todo [OPERATION]

Help Options:
	-h, --help		Show help options

Operations:
	l, ls, list		Show contents of todo.txt
	e, edit, $EDITOR	Edit contents of todo.txt
	a, add, append		Add task item to todo.txt
	d, del, delete		Delete task item from todo.txt
	s, sort			Sort contents of todo.txt

Installation

PKGBUILD

$ makepkg -sic

Other

It's just a shell script. Put it in your $PATH and you're good.

Releases

No releases published

Packages

No packages published

Languages