zsh-notify icon indicating copy to clipboard operation
zsh-notify copied to clipboard

Desktop notifications for long-running commands in zsh.

Results 2 zsh-notify issues
Sort by recently updated
recently updated
newest added

The linux part of the requirements was missing xdotool and wmctrl. The absence of the latter resulted on my machine in an error message 'unknown environment'. Adding those two to...

Depends on installing [`jq`](https://github.com/jqlang/jq), activating WezTerm's [shell integration](https://wezfurlong.org/wezterm/shell-integration.html?h=integration#user-vars) (for the `__wezterm_set_user_var()` shell function), and placing following snippet in WezTerm's [.wezterm.lua](https://wezfurlong.org/wezterm/config/files.html#quick-start): ```lua local wezterm = require 'wezterm' local config = {}...