Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/synclenote
Synclenote: a synchronization tool for GFM (GitHub Flavored Markdown) files and Evernote.
https://github.com/nishidayuya/synclenote
evernote gfm markdown synchronization
Last synced: about 1 month ago
JSON representation
Synclenote: a synchronization tool for GFM (GitHub Flavored Markdown) files and Evernote.
- Host: GitHub
- URL: https://github.com/nishidayuya/synclenote
- Owner: nishidayuya
- License: mit
- Created: 2014-09-14T17:58:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T16:36:59.000Z (12 months ago)
- Last Synced: 2024-11-29T11:02:07.381Z (about 1 month ago)
- Topics: evernote, gfm, markdown, synchronization
- Language: Ruby
- Homepage: https://github.com/nishidayuya/synclenote
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Synclenote
A synchronization tool for GFM (GitHub Flavored Markdown) files and Evernote.
[![License X11](https://img.shields.io/badge/license-X11-blue.svg)](https://raw.githubusercontent.com/nishidayuya/synclenote/master/LICENSE.txt)
[![Gem Version](https://badge.fury.io/rb/synclenote.svg)](https://rubygems.org/gems/synclenote)
[![Build Status](https://github.com/nishidayuya/synclenote/workflows/test/badge.svg)](https://github.com/nishidayuya/synclenote/actions?query=workflow%3Atest)## Requirements
- Ruby
## Installation
```console
$ gem install synclenote
```## Usage
Create configuration directory:
```console
$ synclenote init
```Open "~/.synclenote/config" by your favorite text editor and edit "TODO:" section.
Sync your GFM files and Evernote:
```console
$ synclenote sync
```## Contributing
1. Fork it ( https://github.com/nishidayuya/synclenote/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request