Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

tosuke/available.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

available.fish

MIT License

Check if the command is available

🔍 Usage

if available fzf
  # if 'fzf' command is available
else
  # if not
end

📦 Installation

Using Fisherman

$ fisher Tosuke/available.fish

Using Fundle

Add

fundle plugin 'Tosuke/available.fish'

to your config.fish, reload your shell and run fundle install

Using Fresco

$ fresco Tosuke/available.fish

Manually

$ curl https://raw.githubusercontent.com/Tosuke/available.fish/master/functions/available.fish > $HOME/.config/fish/functions/available.fish

About

check if the command is available

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages