noti
Noti is a command line tool that allows users to send themselves desktop notifications. It supports Linux, macOS, and Windows operating systems. The notifications can be sent for various purposes like reminders, alerts, or to keep track of long-running processes. Users can customize the appearance of the notifications by changing the notification title, message, and icon. Noti can be integrated with other command line tools or scripts to provide real-time updates. It uses the operating system's native notification system, which means the notifications will appear as system notifications. Noti supports batch notifications, allowing multiple notifications to be sent at once. It provides a simple and minimalistic interface, making it easy to use for both beginners and advanced users. Users can schedule notifications to be sent at a specific date and time using the built-in scheduling feature. Noti is an open-source tool and can be installed via package managers like Homebrew or by directly downloading the binaries from the GitHub repository.
List of commands for noti:
-
noti:tldr:731ff noti: Display a notification when tar finishes compressing files.$ noti ${tar -cjf example-tar-bz2 example-}try on your machineexplain this command
-
noti:tldr:8eebc noti: Monitor a process by PID and trigger a notification when the PID disappears.$ noti -w ${process_id}try on your machineexplain this command