DEV Community

HaxNet
HaxNet

Posted on

vim_notes

A simple note taking in the terminal without downloading anything.

https://github.com/HaxNet/vim_notes

Just using 2 scripts, crontab, and an alias

Decided to create this because a lot of the time I am on the phone and need to take a quick note and the easiest thing is just opening up a terminal.

I would use an alias to execute the script which will create a new filename using vim and you can start entering your actual notes. When you save, it will auto push to your github.

Preferrably, create a private repo in github.

Using crontab to run the directory and auto push every 5 minutes.

Top comments (0)