AaronLasseigne / done

A fish plugin to automatically receive notifications when long processes finish.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

done

A fish plugin to automatically receive notifications when long processes finish.

Stability: Stable Release version fish >=2.3.0 License: MIT


Just go on with your normal life. You will get a notification when a process takes more than 10 seconds finish, and the terminal window not in the foreground. Customizing these settings may be supported in the future.

To test you could type, for instance sleep 15, and start using other app. After 15 seconds you should get a notification.

Install

Using fisherman:

fisher install done

Manually:

curl -Lo ~/.config/fish/functions/_done.fish --create-dirs raw.githubusercontent.com/fisherman/done/master/_done.fish

Update

fisher update

Subscribe to be notified on updates.

Support

  • fish 2.3.0+
  • macOS 10.8+ via Notification Center. For notification with icons, please brew install terminal-notifier. Tab detection not supported for now.
  • Linux via notify-send. Otherwise bell sound is played. Window detection supported.
  • Windows: Upvote franciscolourenco#5 if interested.

Contributors

About

A fish plugin to automatically receive notifications when long processes finish.

License:MIT License


Languages

Language:Shell 100.0%