xtendo-org / chips

A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell
73 stars 3 forks source link

Check the availability of git and curl #19

Open xtendo-org opened 8 years ago

xtendo-org commented 8 years ago

chips depends on the commands git and curl. Therefore, it should first check for their existence, and print an error message if they're not available.

Both are not part of the POSIX standard. Although curl is included in nearly all GNU/Linux distros and OS X, git obviously isn't. I've never seen a user desktop operating system which ships with it by default.