index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
bgnotify
Age
Commit message (
Expand
)
Author
2025-09-19
fix(bgnotify): use lsappinfo, add support for ghostty (#13314)
Denys Dovhan
2025-03-21
fix(bgnotify): detect if sway is running and not just installed (#12989)
Benjamin Neff
2024-09-15
feat(bgnotify): add config to pass extra args (#12679)
PukNgae Cryolitia
2024-06-04
fix(bgnotify): use terminal-notifier args properly (#12467)
David LJ
2023-12-27
fix(bgnotify): don't require accessibility perms in macos (#11433)
Brian Hartvigsen
2023-12-22
fix(bgnotify): make it work with `set -e` (#12111)
Gautam krishna R
2023-12-01
feat(bgnotify): add option to disable terminal bell (#12077)
Benjamin Neff
2023-12-01
refactor(bgnotify): get Sway AppId with `awk` as fallback (#12062)
Johan Sjöblom
2023-11-23
docs(bgnotify): match README with current features (#12057)
Johan Sjöblom
2023-11-23
feat(bgnotify): add icon parameter (#12055)
Johan Sjöblom
2023-11-22
fix(bgnotify): detect properly if `swaymsg` is installed
Carlo Sala
2023-11-20
feat(bgnotify): add support to wayland (#12045)
bretello
2022-11-11
refactor(bgnotify): clean up and reorganize code
Marc Cornellà
2022-11-11
perf(bgnotify): cache terminal app ID computation
Marc Cornellà
2021-11-17
fix(bgnotify): avoid permission prompts by checking frontmost app ID (#10318)
Aurora
2020-09-28
bgnotify: use $2 in preexec hook if $1 is empty
Marc Cornellà
2018-09-25
bgnotify: use double dash in kdialog title option (#7153)
Chris
2018-09-15
misc: remove execution permission from various files
Marc Cornellà
2018-08-07
use https everywhere (#6574)
Janosch Schwalm
2018-01-22
Update README.md (#6554)
arizzubair
2015-09-14
[plugins/bgnotify] fix for iTerm2 notification clicks
Tim O'Brien
2015-08-19
Bring bgnotify plugin up to date with t413/zsh-background-notify
Tim O'Brien
2015-06-11
Update bgnotify.plugin.zsh
Paul
2015-02-23
Re-order OS detection if..else statement.
Kristján Oddsson
2015-02-22
Fixing spaces in title and message given to bgnotify on OS X
Mads Mætzke Tandrup
2014-11-08
Add screenshots to readme
Tim O'Brien
2014-11-08
Fix for OS X when no window id is returned (like on the desktop)
Tim O'Brien
2014-11-07
Add window ID fallback for windows.
Tim O'Brien
2014-11-07
Fix renamed method issue.
Tim O'Brien
2014-11-06
add cygwin windows support with notifu, add to readme
Tim O'Brien
2014-11-06
Fixed math on linux, removed debug echo.
Tim O'Brien
2014-11-06
Add bgnotify plugin, a cross-platform background notifier!
Tim O'Brien