aesophor / py-todo

📋 Lightweight reminder / todo-list in cli
https://www.reddit.com/r/unixporn/comments/9qy35q/oc_pytodo_a_lightweight_reminder_in_cli/
MIT License
107 stars 22 forks source link

Ubuntu/Debian Installer #24

Closed Steampunkery closed 5 years ago

Steampunkery commented 5 years ago

I made an Ubuntu/Debian installer for this. It's here on my dropbox for now, although you should add it in the releases page (Rehost it somewhere else, don't post my dropbox link). I made the version of the deb 1.3.2 because it packages with the latest commit, 8083c036ae08d8e95d9cfdb2a0a3ba48f8afdcf7. It installs the todo script to /usr/local/bin/todo. It does not create the config file by default, but it will attempt to remove ~/.config/py-todo and the ~/.local/share/py-todo if the package is removed with apt remove py-todo --purge. It's really hard to get a package into the official Debian repositories, so I'm not even going to try; however, this still makes the install much easier for people who are new to Linux and don't want to manually install.

Note: this deb file assumes that you have /usr/local/bin on your PATH variable.

aesophor commented 5 years ago

Thanks for creating this for me! I fixed a bug in calculating remaining days today, and created a new .deb for 1.3.3 (tested on Linux Mint and works fine). Then I hosted both yours and mine on the release page.