pickhardt / betty

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

command not found stuff on arch #184

Open xeon-zolt opened 7 years ago

xeon-zolt commented 7 years ago

[xeon@dzb ~]$ betty what is my name Betty: Okay, I have multiple ways to respond. Betty: Enter the number of the command you want me to run, or N (no) if you don't want me to run any. [1] whoami Gets your system username. [2] finger $(whoami) | sed 's/.*: *//;q' Gets your full name. 2 Betty: Running finger $(whoami) | sed 's/.*: *//;q' sh: finger: command not found

likeadragonmaid commented 7 years ago

You need to install finger command package on Arch

xeon-zolt commented 7 years ago

ahh it would be good if betty can tell me how to install it or give me options to install it

likeadragonmaid commented 7 years ago

There are so many distros with their own package management systems, so it's kinda difficult to support them all...

xeon-zolt commented 7 years ago

their are limited no. of package managers used like pacman , apt etc then using uname or similar we can find out distro or check by running packagemanger -version type command and then a if else ??

likeadragonmaid commented 7 years ago

Actually there are lot of package management systems. Although support for popular ones can be added. Why don't you fork the project and do the necessary changes?

xeon-zolt commented 7 years ago

i am gonna after some time