Patrick Lipka
|
02c489a02a
|
Added saveing to corner case of rt
|
2021-12-17 16:24:26 +01:00 |
Patrick Lipka
|
7b2b33e8aa
|
Added documentation for at command
|
2021-12-17 16:19:22 +01:00 |
Patrick Lipka
|
e30e009537
|
Added saveing to corner case of at
|
2021-12-17 16:18:49 +01:00 |
Patrick Lipka
|
3f993fdab0
|
Added documentation for start command
|
2021-12-17 16:10:59 +01:00 |
Patrick Lipka
|
def43d64de
|
Added documentation for st command
|
2021-12-17 16:02:32 +01:00 |
Patrick Lipka
|
ebff18f919
|
Added documentation for sp command
|
2021-12-17 15:57:50 +01:00 |
Patrick Lipka
|
a06c005f40
|
Added documentation for re command
|
2021-12-17 15:51:57 +01:00 |
Patrick Lipka
|
dde3e413da
|
Also save after renaming
|
2021-12-17 15:48:57 +01:00 |
Patrick Lipka
|
d3d68132d7
|
Added documentation for rm command
|
2021-12-17 15:25:13 +01:00 |
Patrick Lipka
|
463496dcd3
|
Changed order of switching task/project and saving data in rm
|
2021-12-17 15:24:24 +01:00 |
Patrick Lipka
|
767b41fed6
|
extra linebreak in variable section
|
2021-12-17 15:05:59 +01:00 |
Patrick Lipka
|
1e5075f3aa
|
Added documentation for nt command
|
2021-12-17 15:03:47 +01:00 |
Patrick Lipka
|
c760f573a6
|
Added documentation for np command
|
2021-12-17 14:56:55 +01:00 |
Patrick Lipka
|
7afe75de2e
|
Added documentation for ls command
|
2021-12-17 14:49:17 +01:00 |
Patrick Lipka
|
b05d0a71f3
|
Usage sub-headings edited
|
2021-12-17 13:52:13 +01:00 |
Patrick Lipka
|
377f5016bc
|
Usage section added
|
2021-12-17 13:50:36 +01:00 |
Patrick Lipka
|
1d4ffa73e5
|
Settings section added
|
2021-12-17 13:29:00 +01:00 |
Patrick Lipka
|
9927962523
|
Build command section edited
|
2021-12-17 13:17:57 +01:00 |
Patrick Lipka
|
ed3da4ba85
|
Build command section added
|
2021-12-17 13:16:42 +01:00 |
Patrick Lipka
|
199d0493a0
|
added first install variables
|
2021-12-17 13:09:36 +01:00 |
Patrick Lipka
|
828d392b24
|
added further line breaks
|
2021-12-17 12:32:09 +01:00 |
Patrick Lipka
|
f63f2380da
|
add line breaks
|
2021-12-17 12:30:31 +01:00 |
Patrick Lipka
|
3281e103a8
|
bullet points changed
|
2021-12-17 12:28:31 +01:00 |
Patrick Lipka
|
6744c4bcff
|
Added dependencies section
|
2021-12-17 12:27:04 +01:00 |
Patrick Lipka
|
12ade72c9a
|
Basic README added
|
2021-12-17 12:10:02 +01:00 |
Patrick Lipka
|
06b9f25893
|
cleanup done, more verbose comments added
|
2021-12-17 12:05:13 +01:00 |
Patrick Lipka
|
bcaa73fa79
|
Added check if active task exists before attempt to start stracking
|
2021-12-17 10:42:18 +01:00 |
Patrick Lipka
|
7b7a4dcc0c
|
-std=c++11 added to compile flags to solve clang warnings
|
2021-12-17 10:25:32 +01:00 |
Patrick Lipka
|
525534a5de
|
Uninstall target added
|
2021-12-16 17:16:16 +01:00 |
Patrick Lipka
|
f7bbfa4873
|
Install target added
|
2021-12-16 17:03:16 +01:00 |
Patrick Lipka
|
8625034382
|
Utility functions moved to util.cpp
|
2021-12-16 16:42:31 +01:00 |
Patrick Lipka
|
416bcbde0a
|
Added initialization of project list at startup
|
2021-12-16 16:34:06 +01:00 |
Patrick Lipka
|
183717c956
|
Read user name and tracking directory from settings file in PREFIX/etc and use them for load/save operations
|
2021-12-16 16:00:40 +01:00 |
Patrick Lipka
|
12376d3e4b
|
tt_name_completion rewritten in a more C++ conformant way
|
2021-12-16 13:21:26 +01:00 |
Patrick Lipka
|
7ebe1c5fb4
|
Only add potentially meaningful user input to history
|
2021-12-16 12:22:31 +01:00 |
Patrick Lipka
|
63abc50c81
|
check if active tasks exists if no name is being provided before manipulating time
|
2021-12-15 17:28:44 +01:00 |
Patrick Lipka
|
49d3d2f1e1
|
Added autosave
|
2021-12-15 13:03:27 +01:00 |
Patrick Lipka
|
85fd6e563f
|
Solved problems with project list corruption due to read of wrong length and redundant setting of current task
|
2021-12-15 12:16:03 +01:00 |
Patrick Lipka
|
10615ed0fa
|
reporting added
|
2021-12-14 14:39:20 +01:00 |
Patrick Lipka
|
a1c20aad42
|
added remove time command
|
2021-12-13 22:11:26 +01:00 |
Patrick Lipka
|
1e5f1bd0ee
|
add time command added, is_num helper added for that
|
2021-12-13 22:05:04 +01:00 |
Patrick Lipka
|
28f5b43ca8
|
solved switch task problem by adding trim function. Moved string utilities to separate files
|
2021-12-13 16:18:47 +01:00 |
Patrick Lipka
|
0bf621eb0f
|
rename command added
|
2021-12-13 15:44:24 +01:00 |
Patrick Lipka
|
c10ba31ed9
|
remove project command replaced by genralized rm
|
2021-12-13 15:04:18 +01:00 |
Patrick Lipka
|
a2fc4ca292
|
Added remove project command
|
2021-12-13 12:04:38 +01:00 |
Patrick Lipka
|
5d572571d9
|
switch task command added, minor adjustments made
|
2021-12-13 11:28:51 +01:00 |
Patrick Lipka
|
58e4775738
|
new task / switch project commands added
|
2021-12-13 10:22:49 +01:00 |
Patrick Lipka
|
b6139369f7
|
New project command added and parser updated
|
2021-12-10 15:58:27 +01:00 |
Patrick Lipka
|
7c54302cb0
|
Added parser, ls and start commands and search routines needed for them, ProjectList now has constructor setting month and num_projects
|
2021-12-10 13:22:46 +01:00 |
Patrick Lipka
|
363372f34e
|
Basic UI implemented usinf GNU readline
|
2021-12-10 11:09:03 +01:00 |