taskell v1.9.3 Release Notes

Release Date: 2020-02-17 // about 4 years ago
    • ➕ adds key bindings for moving tasks to top of list (#54)
    • ➕ adds theming support for sub-tasks (#58)
    • built with GHC 8.8.2

    Installation

    • Mac (Homebrew): brew install taskell
    • 🐧 Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
    • 🐧 Debian (including Ubuntu): download the .deb file and run dpkg -i taskell-1.9.3_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
    • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above