Taskell Versions Save

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

1.6.1

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

1.6.0

4 years ago
  • adds ! to show tasks with dates
  • adds + to duplicate task
  • fixes moving items up/down in search mode
  • adds a debug mode
  • 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.6.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.5.1

4 years ago
  • fixes an array out of bounds error

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

4 years ago
  • adds a status bar
    • filename
    • current mode
    • current position
  • fixes search (#39)
  • various UI tweaks

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

5 years ago
  • adds support for ; comments in bindings.ini
  • can remove task description
  • added default option to y/n prompts

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

5 years ago
  • updated Help box to use arrow icons for better layout (#30)
  • minor 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.4.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.4.1

5 years ago
  • Added some error handling for key binding - still needs work

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.4.1_x86-64-linux.deb
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

1.4.0

5 years ago

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.4.0_x86-64-linux.deb
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

1.3.6

5 years ago
  • Using XDG Base Directory Specification for config files
  • Various stylistic tweaks

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.3.6_x86-64-linux.deb
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

1.3.5

5 years ago
  • added debouncing for writing files

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.3.5_x86-64-linux.deb
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above