Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianhicks/habitifocus
Sync OmniFocus tasks to Habitica
https://github.com/brianhicks/habitifocus
Last synced: 6 days ago
JSON representation
Sync OmniFocus tasks to Habitica
- Host: GitHub
- URL: https://github.com/brianhicks/habitifocus
- Owner: BrianHicks
- License: bsd-3-clause
- Created: 2017-04-12T21:59:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T22:00:17.000Z (over 7 years ago)
- Last Synced: 2024-12-09T19:53:36.106Z (14 days ago)
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Habitifocus
Sync OmniFocus tasks to Habitica using AppleScript and the Habitica JSON API.
## Installing
go get github.com/BrianHicks/habitifocus
Then run:
habitifocus --userid=youruserid --apikey=yourapikey
Where `youruserid` and `yourapikey` are your values from [Habitica's API page](https://habitica.com/#/options/settings/api).
If you don't want to provide these on the command line every time, create `~/.habitifocus.yaml` with the following contents:
---
userid: youruserid
apikey: yourapikey## License
Habitifocus is licensed under a BSD 3-Clause license, located at [LICENSE](LICENSE)
That said, please don't use this if you don't know what's going on under the
covers. It could eat all your OmniFocus or Habitica tasks if there's a bug.