Better usage
This commit is contained in:
15
README.md
15
README.md
@@ -15,7 +15,7 @@ A personal time tracking tool that monitors your work sessions, tracks time spen
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install -e .
|
||||
pip install .
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -23,14 +23,15 @@ pip install -e .
|
||||
Run the application:
|
||||
|
||||
```bash
|
||||
python -m work_tracker
|
||||
python -m citrus_time_tracker
|
||||
```
|
||||
|
||||
or just
|
||||
|
||||
```bash
|
||||
citrus_time_tracker
|
||||
```
|
||||
|
||||
Use hotkeys:
|
||||
- Ctrl+Alt+T: Toggle tracking
|
||||
- Ctrl+Alt+N: New task
|
||||
- Ctrl+Alt+S: End current session
|
||||
- Ctrl+Alt+M: Adjust time
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user