CLI timer app to keep track of your life
Project description
Timey
Timey is a simple cli timer that helps you keeep track of your life. It's written in python.
Requirements
Python
>= 3.6
Installation
The package is uploaded on PyPi. Therefore, it can be installed with the following command
pip install timey
Usage
timey [command] [tag]
command
can be any of the following:
-
start
- Starts a new timer fortag
. -
tick
- Outputs the how long the current session has been running for. -
stop
- Stops the timer. -
resume
- Starts a new session fortag
. -
summarise
- Summarises all the sessions fortag
. If tag is not specified, it summarises for all tags present in the current day's log.
tag
can be any string.
The logs are stored on a day-by-day-basis. The following is a sample usage of the app
$ timey start algo-hw
Started timekeeping for algo-hw
Curent time is 21:21
Two hours later
$ timey tick algo-hw
2h 0m 00s
$ timey stop algo-hw
algo-hw stopped. Last run ran for 2h 0m 00s
$ timey start gaming
Started timekeeping for gaming
Curent time is 21:21
$ timey summarise
Summary for algo-hw
1. 21:21 2h 0m 00s
Total time spent - 2h 0m 00s
Summary for gaming
1. 23:00 0h 0m 10s - running
Total time spent - 0h 0m 10s
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file timey-1.1.1.tar.gz
.
File metadata
- Download URL: timey-1.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2be5b50e66a3bbd7e103ad46ffc02e77c7bc007773b7bb825d508cafe95f642 |
|
MD5 | 2cee3e58c88fa0ef41a5adbf736fe53a |
|
BLAKE2b-256 | c89e946f6b4aebd8a81f7e09a3388c7e24285a34cf75ecb7f4a2c7d886125298 |
File details
Details for the file timey-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: timey-1.1.1-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f0f1e63f8a0bb63cf974cff5d9517b133e696bde36cb3796da64a709ca949e3 |
|
MD5 | 893bed4d1c056d3af91329cd70bdb957 |
|
BLAKE2b-256 | efb9da5cb960183c35fdb35b8cfbcd9d9ac85093b58625cb608f1b453ab19c6d |