Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
0xACE 64243e6ec1 Poor implementation of linewrap restored to task
This addresses #2023

For many years linewrap has been broken in taskwarrior, rendering the
application basically useless in terminals with short widths and tasks
containing URLs in them... This janky line wrap patch sort of works but
introduces other minor graphical glitches.

But seeing as no one took the time to fix it over the years, here some a
small salvation to those who suffer as much as me.

One problem of this patch is, when a line is wrapped, it may be 1 column
smaller than the terminal width, resulting in each line not fully
utilizing the terminal width.

This patch is not polished and could probably need to be tended by
someone who cares more.
2020-03-12 10:40:24 -04:00
doc Version number and release date for 2.5.1 2016-02-24 23:17:29 +01:00
performance Performance: Script now allows overrides, for comparison 2015-11-07 20:27:09 -05:00
scripts Revert "Workaround for alias grep=rg in fish" 2019-03-02 19:48:09 -05:00
src Poor implementation of linewrap restored to task 2020-03-12 10:40:24 -04:00
test Text: Fixed extractLines where hyphenation is off 2016-02-23 22:15:00 -05:00
.gitignore Performance: Script now allows overrides, for comparison 2015-11-07 20:27:09 -05:00
AUTHORS TW-1773: one task eaten all my RAM 2016-02-23 21:16:01 -05:00
ChangeLog Added SHA1 of tagged release commit 2016-02-24 23:38:18 +01:00
cmake.h.in TW-1605: Japanese translation for Taskwarrior 2015-04-28 20:11:11 -04:00
CMakeLists.txt Version number and release date for 2.5.1 2016-02-24 23:17:29 +01:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
DEVELOPER Renamed 2.4.5 to 2.5.0 2015-09-07 22:54:17 +02:00
EXPOSITION Documentation: Removed Perl references 2015-07-27 22:21:15 -04:00
index.html Create index.html 2018-11-21 12:14:15 -05:00
INSTALL Build: Updated default build instructions 2015-12-26 12:02:43 -05:00
LICENSE Copyright: Updated to 2016 2015-12-31 15:06:43 -05:00
NEWS TW-188: short help text 2016-02-01 18:38:14 -05:00
README.md (t|T)ask(w|W)arrior ---> Taskwarrior 2015-05-02 18:12:21 +02:00

Disclaimer during ongoing development

We want to discourage you from using the development version of Taskwarrior.

The development branch is a work in progress and may not pass all quality tests, therefore it may harm your data. We do not guarantee proper or even adequate functionality, performance or timely fixes.

We welcome bug reports from beta- and release-level software, but generally not development versions. If you are undaunted by this, please:

  • Make proper backups.
  • Expect broken and missing functionality.
  • Be aware that using the development branch involves risks.

Thank you for taking a look at Taskwarrior!

Taskwarrior is a GTD, todo list, task management, command line utility with a multitude of features. It is a portable, well supported and very active Open Source project. Taskwarrior has binary distributions, online documentation, demonstration movies, and you'll find all the details at:

http://taskwarrior.org

At the site you'll find online documentation, downloads, news and more.

Your contributions are especially welcome. Whether it comes in the form of code patches, ideas, discussion, bug reports, encouragement or criticism, your input is needed.

For support options, take a look at:

http://taskwarrior.org/support

Please send your code patches to:

support@taskwarrior.org

Consider joining bug.tasktools.org, answers.tasktools.org and participating in the future of Taskwarrior.


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