Skip to content

Aki-7/notim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Simple vim note-taking app

Just a simple wrapper of vim command

Set up

1. Run install script

$ curl https://raw.githubusercontent.com/Aki-7/notim/master/install.sh | sh

2. Set alias

$ echo 'alias notim="~/.notim/bin/notim"' >> ~/.bashrc

3. Zsh autocompletion

$ echo 'source ~/.notim/bin/_notim.zsh' >> ~/.zshrc

4. Restart shell

Apply the settings above.

Usage

Create Note

$ notim memo.md
# equals to `vim ~/.notim/note/memo.md`
$ notim research/memo.md
# equals to `mkdir -p ~/.notim/note/research && vim ~/.notim/note/research/memo.md`

Remove Note

$ notim --remove research/memo.md
# equals to `rm -r ~/.notim/note/research/memo.md`

Update

$ notim --update

About

Simple vim note-taking app

Topics

Resources

Stars

Watchers

Forks

Languages