This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: smallhadroncollider/taskell
Releases · smallhadroncollider/taskell
1.11.4
- fixed a typo that could cause issues with custom bindings
Installation
- Mac (Homebrew):
brew install taskell
- 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 rundpkg -i taskell-1.11.4_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.11.13
- More options for adding sub-tasks (Thanks to @AliNisarAhmed)
Installation
- Mac (Homebrew):
brew install taskell
- 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 rundpkg -i taskell-1.11.3_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.11.2
- Adds scroll support to the Help modal (#60) – big thanks to @AliNisarAhmed!
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 rundpkg -i taskell-1.11.2_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.11.1
- Adds support for completing items by moving them to the top of the last list (bound to
T
) – thanks to @AliNisarAhmed - Using GHC 9.0.1
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 rundpkg -i taskell-1.11.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.11.0
1.10.1
- fixes line break issues at end of task
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 rundpkg -i taskell-1.10.1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.10.0
- Adds ability to customise new taskell file
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 rundpkg -i taskell-1.10.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.9.4
- fixes issue where line breaks at end of file caused parsing error
- various refactorings
- GHC 8.8.3
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 rundpkg -i taskell-1.9.4_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.9.3
- 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 rundpkg -i taskell-1.9.3_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.9.2
- fixes GitHub JSON parsing when using issue/PR cards
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 rundpkg -i taskell-1.9.2_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above