https://github.com/datashaman/sup
https://github.com/datashaman/sup
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datashaman/sup
- Owner: datashaman
- Created: 2020-06-15T06:51:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T16:18:10.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T05:43:42.569Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sup
Nanoblog CLI interface to GitHub Pages. WIP.
Setup (currently .env in the same folder, wip):
```
SUP_BRANCH=master
SUP_POSTS=_posts
SUP_REPO=myreponame
SUP_TOKEN=5473c3c11111111bc3f1588e2eba90fb00000000
SUP_TZ=Africa/Johannesburg
```
`SUP_REPO` and `SUP_TOKEN` are required. The rest have sensible defaults.
Examples:
```
sup 9pm: this thing happened @inthehood #happening
sup yesterday at 11am: i had a thought @ideabox
sup this is my current line of thinking
sup keep this somewhere https://datashaman.com @bookmarks #memes
sup "tomorrow at 12pm: this is a future post
with a body that will be included in the post. #longform-nano"
```