マリウス
|
84047e834e
|
Fixed #9, implemented zeit to be the default format for import/export
|
2021-02-07 14:47:31 -04:00 |
|
マリウス
|
822ded9dfc
|
Implemented #6, added --no-colors flag for disabling coloured output
|
2021-02-07 14:38:14 -04:00 |
|
マリウス
|
6e0ecbb007
|
Fixed #7, treating entry.Finished for running entries as time.Now()
|
2021-02-07 14:22:16 -04:00 |
|
マリウス
|
31014917ef
|
Merge branch 'main' of github.com:mrusme/zeit
|
2021-02-07 14:02:40 -04:00 |
|
マリウス
|
abc041381e
|
Fixed #2, removed initial check for existing entries, adding a separate one
|
2021-02-07 14:02:32 -04:00 |
|
Keith Hughitt
|
baf6b83d53
|
Fixed an issue resulting --begin time adjustments leading to 0AD date
|
2021-02-06 15:09:32 -05:00 |
|
マリウス
|
7f376a1b3c
|
Removed Printf
|
2020-10-23 20:51:58 +01:00 |
|
マリウス
|
109494bb0c
|
Fixed naming
|
2020-10-23 20:51:51 +01:00 |
|
マリウス
|
2d7dbddf5c
|
Implemented projects/tasks structure listing; this implements #1 partially
|
2020-10-21 00:05:39 +01:00 |
|
マリウス
|
0d71ab2d34
|
Updated GetGitLog to only include own commits
|
2020-10-18 00:24:29 +01:00 |
|
マリウス
|
3f23b28662
|
Refactored entry update
|
2020-10-17 22:49:29 +01:00 |
|
マリウス
|
94f062e036
|
Implemented entry command
|
2020-10-17 21:14:49 +01:00 |
|
マリウス
|
dbe231f710
|
Implemented UpdateEntry
|
2020-10-17 21:14:34 +01:00 |
|
マリウス
|
4f301a4ce4
|
Implemented error handling for "over-tracking"
|
2020-10-17 21:14:22 +01:00 |
|
マリウス
|
6732d9634a
|
Added full output to entry.GetOutput
|
2020-10-17 21:14:00 +01:00 |
|
マリウス
|
2ecc0a70ca
|
More explicit error
|
2020-10-17 21:13:27 +01:00 |
|
マリウス
|
2f0218f567
|
Further cleanup / refactoring
|
2020-10-17 20:32:35 +01:00 |
|
マリウス
|
b924131c81
|
Cleaned up file names
|
2020-10-17 20:30:41 +01:00 |
|
マリウス
|
35cb75088e
|
Implemented total output
|
2020-10-17 20:19:05 +01:00 |
|
マリウス
|
fda944ab17
|
Consolidated list/export further, extended list command
|
2020-10-17 20:06:25 +01:00 |
|
マリウス
|
86662a5a37
|
Fixed title for stats in case the weeks cross months
|
2020-10-17 19:53:13 +01:00 |
|
マリウス
|
631343388d
|
Refactored import/export
|
2020-10-17 15:53:11 +01:00 |
|
マリウス
|
df06d63fa8
|
Implemented GetFilteredEntries and extended export command
|
2020-10-17 15:32:41 +01:00 |
|
マリウス
|
64a17e4db9
|
Specified time.RFC3339 as Format
|
2020-10-17 15:32:07 +01:00 |
|
マリウス
|
1bae202468
|
Implemented export command
|
2020-10-17 14:59:44 +01:00 |
|
マリウス
|
5dd03146b2
|
Extended finish command with notes and Git log import
|
2020-10-17 13:17:58 +01:00 |
|
マリウス
|
b50277d9ce
|
Implemented task command
|
2020-10-17 13:17:38 +01:00 |
|
マリウス
|
9d6670c965
|
Implemented UpdateTask and GetTask
|
2020-10-17 13:17:28 +01:00 |
|
マリウス
|
56ffde16fe
|
Added notes to Entry and track command
|
2020-10-17 13:17:01 +01:00 |
|
マリウス
|
25f526d036
|
Implemented GetGitLog
|
2020-10-17 13:16:06 +01:00 |
|
マリウス
|
ee1ab3204b
|
GetProjectIdFromName -> GetIdFromName
|
2020-10-17 13:14:58 +01:00 |
|
マリウス
|
798af1a486
|
Implemented project command
|
2020-10-17 01:33:47 +01:00 |
|
マリウス
|
b7d64baeef
|
Implemented project-related config
|
2020-10-17 01:33:38 +01:00 |
|
マリウス
|
12f226c324
|
Added header to stats
|
2020-10-17 01:33:21 +01:00 |
|
マリウス
|
5101c97f7c
|
Implemented UpdateProject & GetProject
|
2020-10-17 01:32:53 +01:00 |
|
マリウス
|
a89d78f66c
|
Implemented GetProjectIdFromName
|
2020-10-17 01:32:31 +01:00 |
|
マリウス
|
b6eefeb0c8
|
Implemented GetColorFnFromHex
|
2020-10-17 01:32:18 +01:00 |
|
マリウス
|
e849959b6b
|
First draft implementation of distribution
|
2020-10-16 22:37:48 +01:00 |
|
マリウス
|
85fc684aa9
|
Finished first shot on stats implementation
|
2020-10-16 21:41:25 +01:00 |
|
マリウス
|
0b4839278c
|
Implemented new Tui module
|
2020-10-16 21:40:58 +01:00 |
|
マリウス
|
d1c0f10097
|
Fixed coloring
|
2020-10-16 19:38:00 +01:00 |
|
マリウス
|
2d8b17d1f4
|
Further TUI testing & improvements
|
2020-10-16 18:11:33 +01:00 |
|
マリウス
|
510f9f9648
|
Simplified TUI stuff
|
2020-10-16 17:02:41 +01:00 |
|
マリウス
|
79dfe4ed4a
|
Testing TUI implementation
|
2020-10-16 16:36:44 +01:00 |
|
マリウス
|
60b3c94f13
|
Added space before icons
|
2020-10-16 01:46:52 +01:00 |
|
マリウス
|
55a90954ab
|
Implemented erase command
|
2020-10-16 01:21:03 +01:00 |
|
マリウス
|
45fe5093d0
|
Implemented EraseEntry
|
2020-10-16 01:20:56 +01:00 |
|
マリウス
|
968f3beee3
|
Fixed wording
|
2020-10-16 01:09:00 +01:00 |
|
マリウス
|
ffaa609fdf
|
Added colors
|
2020-10-16 01:07:26 +01:00 |
|
マリウス
|
0cb4de29d9
|
Added check for format
|
2020-10-16 01:02:12 +01:00 |
|