Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
ttanalysis
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ck85nori
ttanalysis
Commits
ee970791
Verified
Commit
ee970791
authored
8 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
flesh out README
parent
b2e58107
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-0
28 additions, 0 deletions
README.md
with
28 additions
and
0 deletions
README.md
+
28
−
0
View file @
ee970791
# Time Tracking Analysis
# Time Tracking Analysis
Analyze time tracking data.
## Dependencies
-
JDK 8
-
SQLite 3
-
[
Ammonite
](
http://www.lihaoyi.com/Ammonite/#Ammonite-REPL
)
## Usage
1.
Create a database for your
**debit**
work hours:
```
sqlite3 timetracking.db 'create table debit (day text primary key, hours real)'
```
2.
Fill the database with your
**debit**
work hours:
```
sqlite3 timetracking.db 'insert into debit (day, hours) values ("2017-03-28", 8)'
```
3.
Start analysis:
```
amm ttanalysis.sc timetracking.db export_all.csv
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment