please

linux

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.

Example Usage

$ please ls -l
Sure thing!
<output of ls -l>
$ please sudo apt update
Good morning! Will do!
<output of sudo apt update>