Skip to content

jaytaylor/iTerm2JTT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iTerm2JTT

iTerm2 Just-The-Tips

I made this because sometimes I've accidentally dismissed an iTerm2 tip of the day, and then not been able to find it again via keyword web search.

This exists in part as a measure to remedy the googleability of these gems :)

About

Golang package for parsing the iTerm2 Tips of the Day source code file.

Also generates a static website of tips.

Usage

go get github.com/jaytaylor/iTerm2JTT

curl -sSL https://github.com/gnachman/iTerm2/raw/master/sources/iTermTipData.m \
    | go run main.go \
    && rsync -azve ssh \
        public/* \
        ${SERVER}:/var/www/${SITE}/public_html/iterm2JTT/

Dev mode

fswatch --one-per-batch --recursive --monitor=fsevents_monitor -E './pkg' | xargs -n1 bash -c 'go run main.go < ../iTermTipData.m'

License

Permissive MIT license.

About

iTerm2 Just The Tip - Tip of the Day parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages