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 #183

Closed xeon-zolt closed 6 years ago

xeon-zolt commented 8 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 8 years ago

You need to install finger command package on Arch