edc / bass

Make Bash utilities usable in Fish shell
MIT License
2.2k stars 70 forks source link

Homebrew formula. #7

Closed natecox closed 8 years ago

natecox commented 9 years ago

I'd love to see this package on homebrew for OSX; is there any interest in writing up a formula?

externl commented 9 years ago

I suspect a formula for this would not be approved. Homebrew requires a certain popularity rating.

natecox commented 9 years ago

I've never published to homebrew before, so I'm not sure what the process is, but isn't that covered by casks?

externl commented 9 years ago

No, casks are more for graphical applications.

edc commented 9 years ago

I feel this package is simple enough it does not justify the use of home-brew. Maybe we could add a simple installer script so one can just install via curl-piped-to-shell, like

curl https://raw.githubusercontent.com/edc/bass/master/installer.sh | sh
natecox commented 9 years ago

@edc the shell script would be a good option and is fairly commonly used, providing you're not planning on updating the functionality in the future. I know I hate missing updates because I simply don't know about them.

externl commented 9 years ago

@natecox You should check out https://github.com/oh-my-fish/oh-my-fish. Not sure if they have bass, but I suspect they'd be more than willing to add it.

derekstavis commented 9 years ago

Oh My Fish is now on https://github.com/oh-my-fish/oh-my-fish @externl and @natecox. We have foreign-env plugin, which should work exactly like bass, but it's written in plain fish, so it's a lot faster.

To install it you just need to

omf install foreign-env

Replace bass by fenv and you are good to go. By the way, if you are seeking for a nvm wrapper, Oh My Fish have a fish wrapper which works out of box:

omf install nvm

Check plugin-nvm for more information.

ghost commented 8 years ago

https://github.com/fisherman/fisherman