please
please is a playful Linux utility I made for fun. It's not a full-featured application or anything serious—just a little script to add some personality to your terminal. When you type please before any command, you'll get a friendly response before your command runs.
- Bash script: Handles the input and output.
- Python module: Picks a random friendly phrase, and sometimes even personalizes it (based on time of day or if you’re running the same command a lot).
Example Usage
$ please ls -l
Sure thing!
<output of ls -l>$ please sudo apt update
Good morning! Will do!
<output of sudo apt update>