Manage your tasks.
- Add, remove, edit tasks and sub-tasks
- Mark task and sub-tasks as completed
- Add accent color for each task
List is only available as a Flatpak on Flathub:
Make sure you have git
and flatpak
installed and Flathub
is setup
- Clone repo:
git clone https://github.com/mrvladus/List && cd List/
- Setup project:
./build-aux/setup-flatpak.sh
- Run script:
./build-aux/run-flatpak.sh
- To uninstall:
./build-aux/clean-flatpak.sh
To translate List to your language you can use Poedit
- Fork and clone repo.
- Open Poedit.
- Open
po/list.pot
file. - Select your language and start translation. Remember to add your name and email in settings.
- Save it in
po
directory. Turn off compilation to.mo
files on save in settings. We dont need those. - Add your language in
po/LINGUAS
file separated by new line.
- Test if you translation works:
./build-aux/run-flatpak.sh
- Clean files after testing:
./build-aux/clean-flatpak.sh
- Commit your changes with message "Add translation to YOUR_LANGUAGE_HERE" and open a pull request.
- Watch for updates in the future to provide additional translations.
List follows the GNOME project Code of Conduct.