Skip to content

This is a journal where I'll write about things that I've found useful

Notifications You must be signed in to change notification settings

spelcaster/journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

journal

Shell alias

vimj

The vimj is used to open a file based on date.

alias vimj="vim $(date +'%Y%m%d').md"

gitj

The gitj is used to commit staged files with default message based on date.

alias gitj="git commit -m \"annotations from $(date +'%Y-%m-%d %H:%M')\""

About

This is a journal where I'll write about things that I've found useful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published