taskwarrior/src/commands
2015-07-01 17:53:44 -04:00
..
CMakeLists.txt CmdContext: Add initial plumbing 2015-02-23 19:19:08 -05:00
CmdAdd.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdAdd.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdAliases.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdAliases.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdAnnotate.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdAnnotate.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdAppend.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdAppend.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdAttributes.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdAttributes.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdBurndown.cpp CmdBurndown: Converted from CLI to CLI2 2015-06-16 21:52:31 -04:00
CmdBurndown.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdCalc.cpp CmdCalc: Removed Eval::disambiguity 2015-07-01 17:53:44 -04:00
CmdCalc.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdCalendar.cpp CmdCalendar: Converted from CLI to CLI2 2015-06-16 21:52:48 -04:00
CmdCalendar.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdColor.cpp CmdColor: Converted from CLI to CLI2 2015-06-16 21:46:41 -04:00
CmdColor.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdColumns.cpp CmdColumns: Converted from CLI to CLI2 2015-06-16 21:53:16 -04:00
CmdColumns.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdCommands.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdCommands.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdConfig.cpp CmdConfig: Converted to CLI2::getWords 2015-06-14 23:22:27 -04:00
CmdConfig.h CmdConfig: Abstract saving and removal of the configuration values into separate methods 2015-02-23 19:19:15 -05:00
CmdContext.cpp CLI2: Eliminated CLI 2015-06-24 13:23:56 -04:00
CmdContext.h CmdContext: Add show subcommand 2015-02-23 19:19:41 -05:00
CmdCount.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdCount.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdCustom.cpp CLI2: Added ::addContextFilter, and supporting processing 2015-06-27 15:53:24 -04:00
CmdCustom.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdDelete.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdDelete.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdDenotate.cpp CmdDenotate: Converted from CLI to CLI2 2015-06-22 14:47:26 -04:00
CmdDenotate.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdDiagnostics.cpp C++11: N1984 auto 2015-05-24 13:36:26 -04:00
CmdDiagnostics.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdDone.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdDone.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdDuplicate.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdDuplicate.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdEdit.cpp Fix "task edit" dropping annotation text after newlines. 2015-06-05 22:25:48 +02:00
CmdEdit.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdExec.cpp CmdExec: Converted from CLI to CLI2. 2015-06-16 21:40:36 -04:00
CmdExec.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdExport.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdExport.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdGet.cpp CmdGet: Converted form CLI to CLI2 2015-06-17 04:16:19 -04:00
CmdGet.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdHelp.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdHelp.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdHistory.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdHistory.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdIDs.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdIDs.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdImport.cpp CmdImport: Converted from CLI to CLI2 2015-06-16 21:54:06 -04:00
CmdImport.h TW-1440: Implement "task import" from STDIN 2015-05-25 16:47:37 +02:00
CmdInfo.cpp Feature: Error on virtual tag modification attempt 2015-06-27 18:39:50 -04:00
CmdInfo.h TW-1534 2015-02-14 12:50:10 -05:00
CmdInstall.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdInstall.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdLog.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdLog.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdLogo.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdLogo.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdModify.cpp Cleanup: Remove unused function 2015-05-31 16:41:57 +02:00
CmdModify.h CmdModify: Reorganize code for reuse 2015-05-31 16:25:07 +02:00
CmdPrepend.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdPrepend.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdProjects.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdProjects.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdReports.cpp C++11: N1984 auto 2015-05-24 13:36:26 -04:00
CmdReports.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdShow.cpp CmdShow: Converted from CLI to CLI2 2015-06-16 21:54:17 -04:00
CmdShow.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdStart.cpp TW-1432: start/stop can be issued on completed tasks 2015-05-28 10:11:12 +02:00
CmdStart.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdStats.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdStats.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdStop.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdStop.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdSummary.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdSummary.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdSync.cpp CmdSync: Converted from CLI to CLI2 2015-06-16 21:54:27 -04:00
CmdSync.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdTags.cpp C++11: Cleaned up commands code with range-based for 2015-05-11 17:45:15 -04:00
CmdTags.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdTimesheet.cpp CmdTimesheet: Converted from CLI to CLI2 2015-06-16 21:54:38 -04:00
CmdTimesheet.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdUDAs.cpp C++11: N1984 auto 2015-05-24 13:36:26 -04:00
CmdUDAs.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdUndo.cpp CmdUndo: Converted from CLI to CLI2 2015-06-17 01:41:35 -07:00
CmdUndo.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdUrgency.cpp Plumbing: Use variadic templates for format() 2015-06-07 20:54:02 +02:00
CmdUrgency.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
CmdVersion.cpp Tests - merge basic.t with version.t and convert to python 2015-03-09 16:02:26 +00:00
CmdVersion.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Command.cpp C++11: N1984 auto 2015-05-24 13:36:26 -04:00
Command.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00