https://github.com/amureki/things-cli
https://github.com/amureki/things-cli
cli things things3
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/amureki/things-cli
- Owner: amureki
- License: apache-2.0
- Archived: true
- Created: 2018-01-07T11:17:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T18:29:09.000Z (over 8 years ago)
- Last Synced: 2024-08-04T02:11:02.170Z (almost 2 years ago)
- Topics: cli, things, things3
- Language: Python
- Size: 11.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
|version| |ci| |coverage| |license|
things-cli
======
Command-line interface for `Things 3 `_.
Due to limited integration functionality (no public API), the only interesting feature for now is to create TODOs from emails.
Sadly, no projects, tags or contexts are supported yet.
Getting Started
---------------
Install
.. code:: shell
pip install things-cli
Run
.. code:: shell
things add "Buy milk" "Low-fat, please"
.. |version| image:: https://img.shields.io/pypi/v/things-cli.svg
:target: https://pypi.python.org/pypi/things-cli/
.. |ci| image:: https://api.travis-ci.org/amureki/things-cli.svg?branch=master
:target: https://travis-ci.org/amureki/things-cli
.. |coverage| image:: https://codecov.io/gh/amureki/things-cli/branch/master/graph/badge.svg
:target: https://codecov.io/gh/amureki/things-cli
.. |license| image:: https://img.shields.io/badge/license-Apache_2-blue.svg
:target: LICENSE