vinote

command module
v0.0.0-...-ae323db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

README

vinote

Japanese README page!

Quick access tool to a note directory with Vim and Neovim from anywhere!

inspired by mattn/memo.

NOTE Only supported MacOS or Linux.

Installation

go get github.com/yasukotelin/vinote

Setting

You have to put the .vinote.json on the ~ (home directory) or run vinote config.

{
    "path": "~/Dropbox/note",
    "editor": "nvim",
    "selector": "fzf"
}
key value example
path your note directory path ~/Dropbox/note
editor path to your vim (Gvim is not supported) Vim, Neovim
selector vinote can find with your setted selector fzf, peco

Commands

command value
vinote open your note directory with vim or neovim from anywhere!
vinote config open a .vinote.json
vinote open open with Finder
vinote new create a new file from anywhere.
vinote select fuzzy find with your specified command

What is the Note direcotry?

If you want to write the note with your favorite editor, may be you have created the directory on local for markdown files.

This app is assuming that directory was created like the following.

note
├─fo
│  └─2018-12-12-in-tokyo
│          index.md
│          picture1.jpeg
│          picture2.jpeg
│
├─game
│  ├─cod
│  │  └─2019-03-12-hint
│  │          index.md
│  │
│  └─ff
│      ├─2019-01-01-monster-data
│      │      index.md
│      │
│      └─2019-01-02-item-data
│              index.md
│
└─memo
    ├─2019-05-20-memo1
    │      index.md
    │
    └─2019-05-20-memo2
            index.md

Author

yasukotelin

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL