https://github.com/luocfprime/labtasker-plugin-task-count
A plugin for Labtasker that counts task number in each states.
https://github.com/luocfprime/labtasker-plugin-task-count
Last synced: 6 months ago
JSON representation
A plugin for Labtasker that counts task number in each states.
- Host: GitHub
- URL: https://github.com/luocfprime/labtasker-plugin-task-count
- Owner: luocfprime
- Created: 2025-03-07T11:55:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-01T05:17:18.000Z (10 months ago)
- Last Synced: 2025-07-08T23:15:31.987Z (6 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# labtasker-cli-task-count
A demo CLI plugin for labtasker.
Functionality: It counts the tasks in each status.
Usage:
```bash
labtasker task count
```
See `main.py` for implementation details.