kjkuan / taskit

A Task Runner in Bash
GNU General Public License v3.0
36 stars 3 forks source link

list on Homebrew? #1

Open jsnelgro opened 7 years ago

jsnelgro commented 7 years ago

This is such a great idea! Maybe we could get this on Homebrew to make task-running truly frictionless?

kjkuan commented 7 years ago

good idea, I'll look into packaging it for homebrew.

kjkuan commented 7 years ago

just added a homebrew tap for taskit. You should be able to:

brew tap kjkuan/taskit
brew install taskit

to get it installed on OS X. Once tap'ed, the formula will be automatically updated when you do brew update, so later you only need to brew install taskit or brew upgrade to get the lastest version.

I didn't bother listing it on the homebrew-core since I doubt they will accept it because not many people use it, I think.

jsnelgro commented 7 years ago

awesome, thanks @kjkuan!