Skip to content

Commit 76ef650

Browse files
rm emph
1 parent 244840e commit 76ef650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plain text [CSV](https://www.datarisy.com/blog/understanding-csv-files-use-cases
3838
* **Freedom**: Libre Software (aka open-source)
3939
* **Simple**: Quick to set up
4040
* **Privacy**: Own your data
41-
* **Anti-stalking**: NO invasive tracking ever of keystrokes, browser activity, mouse-clicks, etc.,
41+
* **Anti-stalking**: No invasive tracking ever of keystrokes, browser activity, mouse-clicks, etc.,
4242
as is done by multitudinous other timetracking apps
4343
* **Human-and-machine-readable**: ASCII data stored in CSV (comma-separated values) [plaintext](http://www.markwk.com/plain-text-life.html) files:
4444
* Ready for [pandas](https://pandas.pydata.org/), the Python Data Analysis Library for tabular data

timetracker/cmd/running.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _show_running(cfg_glb, uname, verbose):
3333
startobj.started():
3434
if (dta := startobj.read_starttime()):
3535
hms = startobj.hms_from_startfile(dta)
36-
# Timer started 2025-07-15 11:56:17 AM; Running H:M:S
36+
# Began Tue 2025-07-15 11:56:17 AM -> H:M:S
3737
print(f'Began {startobj.str_started(dta)} -> {startobj.str_running(hms)}')
3838
if verbose:
3939
print(f' {dirname(dirname(pcfg))}\n')

0 commit comments

Comments
 (0)