All Projects → frewsxcv → Alert After

frewsxcv / Alert After

Get a desktop notification after a command finishes executing.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Alert After

Notie
🔔 a clean and simple notification, input, and selection suite for javascript, with no dependencies
Stars: ✭ 6,170 (+2582.61%)
Mutual labels:  notifications, alert
Teller Cli
🏦 Banking for your command line.
Stars: ✭ 60 (-73.91%)
Mutual labels:  cli, notifications
React Notie
Simple notifications for react
Stars: ✭ 27 (-88.26%)
Mutual labels:  notifications, alert
Houston
Apple Push Notifications; No Dirigible Required
Stars: ✭ 2,973 (+1192.61%)
Mutual labels:  cli, notifications
Notiflix
Notiflix is a JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
Stars: ✭ 172 (-25.22%)
Mutual labels:  notifications, alert
Ismessages
This is simple extension for presenting system-wide notifications from top/bottom of device screen.
Stars: ✭ 299 (+30%)
Mutual labels:  notifications, alert
Ehplainalert
Plain style IOS alert
Stars: ✭ 44 (-80.87%)
Mutual labels:  notifications, alert
mac-ibm-notifications
macOS agent used to display custom notifications and alerts to the end user.
Stars: ✭ 206 (-10.43%)
Mutual labels:  notifications, alert
Alertifyjs
A javascript framework for developing pretty browser dialogs and notifications.
Stars: ✭ 1,922 (+735.65%)
Mutual labels:  notifications, alert
Zebra dialog
A small, compact, and highly configurable jQuery plugin for creating beautiful modal dialog boxes
Stars: ✭ 147 (-36.09%)
Mutual labels:  notifications, alert
checkmk-telegram-notify
Get alerted by Check_MK via Telegram bash script
Stars: ✭ 28 (-87.83%)
Mutual labels:  notifications, alert
Sweetalert2
A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.
Stars: ✭ 13,929 (+5956.09%)
Mutual labels:  notifications, alert
SpaceView
No description or website provided.
Stars: ✭ 58 (-74.78%)
Mutual labels:  notifications, alert
Overhang.js
🔔 A jQuery plugin for notifications, prompts and confirmations.
Stars: ✭ 437 (+90%)
Mutual labels:  notifications, alert
Razor.SweetAlert2
A Razor class library for interacting with SweetAlert2
Stars: ✭ 98 (-57.39%)
Mutual labels:  notifications, alert
Mako
A lightweight Wayland notification daemon
Stars: ✭ 944 (+310.43%)
Mutual labels:  cli, notifications
Kju
Kju — Improved waiting time for the adidas.com splash page ❯❯❯_
Stars: ✭ 68 (-70.43%)
Mutual labels:  cli, notifications
Bdialog
Extend the Bootstrap Modal features, making dialog more functions and easier to use, dialog type including modal, alert, mask and toast types
Stars: ✭ 174 (-24.35%)
Mutual labels:  notifications, alert
Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (-6.52%)
Mutual labels:  notifications, alert
Parrotsay
✨🐦 The Party Parrot on your terminal 🐦✨
Stars: ✭ 224 (-2.61%)
Mutual labels:  cli

alert-after

Get a desktop notification after a command finishes executing. Helpful for notifying when long running CLI tasks are completed. Works on macOS, Linux, and Windows.

Install

  1. Install Rust
  2. cargo install alert-after

If installing on Linux, Libdbus is also required.

Usage

aa <command name and args>

Get a desktop notification after sleeping for five seconds:

aa sleep 5

Get a desktop notification after retrieving Google:

aa wget google.com

Upgrade

cargo install --force alert-after
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].