33

GitHub - aesophor/py-todo: A Lightweight Reminder / todo-list in cli.

 5 years ago
source link: https://github.com/aesophor/py-todo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

PYTODO

scrot.png

Overview

A little program to remind you of upcoming events / unfinished tasks.

Put them into ~/.zshrc or ~/.bashrc or whatever you want, and it will stop you from putting off important shit.

Pickled (i.e., serialized) todo list objects are saved in ~/.local/share/py-todo/todo.dat by default.

Dependencies

  • Linux
  • OSX (tested on 10.14 Mojave)
  • python 3.6 (pathlib, pickle)

Installation

Currently it only supports manual installation, sorry!

  • Manual Installation (Linux)
$ git clone https://github.com/aesophor/py-todo.git
$ cd py-todo && cp todo ~/.local/bin/todo
  • Manual Installation (OSX)
$ git clone https://github.com/aesophor/py-todo.git
$ cd py-todo && cp todo /usr/local/bin/

Usage

$ todo                        # List all items.
$ todo -a                     # Add an item.
$ todo -r <index>             # Remove an existing item.
$ todo -h                     # Display help message.
$ todo -v                     # Display version info.

License

Available under the MIT License.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK