Log your work time to tempo from the command line.
Project description
Log Time to Tempo
Log your time to tempo on a self-hosted Jira instance from the convenience of your command line.
Requirements
This tool is developed against
- Jira Server v9.4.17
- Tempo Timesheets 17.2.0 plugin
Any deviation from that setup might lead to issues. Feel free to provide PRs to support other configurations.
Installation
pip install log-time-to-tempo
Getting Started
To initialize authentication and local caches of projects and issues, run
lt init
If you want to enable shell completion (which makes picking issues much easier), run
lt --install-completion
Usage
Log Time
# log full workday to default issue
lt log
# log 2h to default issue
lt log 2h
# log 2h to specific issue
lt log 2h TSI-1
# log with custom message
lt log -m "working on foo" 2h TSI-1
Check Logged Time
# show logged time per issue
lt stats
# show logged time per issue for current month
lt stats month
# ..also show individual worklogs
lt stats -v
Configuration
The lt config
command allows to change the default behavior, either system wide (--system
) or in the local directory and subdirectories.
Here are a couple of usage examples:
# Set custom jira instance for all projects (i.e. system-wide)
lt config --system JIRA_INSTANCE https://jira.my-server.com
# Set default issue for worklogs created from current directory (and subdirectories)
lt config LT_LOG_ISSUE TSI-7
# Start all your worklogs at 10am (instead of the default 9am)
lt config --system LT_LOG_START 10
# Remove all custom configuration
lt config --unset
Changes
latest
0.0.3 - 2024-09-12
- add
lt stats
command to aggregate spent time per issue - add
lt alias
command to provide more meaningful aliases for issue descriptionslt alias --unset
to remove previously set aliases
- renamed relative date ranges
week
→last_7_days
month
→last_30_days
week_to_date
→week
month_to_date
→month
- support abbreviations for relative date ranges (e.g.
l7
forlast_7_days
) - fix issue where app dir would not be created on first run
- fix issue with formatted durations, where days would not be accounted for
- fix issue where token was saved to third-party keyrings (e.g. 1Password)
- parse more relative dates (e.g. "3 weeks ago") (using
dateparser.parse
)
0.0.2 - 2024-04-17
- add
log --lunch
option to reduce the amount of math you have to do in your head when entering your time- lunch will simply be deducted from the total duration and your end time
- rename
log --from-time '' --to-time ''
options tolog --start '' --end ''
log --day
is now case-insensitive (soMo
will be recognized asmonday
)- add
--version
flag
0.0.1 - 2024-03-25
Project details
Release history Release notifications | RSS feed
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 log_time_to_tempo-0.0.3.tar.gz
.
File metadata
- Download URL: log_time_to_tempo-0.0.3.tar.gz
- Upload date:
- Size: 697.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f736ff636e04a622a74a05e7dfa9b8fc9d9350616ef33f76cce8434c151044f6 |
|
MD5 | 53a76a384d7db1183ff5b7c296fd9a06 |
|
BLAKE2b-256 | 896d6e8d2dcf407acb7c54ee52dbcd60c47db709859c4769dfdc8327b023d8f9 |
File details
Details for the file log_time_to_tempo-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: log_time_to_tempo-0.0.3-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae560735bc31d38a4bacabbad67ac9a20de23428515359e917d7bb555e3d5c13 |
|
MD5 | 9b6c41b1234811b28cd1bf600300be29 |
|
BLAKE2b-256 | 3d9456837c37c82a41101f982d35fe89d859a7639a2825322a9e0b861dc382a9 |