Metadata-Version: 2.1
Name: timeslime
Version: 2.2.1
Summary: ⌚ This is timeslime! Have fun tracking your time ⌚
Project-URL: Source Code, https://gitlab.com/lookslikematrix/timeslime
Author-email: Christian Decker <christian.decker@lookslikematrix.com>
License-Expression: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: click==8.1.6
Requires-Dist: peewee==3.16.2
Requires-Dist: requests==2.31.0
Requires-Dist: rich==13.5.1
Description-Content-Type: text/markdown

# ⌚ timeslime

⌚ This is timeslime! Have fun tracking your time ⌚

## Getting started

Install python and pip and execute the following

~~~bash
pip install timeslime
~~~

🚀 Start your time

~~~bash
timeslime start
~~~

🛑 Stop your time

~~~bash
timeslime stop
~~~

🔧 Configure your weekly working hours (e.g for 40 hours per week)

~~~bash
timeslime config --weekly-working-hours=40
# Get more configuration options with the following.
timeslime config --help
~~~

📊 Get report 

~~~bash
timeslime report
~~~

🤝 Synchronize your time and configuration 

~~~bash
timeslime sync
~~~

💡 Get help

~~~bash
timeslime --help
~~~

## Contribute

~~~bash
git clone https://gitlab.com/lookslikematrix/timeslime.git
cd timeslime
pipenv install --dev
pipenv shell
pytest tests
pip install -e .
timeslime --help
~~~
