Skip to content

Commit 4f63ccf

Browse files
committed
Move motivation from README to documentation
1 parent b88f4ea commit 4f63ccf

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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.

docs/documentation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,16 @@ Usage `tasks`
128128
You can see what 'now' is like in simtt (maybe different from current time because of your settings in the configuration - see precision):
129129

130130
Usage `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.

0 commit comments

Comments
 (0)