things-cli icon indicating copy to clipboard operation
things-cli copied to clipboard

A simple Python 3 CLI to read your Things app data.

Results 10 things-cli issues
Sort by recently updated
recently updated
newest added

**To Reproduce** Steps to reproduce the behavior: ``` things-cli anytime ``` lists both tasks *and projects*. **Expected behavior** A list of only the tasks that show up under "Anytime" in...

**Goal** - As a user - I want to install and get updates in macOS by package manager **Suggested approach** In order to achieve this goal I suggest: - if...

enhancement
good first issue

Hey, I love this, Just a question: is there a way for me to get the tasks completed on a certain day? Like specifically I'd like to programatically get the...

enhancement
good first issue

**Goal** - As a user of things-cli - I want to export content from some projects but not others - so that I can manage that content elsewhere **Suggested approach**...

**To Reproduce** Steps to reproduce the behavior: 1. Run the following CLI command: `things-cli --csv all > tasks.csv` 2. Open `tasks.csv` in any editor 3. Make note of the column...

This package will no longer install due to the [imp module being deprecated from Python 3.12](https://docs.python.org/3.11/library/imp.html) `ModuleNotFoundError: No module named 'imp'`

This is to achieve a stable column order for CSV exports, as the order in which CSV fields are discovered is influenced by the order of the tasks, as tasks...

Right now when tasks are printed in Markdown format, any notes attached to the tasks do not appear. This PR adds a task's notes field (if present) as text under...

I love having an easy way to display Things projects and tasks in Markdown form, but if the tasks have notes attached to them, they don't appear in the Markdown....