You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# Tete time tracker
2
2
3
-
- Basic CLI for time tracking: start, stop and list timers
4
-
- Persistence using sqlite
5
-
- Only one timer at a time
6
-
- Optionally specify the database location by setting the environment variable
7
-
`TETE_DB_LOCATION`
3
+
- Basic CLI for time tracking: start, stop and list timers.
4
+
- Persistence using sqlite. The default DB location is at `$XDG_DATA_HOME/tete`but can be optionally specified by setting the environment variable `TETE_DB_DIR`.
0 commit comments