For example, if you install git and type git
in the terminal, the git program will respond with an output, no matter what directory you are in. Let's say I make a python script - how can I make it respond to !test
, for example, without having to run my program and only be able to use the program and no other commands? I understand I have done a bad job at explaining this, but I hope it's clear enough. Thanks
Edit1: I'm not sure if this helps, but I'm running Xubuntu.