Project

todo-void

0.0
No commit activity in last 3 years
No release in over 3 years
A simple app to manage todos
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Todo-Void

Build Status Code Climate

A simple application to remember what to do and what you did. In the terminal, clutter free and completly unspectacular.

Screenshot

Installation

Todo-Void is a ruby gem. Its currently under heavy development and you should have a backup strategie for your todo-file ;)

gem install todo-void

Usage

Try these commands:

  • t "Mow the lawn" (Add todo)
  • t "Buy new stuff to read" --tags="vacation, reading" (Adds a todo with tags)
  • t (Show all todos)
  • t -s 41 (Start todo)
  • t -f 41 (Finish todos)
  • t -d 41 (Delete todos)

You may also look this up in the /features directory within the source code.

Plans

Plans for the future are:

  • Improvements
    • Recuring tasks (in a very simple way)
    • Edit todos
  • Maybe some kind of cloud-sync / backup