-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Santtu Pesonen edited this page Jun 11, 2024
·
3 revisions
(This wiki is essentially just a copy of the documentation.)
Colette is a todo list manager that runs in the command line. It aims to be quick and simple to use while providing enough features to satisfy the needs of every command line lover.
Here's a list of Colette's main features:
- Pure Python - Colette is written in pure Python with no dependencies other than Python itself.
- Simple but powerful list management - Add, remove and edit entries, mark them as completed, sort your todo list etc.
- Easy storage - Colette stores the todo list into a human-readable file that can be modified with a text editor if desired.
-
Download colette-*.zip from the Releases section of the GitHub repository.
-
Unzip the entire contents of colette-*.zip to a folder of your choice.
-
Add the following line to your shell configuration file:
PATH=$PATH:/path/to/extracted/binary
Once you have performed the steps above, you can launch Colette by simply typing colette
into the terminal.
Refer to the instructions on the Building Colette page.
Colette is licensed under the MIT license.