Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
/ liatris Public archive

A simple to-do application for the GNOME Desktop.

License

Notifications You must be signed in to change notification settings

nixcapra/liatris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liatris

Liatris is a simple to-do app that I created for myself some time ago. I originally wrote this as part of another project and have now decided to open-source it. Please note that it lacks many features that are considered essential in most to-do apps, such as cloud syncing. Additionally, it utilizes its own database model and is not compatible with anything else. Liatris was loosely inspired by other to-do apps, like Things.

Screenshot

More screenshots here

Features

  • Tasks are ordered by project.
  • Each task has its own notes section.
  • The app features a simple and easily configurable deadline system.
  • There is a logbook where you can view completed tasks.
  • The app does not connect to the internet.

Usage

Currently, Liatris does not have packages available for any distribution. I will likely create packages for Debian and possibly make a Flatpak or AppImage available in the future. However, you can still run it in its current state.

Install the following on Debian 12:

sudo apt install python3-gi python-gi-dev python3-sqlalchemy python3-sqlalchemy-utils

Then run:

python3 liatris.py