Tasksh is a shell for Taskwarrior
Find a file
Paul Beckingham ba28fd0e04
Merge pull request #65 from tom-doerr/patch-1
Add Installation Instructions for Debian/Ubuntu
2020-11-21 09:38:52 -05:00
cmake libshared: Integrated 2016-09-02 18:10:54 -04:00
doc Version number and release date for 1.2.0 2017-05-10 00:05:29 +02:00
src Revert "Hide information by default in review" 2018-06-02 19:57:55 -04:00
test Copyright update 2017-01-01 12:35:12 -05:00
.gitignore libshared: Integrated 2016-09-02 18:10:54 -04:00
.gitmodules updated url for libshared submodule 2019-10-12 01:26:54 +02:00
AUTHORS TS-32: control-d to exit 2017-02-20 23:17:40 -05:00
ChangeLog Added SHA1 of tagged release commit 2017-05-10 00:26:28 +02:00
cmake.h.in TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME 2016-08-24 18:23:42 -04:00
CMakeLists.txt Removed README.md from docfiles to install 2016-09-05 23:23:08 +02:00
commit.h.in CMake Files 2014-06-08 16:55:48 -04:00
COPYING Copyright update 2017-01-01 12:35:12 -05:00
INSTALL Docs: Updated in preparation for release 2016-09-05 09:06:21 -04:00
LICENSE Copyright update 2017-01-01 12:35:12 -05:00
NEWS Docs: Updated platform list 2017-04-09 16:47:33 -04:00
README.md Add Installation Instructions for Debian/Ubuntu 2020-02-09 23:08:16 +01:00

Installing

  • Debian/Ubuntu:
$ sudo apt-get install tasksh

Disclaimer during ongoing development

The development branch is a work in progress and may not pass all quality tests, therefore it may harm your data. While we welcome bug reports from the development branch, we do not guarantee proper or timely fixes.

  • Make proper backups.
  • Broken functionality may arise from ongoing development work.
  • Be aware that using the development branch involves risks.

Thank you for taking a look at tasksh!!


Tasksh is released under the MIT license. For details check the LICENSE file.

Important note

When cloning this from the repo to build from source make sure you git clone --recursive to get all required submodules.