Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/kibelasync
kibela client
https://github.com/songmu/kibelasync
go kibela markdown
Last synced: 11 days ago
JSON representation
kibela client
- Host: GitHub
- URL: https://github.com/songmu/kibelasync
- Owner: Songmu
- License: mit
- Created: 2019-06-23T16:23:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T17:29:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T21:09:29.777Z (27 days ago)
- Topics: go, kibela, markdown
- Language: Go
- Homepage:
- Size: 139 KB
- Stars: 38
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
kibelasync
=======[![Build Status](https://github.com/Songmu/kibelasync/workflows/test/badge.svg?branch=master)][actions]
[![Coverage Status](https://coveralls.io/repos/Songmu/kibelasync/badge.svg?branch=master)][coveralls]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![GoDoc](https://godoc.org/github.com/Songmu/kibelasync?status.svg)][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/kibelasynckibelasync 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)