This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
Releases: smallhadroncollider/taskell
Releases · smallhadroncollider/taskell
1.3.4
- updated aeson parsing to return errors
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.4_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.3.3
- Added warning if
theme.ini
is invalid - Updated to 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.3.3_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.3.2
- added pagination support to GitHub import
- fixed GitHub token text showing Trello token text (thanks @vapourismo)
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.2_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.3.1
- Made importing GitHub projects easier
- Added GitHub projects usage to command-line help
- 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.3.1_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.3.0
- Added ability to import GitHub projects (#13)
- Supports line-breaks in descriptions (#14) - still needs work, you can only import them and editing may not work well
- No longer deletes tasks with empty title if they contain other data
- Displays
---
for an empty task - Built with GHC 8.4
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.0_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.2.6
- added a
-i
option to show information about a file
Installation
- Mac (Homebrew):
brew install smallhadroncollider/taskell/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.2.6_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.2.5
- added ability to customise description indicator
- fixed bug where caching
o
andO
hid tasks temporarily
Installation
- Mac (Homebrew):
brew install smallhadroncollider/taskell/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.2.5_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.2.4
- switched to using Github style checklists instead of strike-through for sub-tasks
For now taskell will still be able to read files that use ~
, but they will switch over to using [x]
when the file is edited the first time. Support for ~
will be removed at some point in the future, but not for at least six months.
Installation
- 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.2.4_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.2.3
- when in move to mode list titles display appropriate letter
- years are shown for due date if not current year
- refactored various modules
Installation
- 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.2.3_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.2.2
- added Trello card checklist support
- updated Trello import to not fetch archived cards
Installation
- 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.2.2_x86-64-linux.deb
- Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above