https://github.com/songmu/kibelasync
kibela client
https://github.com/songmu/kibelasync
go kibela markdown
Last synced: 10 months ago
JSON representation
kibela client
- Host: GitHub
- URL: https://github.com/songmu/kibelasync
- Owner: Songmu
- License: mit
- Created: 2019-06-23T16:23:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:29:01.000Z (over 3 years ago)
- Last Synced: 2025-08-14T22:23:27.732Z (11 months ago)
- Topics: go, kibela, markdown
- Language: Go
- Homepage:
- Size: 139 KB
- Stars: 38
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
kibelasync
=======
[][actions]
[][coveralls]
[][license]
[][godoc]
[actions]: https://github.com/Songmu/kibelasync/actions?workflow=test
[coveralls]: https://coveralls.io/r/Songmu/kibelasync?branch=master
[license]: https://github.com/Songmu/kibelasync/blob/master/LICENSE
[godoc]: https://godoc.org/github.com/Songmu/kibelasync
kibelasync is a CLI for https://kibe.la
## Synopsis
```console
# set $KIBELA_TOKEN and $KIBELA_TEAM environment variable before using
% kibelasync pull
[kibelasync] saved to "notes/370.md"
[kibelasync] saved to "notes/381.md"
[kibelasync] saved to "notes/380.md"
...
% kibelasync push notes/370.md
[kibelasync] updated https://example.kibe.la/notes/370
% kibelasync publish < sample.md
[kibelasync] published https://songmu.kibe.la/@Songmu/382
```
## Description
kibela client to edit markdowns locally. It download markdowns with frontmatter.
## Installation
### Homebrew
```console
% brew install Songmu/tap/kibelasync
```
### go get
```console
% go get github.com/Songmu/kibelasync/cmd/kibelasync
```
## See Also
- [blogsync](https://github.com/motemen/blogsync)
## Author
[Songmu](https://github.com/Songmu)