N
Notification when a cli command finishes.
Installation
curl https://raw.githubusercontent.com/madhavanmalolan/N/master/install.sh | sudo sh -
Usage
n <bash command>
For example, n cp very_large_file.bin /tmp/
Category: Linux / Miscellaneous |
Watchers: 3 |
Star: 36 |
Fork: 5 |
Last update: Aug 3, 2022 |
Addded new Binary and MacOS specific Install-Script
Attempt to download the installer with curl
or wget
, whichever is installed, and ensure the installer was downloaded before copying to the binaries folder.
Using osascript command from @fabiobaser pull request #2
Fix bash shebang
It's not advisable to copy and paste commands into your terminal that contain sudo
; encouraging this practice is probably not a good idea.