This repository was archived by the owner on Mar 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1- > Alpha Version
21> Support for ** Linux** , ** macOS** and ** Windows**
32
43# TaskTimeTerminate
@@ -57,6 +56,17 @@ Other stat-commands for different periods and filters:
5756- ` ttt s range 2020-01-11 2020-01-15 `
5857- ` ttt s range 2020-01-11 `
5958
59+ The available categories can be edited using ` ttt conf cats add|del|list ` ,
60+ When deleting a category, the corresponding task won't be deleted too. The categories
61+ are used to display the values in the dropdown of the dialogs.
62+
63+ If some typo has occurred there is are two possibilities to change finished tasks:
64+ 1 . ` ttt conf merge ` Merge tasks of different names into one single name. With other words e.g. rename
65+ tasks called `ProectX` to `ProjectX`.
66+ 2 . ` ttt conf edit 2020-01-21 ` Edit the finished tasks of a specified day. The system will show a list of all
67+ tasks finished that day. Afterwards one can choose a task and either change or delete it.
68+ While changing allows to change the name, category and duration.
69+
6070## Setup
6171The tool supports Linux (like Ubuntu, Linux Mint), macOS and Windows.
6272We have tested it under Linux Mint 18, macOS Catalina and Windows 10.
Original file line number Diff line number Diff line change 44 */
55class Utilities {
66
7- const VERSION = 'v0.8.11 alpha ' ;
7+ const VERSION = 'v0.9.0 beta ' ;
88
99 /**
1010 * OS Consts
You can’t perform that action at this time.
0 commit comments