No description
Find a file
2026-02-06 17:45:45 +01:00
.SRCINFO update ascii 2 2026-02-03 21:45:44 +01:00
LICENSE Initial release 2026-01-31 20:44:51 +01:00
PKGBUILD update ascii 2 2026-02-03 21:45:44 +01:00
ptodo.py Update ptodo.py 2026-02-03 21:45:10 +01:00
README.md Initial release 2026-01-31 20:44:51 +01:00
TODOLIST.spec Initial release 2026-01-31 20:44:51 +01:00

TODOAPP

This is a todolist app. If you run the install script you will be able to run it in the terminal with the command 'todo'. (The install script works only in bash terminals) We are happy about any feedback! Do not hesitate.


Make sure you have installed the dependencies.

DEPENDENCIES

You need rich for python.

python3 -m pip install rich

If pip is missing:

sudo apt install python3-pip

or:

sudo pacman -S python-pip

INSTALL

You first need to clone the repo into ~/TODOAPP:

git clone https://github.com/NVitschDEV/TODOAPP.git

Make sure the installer is executable:

sudo chmod +x ~/TODOAPP/install.sh

Then simply run the install script:

~/TODOAPP/install.sh

You will be able to use the app with this command.

todo

Please dont try the uninstall script. It is in the betaphase. :)

You can use an AUR helper

paru -S ptodo

You can clone it manually

git clone https://github.com/NVitschDEV/ptodo.git
cd ptodo/
makepkg -si