File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,3 @@ You can do the same type of output for `week` and `month`.
100100- [ ] week implemented
101101- [ ] month implemented
102102
103-
104- ## Motivation
105-
106- I wanted an easy time tracker for my tasks.
107-
108- I wanted the tool not using a database for easy editing the log files. (badcrocodile/cltt is using an SQLite database)
109-
110- I wanted to learn some new technology.
111-
112- I wanted to build something that would help others.
113-
114- I wanted the project to be developed using TDD and DDD.
Original file line number Diff line number Diff line change @@ -128,3 +128,16 @@ Usage `tasks`
128128You can see what 'now' is like in simtt (maybe different from current time because of your settings in the configuration - see precision):
129129
130130Usage ` now `
131+
132+
133+ ## Motivation
134+
135+ I wanted an easy time tracker for my tasks.
136+
137+ I wanted the tool not using a database for easy editing the log files. (badcrocodile/cltt is using an SQLite database)
138+
139+ I wanted to learn some new technology.
140+
141+ I wanted to build something that would help others.
142+
143+ I wanted the project to be developed using TDD and DDD.
You can’t perform that action at this time.
0 commit comments