Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

amonks/nv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nv

nv is a CLI note-taking application inspired by Notational Velocity and nvALT. It just shells out to other programs.

gif

features

  • bring your own editor (vim, emacs, nano, kak, *)
  • bring your own file finder (fd, git-ls-files, ls, find)
  • automatic sync over git

options

Run text --help to get this list of options:

$ nv -help
Usage of nv:
  -directory string
        directory of text files
  -editor string
        editor command (default "vim +")
  -exit
        exit after editing one file
  -find-command string
        how to get a list of the files in a directory (default "ls")
  -frontmatter
        create yaml frontmatter for new files
  -sync
        automatically pull, commit, and push

install

brew install fzf go

go get github.com/amonks/nv
go install github.com/amonks/nv

use

I use nv via an alias:

alias t="nv --find-command 'fd --type f' --directory ~/txt --editor 'vim +' --frontmatter --sync"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages