vim-note is a memo that can be stored in online storage from the terminal
- storage
- firebase
- editor
- vim
go install github.com/dogerescat/vim-note@latest
create config.toml(~/vim-note/config.toml)
[Firebase]
keyPath = "your_firestore_key.json"
storageBucket = "your-fire-store-bucket.com"
create new memo
vim-note new filename
show memo list
vim-note list
edit memo(Search if filename does not exist)
vim-note edit [filename]