mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
1 KiB
1 KiB
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