Commit graph

107 commits

Author SHA1 Message Date
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
Avi Dessauer
68fed1af8b Notify app-name=zsh 2019-09-05 18:27:38 -04:00
Michael Aquilina
8ab1d0d8d2
Merge pull request #22 from MichaelAquilina/next
Release 0.7.0
2019-08-26 14:29:51 +03:00
Michael Aquilina
67df6534c0
Bump version to 0.7.0 2019-08-26 12:28:13 +01:00
Michael Aquilina
2b46020293
Merge pull request #21 from MichaelAquilina/AUTO_NOTIFY_WHITELIST
Add support for specifying a WHITELIST
2019-08-26 14:27:01 +03:00
Michael Aquilina
cbd4e2bcac
Remove sudo prefix from command if detected 2019-08-26 12:25:43 +01:00
Michael Aquilina
a77777987d
Add support for specifying a WHITELIST 2019-08-24 21:36:35 +01:00
Michael Aquilina
8aa4c42932
Merge pull request #19 from MichaelAquilina/next
Release 0.6.0
2019-08-17 18:54:14 +03:00
Michael Aquilina
0b7a039689
Bump version to 0.6.0 2019-08-17 16:50:58 +01:00
Michael Aquilina
7f7027034c
Merge pull request #18 from MichaelAquilina/print_warning_missing_dep
Print warning if notify-send is a missing dependency
2019-08-17 18:49:47 +03:00
Michael Aquilina
5c39901fc7
Print warning if notify-send is a missing dependency 2019-08-17 16:46:36 +01:00
Michael Aquilina
4668a7fbd4
Merge pull request #17 from MichaelAquilina/next
Release 0.5.1
2019-08-01 13:41:22 +01:00
Michael Aquilina
c029e8e4c1
Bump to version 0.5.1 2019-08-01 13:40:03 +01:00
Michael Aquilina
83b7646472
Merge pull request #16 from dmitmel/master
Improve notifications on macOS
2019-08-01 13:38:53 +01:00
Dmytro Meleshko
bada173f10 Change MacOSX to macOS 2019-08-01 11:40:17 +03:00
Dmytro Meleshko
73da2d107e Fix tests 2019-08-01 11:39:33 +03:00
Dmytro Meleshko
4a9e4b8e03 Improve notifications on macOS 2019-08-01 11:25:31 +03:00
Michael Aquilina
2292476f93
Fix minor bug in _is_auto_notify_ignored 2019-07-31 15:53:33 +01:00
Michael Aquilina
bad7321d4a
Merge pull request #15 from MichaelAquilina/next
Release 0.5.0
2019-07-31 13:41:40 +01:00
Michael Aquilina
d039eea61b
Fix to README for notification formatting 2019-07-31 13:40:37 +01:00
Michael Aquilina
7721d45abe
Bump version to 0.5.0 2019-07-31 13:37:47 +01:00
Michael Aquilina
aed7176e73
Add support for custom message formats 2019-07-31 13:37:42 +01:00
Michael Aquilina
eaf5936f1e
Merge pull request #14 from MichaelAquilina/next
Release 0.4.0
2019-07-21 22:00:45 +01:00
Michael Aquilina
87d1e9bd0c
Test configurable expiry time 2019-07-21 21:59:14 +01:00
Michael Aquilina
9596b87899
Bump version to 0.4.0 2019-07-21 21:56:02 +01:00
Michael Aquilina
831c0b0b00
Add entry in README about AUTO_NOTIFY_EXPIRE_TIME 2019-07-21 21:53:43 +01:00
Michael Aquilina
cac8315195
Improvements to notification formatting and options 2019-07-21 21:50:45 +01:00
Michael Aquilina
7b6d59479a
Rename main test file to test_plugin.zunit 2019-07-20 21:34:17 +01:00
Michael Aquilina
e25849a979
Move auto_notify_send tests to their own file 2019-07-20 19:17:30 +01:00
Michael Aquilina
61a838cbcc
Remove note about git backup during tests as it does not apply 2019-07-19 13:36:16 +01:00
Michael Aquilina
1eb37d2a99
Add ISSUE_TEMPLATE 2019-07-18 10:38:10 +01:00
Michael Aquilina
8b0ae499a7
Merge pull request #12 from MichaelAquilina/next
Release 0.3.0
2019-07-18 10:35:00 +01:00
Michael Aquilina
5c2ad8bd7a
Bump version to 0.3.0 2019-07-18 10:33:46 +01:00
Michael Aquilina
534028c21b
Merge pull request #10 from vierbergenlars/fix-zsh-debian
In some zsh setups, when history is disabled, $1 is always empty.
2019-07-18 10:32:39 +01:00
Lars Vierbergen
a9f9d22034 In some zsh setups, when history is disabled, $1 is always empty.
When history is disabled, $1 is always empty, but the command is present in $2 and $3.
To get at least some functionality, although commands without aliases expanded are not available now, use $2 when $1 is empty.
2019-07-18 07:07:56 +02:00
Michael Aquilina
691c27d97a
Bold for configuration sub-sections 2019-07-17 22:01:39 +01:00