taskell v1.6.1 Release Notes

Release Date: 2019-08-29 // over 4 years ago
    • โž• adds Complete action, defaults to <Space>: moves task to last list and removes any due dates
    • โž• adds ClearDate action, defaults to <Backspace>: removes due dates in NORMAL, DETAIL, and DUE mode
    • ๐Ÿ›  fixes various bugs

    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.6.1_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