Taskell Versions Save

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

1.9.1

4 years ago
  • adds padding config option
  • adds statusbar config option
  • relative dates using just d and/or w won't include a time

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.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.9.0

4 years ago
  • complete rewrite of the markdown serializer/parser

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.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.8.2

4 years ago
  • fixes issue with cabal build

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.8.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.8.1

4 years ago
  • fixes due date ordering issue
  • trims due date strings before validation

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.8.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.8.0

4 years ago
  • adds support for times on due dates (e.g. 2020-01-02 09:00)
  • adds localTimes markdown configuration option to store times with a timezone (defaults to UTC)
  • adds date validation (press ESC to return to previous value)
  • various refactorings

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.8.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.7.4

4 years ago
  • Fixes issue with default bindings.ini not working (#56)

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.7.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.7.2

4 years ago
  • adds redo (defaults to r key)

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.7.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.7.1

4 years ago
  • adds ability to reorder subtasks

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.7.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.7.0

4 years ago
  • fixes issue with multibyte characters breaking the cursor position (#23)

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.7.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.6.2

4 years ago
  • fixes issue where due date styling didn't update if taskell was left open over many days
  • updates dependencies

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