Michael Aquilina
b51c934d88
Remove Fig installation from README
2025-06-23 10:03:06 +01:00
Michael Aquilina
516073762b
Merge pull request #75 from ParadaCarleton/patch-1
...
Update README.rst to use `antidote`
2025-06-23 10:01:59 +01:00
Michael Aquilina
12561507ad
fix link to Antidote homepage
2025-06-23 10:00:37 +01:00
Carlos Parada
b3d9f74c23
Update README.rst to use antidote
...
`antibody` and `antigen` are no longer maintained and have been replaced by `antidote`.
2025-06-22 15:18:50 -07:00
Michael Aquilina
fce24a3747
Merge pull request #73 from devnoname120/macos-suppress-spammy-message
...
macOS: suppress unwanted `ApplePersistence` spam
2025-06-03 17:14:38 +01:00
Paul
0fd629323b
Add comment about the 2> >(grep -Ev 'ApplePersistence=(NO|YES)' >&2)
2025-06-03 18:11:16 +02:00
Paul
ad83428fc7
macOS: suppress unwanted ApplePersistence
spam
...
Every time the osascript is run the following message would clutter the user's terminal:
```
2025-06-03 17:42:31.716 osascript[87001:4802580] ApplePersistence=NO
```
`osascript` provides no option to suppress this output, and redirecting `stderr` to `/dev/null` would hide legitimate errors as well. So instead I'm selectively filtering the `stderr` to remove that message and nothing else.
2025-06-03 17:41:54 +02:00
Michael Aquilina
3e9bce0072
Bump release to 0.11.1
2025-06-03 15:21:47 +01:00
Michael Aquilina
da355e506c
Merge pull request #72 from devnoname120/macos-dont-notify-ctrl-c
...
macOS: option to cancel notifications on SIGINT
2025-06-03 15:20:15 +01:00
Paul
eb2b3ed741
macOS: option to cancel notifications on SIGINT
...
Follow up of: #71
2025-06-03 01:35:10 +02:00
Michael Aquilina
cac2c193d9
Bump to 0.11.0
2025-04-22 13:01:23 +01:00
Michael Aquilina
8f4f4f5742
Merge pull request #71 from tommyhaley/experiment
...
Add 3 options: 1) Forward over SSH 2) Persistence in notification history 3) Cancellation on SIGINT
2025-04-22 12:59:12 +01:00
Michael Aquilina
85b12fa878
Explicitly state AUTO_NOTIFY_ENABLE_TRANSIENT state in tests
2025-04-22 12:51:48 +01:00
Tommy Andersson
2b1fb4457e
Add option to cancel notifications on SIGINT
...
Option AUTO_NOTIFY_CANCEL_ON_SIGINT has been
added to enable and disable cancellation of
notifications when procees is terminated with
SIGINT.
2025-02-17 14:08:00 +01:00
Tommy Andersson
0317936051
Add option to configure persistence in notification history
...
Option AUTO_NOTIFY_ENABLE_TRANSIENT has been added
to enable and disable persistence in notification
history.
2025-02-17 14:04:13 +01:00
Tommy Andersson
cbea4aeb58
Add option to enable forwarding of notifications over SSH
...
Option AUTO_NOTIFY_ENABLE_SSH has been added to
enable and disable forwarding of notifications to
local client for long running commands issued over
SSH on remote servers.
2025-02-17 13:56:08 +01:00
Michael Aquilina
27c07dddb4
Merge pull request #63 from Grafcube/ignore-130
...
Treat code 130 as success
2024-07-08 16:43:31 +01:00
Grafcube
76a527a66b
Add a comment explaining why 130 is treated as success
2024-07-08 19:53:44 +05:30
Grafcube
a79a412f3a
Treat code 130 as success
2024-06-16 00:21:26 +05:30
Michael Aquilina
837b81de92
bump version to 0.10.2
2024-05-13 11:12:38 +01:00
Michael Aquilina
6e5a54c5b5
use array argument expansion
2024-05-13 11:11:51 +01:00
Michael Aquilina
43dbc4eb56
bump version to 0.10.1
2024-05-13 10:54:40 +01:00
Michael Aquilina
055a5fa8ae
Merge pull request #61 from MichaelAquilina/fix/bad-icon-path
...
fix: correctly omit --icon from notify-send when not set
2024-05-13 11:53:56 +02:00
Michael Aquilina
d41c04f778
remove flakey test
2024-05-13 10:51:50 +01:00
Michael Aquilina
0e4ed6b3c5
fix: correctly omit --icon from notify-send when not set
2024-05-13 10:48:41 +01:00
Michael Aquilina
452eee9454
bump version to 0.10.0
2024-04-24 13:25:36 +01:00
Michael Aquilina
4eb63b7c1f
Merge pull request #56 from CaderIdris/add-icon-support
...
Add Icon Support to Linux
2024-04-24 13:24:21 +01:00
61825162+CaderIdris@users.noreply.github.com
8d61376a95
Fixed version number
...
Modified: Version number so ci tests pass
2024-04-23 12:51:59 +01:00
61825162+CaderIdris@users.noreply.github.com
a663a08bca
Bugfix: Order of arguments passed unit tests but caused invalid parsing
...
of expire time argument
Modified: How icon argument is called
2024-04-23 12:04:05 +01:00
61825162+CaderIdris@users.noreply.github.com
f405233080
Added tests and updated README
...
Added: Test for running notify-send when declaring success icon
Added: Config information to README
Note: With the way the tests are currently structured, I couldn't find a
way to test the failure icon. I'm not an expert in zunit so there may
be a way that I can't find
2024-04-23 11:50:34 +01:00
61825162+CaderIdris@users.noreply.github.com
2c0059707f
Added icon support for linux
...
Added: AUTO_NOTIFY_ICON_SUCCESS environmental variable, represents path
to icon for notify-send to display on command success
Added: AUTO_NOTIFY_ICON_FAILURE environmental variable, represents path
to icon for notify-send to display on command failure
Added: --icon option when icon path is present for notify-send, no
additional argument added if environmental variable not specified
Modified: Version number to pass test
2024-04-23 11:15:09 +01:00
Michael Aquilina
f4766d6981
Merge pull request #53 from NoUseFreak/patch-1
...
Mute notifications over ssh
2024-02-08 15:33:32 +00:00
Dries De Peuter
f4afef6fa9
fix: mute notifications over ssh
2023-12-27 23:01:21 +01:00
Michael Aquilina
22b2c61ed1
fix: transient test case
2023-06-02 14:01:43 +01:00
Michael Aquilina
9b6bc124f0
fix: backwards compatible transient flag
2023-06-02 13:55:02 +01:00
Michael Aquilina
dad1e61c71
Merge pull request #45 from Grafcube/fix-transient
...
Fix transient argument
2023-05-11 15:24:59 +01:00
Michael Aquilina
993f5de86e
fix: update tests to include --transient flag
2023-05-11 15:23:14 +01:00
Michael Aquilina
00951ac085
build: update docker job image and install libnotify-bin
2023-05-11 15:15:01 +01:00
Grafcube
5a50536e59
Fix transient argument
...
The transient variable must not be quoted. Otherwise the command fails
with `Invalid number of options.` for unsuccessful error codes.
2023-05-11 17:02:14 +05:30
Michael Aquilina
71e8da986f
Merge pull request #41 from Grafcube/transient-on-success
...
Make notifications transient if successful
2023-04-27 16:47:46 +01:00
Grafcube
9a9f8f21bb
Quote transient
2023-04-27 21:12:11 +05:30
Grafcube
8418a6e3b2
Make notifications transient if successful
2023-04-04 12:38:28 +05:30
Michael Aquilina
1f64cb6544
Merge pull request #38 from brendanfalk/fig
...
Add Fig as an installation method to the README
2022-06-29 09:42:29 +01:00
Brendan Falk
b15ae822e6
Update README.rst
2022-06-28 10:44:09 -07:00
Brendan Falk
5060c0757f
Add Fig as an installation method to the README
2022-06-27 17:12:45 -07:00
Michael Aquilina
30c3c60939
Merge pull request #36 from spikespaz/master
...
Fix the environment variables being reset upon sourcing the plugin
2022-02-21 10:28:22 +00:00
Jacob Birkett
86849ede2a
Fix config being overwritten when source
2022-01-27 18:05:20 -07:00
Michael Aquilina
fb38802d33
Merge pull request #25 from MichaelAquilina/develop
...
Release 0.8.0
2019-09-06 10:00:50 +01:00
Michael Aquilina
f8cd00f2b6
Bump version to 0.8.0
2019-09-06 09:58:23 +01:00
Michael Aquilina
47a0b1727f
Merge pull request #23 from Avi-D-coder/app-name
...
Notify app-name=zsh
2019-09-06 09:57:07 +01:00