https://github.com/josuigoa/action_worklog-week
https://github.com/josuigoa/action_worklog-week
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/josuigoa/action_worklog-week
- Owner: josuigoa
- Created: 2022-05-09T15:11:19.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-19T07:27:48.000Z (over 1 year ago)
- Last Synced: 2025-02-02T01:45:26.277Z (3 months ago)
- Language: Haxe
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Action for ideckia: worklog-week
## Definition
Reads the JSON file created by [worklog](https://github.com/ideckia/action_worklog) and counts total hours from each week
## Properties
| Name | Type | Default | Description | Possible values |
| ----- |----- | ----- | ----- | ----- |
| file_path | String | Where is the log? | false | 'worklog.json' | null |## On single click
Counts the hours and shows in a dialog
## Example in layout file
```json
{
"text": "worklog-week action example",
"actions": [
{
"name": "worklog-week",
"props": {
"file_path": "/path/to/worklog.json"
}
}
]
}```