Taskell Versions Save

Command-line Kanban board/task manager with support for Trello boards and GitHub projects

1.11.4

2 years ago
  • 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 run dpkg -i taskell-1.11.4_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

1.11.3

2 years ago
  • 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 run dpkg -i taskell-1.11.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

1.11.2

2 years ago
  • 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 run dpkg -i taskell-1.11.2_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

1.11.1

2 years ago
  • 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 run dpkg -i taskell-1.11.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

1.11.0

3 years ago
  • Fixes relative filepath issues

Installation

  • Mac (Intel): brew install taskell (Homebrew)
  • Mac (ARM): currently unsupported by Haskell
  • Linux/WSL: extract binary to somewhere in your $PATH
  • Windows: currently unsupported by Brick

1.10.1

3 years ago
  • 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 run dpkg -i taskell-1.10.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

1.10.0

3 years ago
  • 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 run dpkg -i taskell-1.10.0_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

1.9.4

3 years ago
  • 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 run dpkg -i taskell-1.9.4_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

1.9.3

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

1.9.2

4 years ago
  • 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 run dpkg -i taskell-1.9.2_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