8000 GitHub - dajabe/createnote: Simple scripts to create and open notes using your system editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dajabe/createnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Create Note

About

Create note is a simple script that can be used for quickly creating a note with todays date in the name and a title or description as entered by the user. I created this script as I wanted something simple and straight forward to aid my personal note taking habits.

Currently it only supports opening a file in your current directory.

Installation

You can simply download the createnote.sh file and make it executable

> git clone https://github.com/dajabe/createnote.git
> cd createnote
> chmod +x createnote.

I like to make a sym link it to my user bin directory so it is in my system path

> ln -s createnote.sh ~/bin/cn

This allows me to do something like

> cn daily reflections

For me this opens neovim with the filename YYYY-MM-DD_daily_reflections.md

This is what works for me right now. Feel free to submit PRs for the README if you want to offer some alternatives

About

Simple scripts to create and open notes using your system editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0