zippynk / todo

Get it all done

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo

https://github.com/zippynk/todo

Get it all done

To be pronounced as the applicable word, either in English or in Spanish.

A command line tool for keeping track of your todo list.

Todo stores its data in the file labeled ".todo" in the user's home directory.

To use across multiple devices, running todo on a server that is commonly SSH'd into is reccomended.

Usage

todo [COMMAND] [ARGS]

Commands

add: Add a reminder.
list: List currently-activated reminders.
listall: List all reminders.
remind: Lists currently-activated reminders, but in a more annoying way. Run this on your .bashrc and/or .profile script if you want to be automatically reminded upon loggin in.
finish: Marks a reminder as complete and deletes it. Takes 1 argument, the reminder's ID.
rename: Rename a reminder. Takes one argument, the reminder's ID.
retime: Change the time for a reminder. Takes one argument, the reminder's ID.
--help: Display these commands.

Legal

(c) Copyright 2016 Nathan Krantz-Fire (a.k.a zippynk). Some rights reserved.

todo is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed in this repository, You can obtain one at http://mozilla.org/MPL/2.0/.

About

Get it all done

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%