Taskwarrior - Command line Task Management taskwarrior.org https://taskwarrior.org
Find a file
Paul Beckingham 737cb23546 CLI2: Eliminated CLI
- This is a large commit, as all the changes are centered around the elimination
  of CLI.
- CLI is no longer compiled.
- Context no longer maintains CLI + CLI2.
- Filter now walks the parse tree and sends to Eval a
  std::vector <std::pair <std::string, Lexer::Type>> containing only args tagged
  with FILTER.
- Filter more efficiently sets/unsets Eval::debug, by doing it less often.
- The filterExpr.length() check is no longer meaningful, and instead the size of
  the std::vector above is used.
- Filter::pendingOnly performs better analysis.
- Filter::safety makes use of the std::vector size also.
- Task::modify makes use of 'canonical' rather than 'name', which is a policy
  change, not a fix.
2015-06-24 13:23:56 -04:00
doc Fix holiday for International Women's Day in BY and RU 2015-06-11 13:37:01 +01:00
package-config Documentation 2014-06-08 11:19:11 -04:00
performance Performance 2014-09-27 16:10:50 -04:00
scripts Scripts: Removed obsolete script 'context'. 2015-06-06 10:37:22 -04:00
src CLI2: Eliminated CLI 2015-06-24 13:23:56 -04:00
test Tests: Converted undo.t to Python 2015-06-24 12:30:54 -04:00
.gitignore Ignore taskd in src folder (for running taskd tests) 2015-01-19 15:00:02 +00:00
AUTHORS TW-303: Make "task import" update existing tasks 2015-05-29 19:49:54 +02:00
ChangeLog CMake: Require libgnutls by default. 2015-06-22 21:20:29 +02:00
cmake.h.in TW-1605: Japanese translation for Taskwarrior 2015-04-28 20:11:11 -04:00
CMakeLists.txt CMake: Require libgnutls by default. 2015-06-22 21:20:29 +02:00
commit.h.in Code Cleanup 2013-04-07 23:50:51 -04:00
COPYING (t|T)ask(w|W)arrior ---> Taskwarrior 2015-05-02 18:12:21 +02:00
DEVELOPER Docs: Updated compiler requirements 2015-04-21 10:55:51 +01:00
EXPOSITION Documentation 2015-01-02 00:01:32 -05:00
INSTALL CMake: Require libgnutls by default. 2015-06-22 21:20:29 +02:00
LICENSE (t|T)ask(w|W)arrior ---> Taskwarrior 2015-05-02 18:12:21 +02:00
NEWS Scripts: Removed obsolete script 'context'. 2015-06-06 10:37:22 -04: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.