https://github.com/lmgibson/ThingsStats
A tool that analyzes your Things tasks to help you quickly identify important tasks and act upon them.
https://github.com/lmgibson/ThingsStats
click pyinquirer rich things3 todo
Last synced: 30 days ago
JSON representation
A tool that analyzes your Things tasks to help you quickly identify important tasks and act upon them.
- Host: GitHub
- URL: https://github.com/lmgibson/ThingsStats
- Owner: lmgibson
- License: mit
- Archived: true
- Created: 2021-01-21T02:00:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T05:02:47.000Z (about 4 years ago)
- Last Synced: 2024-10-14T04:17:58.696Z (7 months ago)
- Topics: click, pyinquirer, rich, things3, todo
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview - ThingsStats
A command line tool for [Things](https://culturedcode.com/things/). The tool has a functionality to add checklist items to a daily todo (`things add`) and interactive reporting to explore incomplete tasks (`things report`).
# How To Use
1. Install with: `pip install thingscli`
2. Type `things` to see a list of commands. Currently support add and report.
3. Type `things report` to access the interactive reporting functionality.# Commands
## add
Add is a command that creates a daily todo and can add checklist items to it. For example, `things add 'hello'` will create a todo of the format "weekday mm/dd/yyyy" and a checklist item with the title 'hello'. Currently it will only do this if there is a project titled 'Daily Tracker'.
Personally, I use this to support my own workflow of adding tasks as they come up to a daily todo.
Example coming soon.
## report
Report is an interactive tool that presents the user with different information on their things usage.
