Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

C0rby/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

A command line todo tool

Introduction

todo is a simple command line utility for managing (obviously) todos. The todos are stored in files that are either located in the home directory under .todo/ or at a path specified in the configuration file.

Usage

Usage:
        todo (<folder> ls| ls)
        todo mkdir <folder>
        todo rm <folder>
        todo (<folder> head | head)
        todo (<folder> cat [<name>] | cat [<name>])
        todo (<folder> <todo> | <todo>)
        todo (<folder> (-d | --done) <todo>| (-d | --done) <todo>)
        todo (<folder> (-u | --undo) <todo>| (-u | --undo) <todo>)
        todo -h | --help
        todo --version

Releases

No releases published

Packages

No packages published

Languages