Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itspriddle/things-cli
CLI for Things 3 by Cultured Code
https://github.com/itspriddle/things-cli
bash things3
Last synced: 4 days ago
JSON representation
CLI for Things 3 by Cultured Code
- Host: GitHub
- URL: https://github.com/itspriddle/things-cli
- Owner: itspriddle
- License: mit
- Created: 2021-05-16T00:18:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T03:39:42.000Z (over 3 years ago)
- Last Synced: 2023-04-13T14:56:12.553Z (almost 2 years ago)
- Topics: bash, things3
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# things-cli
CLI for [Things 3][] by Cultured Code.
[Things 3]: https://culturedcode.com/things/
## Usage
- `things add` - add new todo
- `things update` - update exiting todo
- `things add-project` - add new project
- `things update-project` - update exiting project
- `things show` - show an area, project, tag, or todo in Things
- `things search` - invoke and show the search screen in Things
- `things help` - show documentation for the given commandSee `things help` and `man things` for full documentation.
## Installation
**Install via make**
```
git clone https://github.com/itspriddle/things-cli
cd things-cli
make install
```You may see "Permission denied" errors if `/usr/local` does not exist or is
owned by root. If this happens, you can run `sudo make install`.**Manual install**
```
mkdir -p /usr/local/bin /usr/local/share/man/man1
curl -o /usr/local/bin/things -L https://github.com/itspriddle/things-cli/raw/master/bin/things
curl -o /usr/local/share/man/man1/things.1 https://github.com/itspriddle/things-cli/raw/master/share/man/man1/things.1
chmod +x /usr/local/bin/things
```## Bug Reports
Issues can be reported on GitHub:
## License
MIT License - see [`LICENSE`](./LICENSE) in this repo.