Skip to content

foundling/tl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tl

tl is a minimal command-line task list application written in Go.

Installation

go get -v github.com/foundling/tl

Usage

Usage of tl:
  -a string
    	task text to append
  -c	toggle task complete status
  -d string
    	task number to delete
  -f string
    	alternate task data filepath to ~/tl.csv (default "/Users/alex/tl.csv")
  -h	usage
  -p string
    	task to prepend
  -t string
    	task update text
  -u int
    	task number to update (default -1)
  -v	print verbose information

tl In Action

demo

About

a minimal task list cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages