Forrest logo
back to context overview

noti

List of commands for noti:

  • noti:tldr:3b1e9 noti: Display a notification even when you put it after the command to watch.
    $ ${command_to_watch}; noti
    try on your machine
    explain this command
  • noti:tldr:731ff noti: Display a notification when tar finishes compressing files.
    $ noti ${tar -cjf example-tar-bz2 example-}
    try on your machine
    explain 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 machine
    explain this command
back to context overview