This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: smallhadroncollider/taskell
Releases · smallhadroncollider/taskell
1.6.1
- 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 rundpkg -i taskell-1.6.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.6.0
- 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 rundpkg -i taskell-1.6.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.5.1
- 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 rundpkg -i taskell-1.5.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.5.0
- 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 rundpkg -i taskell-1.5.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.4.3
- 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 rundpkg -i taskell-1.4.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.4.2
- 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 rundpkg -i taskell-1.4.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.4.1
- 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 rundpkg -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
- Added custom keyboard bindings support
- Fixed issue with
XDG_CONFIG_HOME
skippingtaskell
sub-directory - Refactored various modules
- Latest packages
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.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
- 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 rundpkg -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
- 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 rundpkg -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