pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.62k stars 215 forks source link

FiSH Betty #87

Open prodigeni opened 10 years ago

prodigeni commented 10 years ago

How Should I put it in fish, given that fish uses functions instead?

pickhardt commented 10 years ago

The fish shell? Are all normal bash commands valid fish commands? Can you give some examples of commands that don't work, and what you'd replace them with?

Kalabasa commented 10 years ago

Not really a betty issue

function betty  
  /home/user/bin/betty/main.rb $argv  
end

call with betty arguments bla bla

;)