done icon indicating copy to clipboard operation
done copied to clipboard

A fish-shell package to automatically receive notifications when long processes finish.

Results 34 done issues
Sort by recently updated
recently updated
newest added

Recently I'm trying **done**. The command `sleep 6` sometimes occurs error message as below: ``` error: process ID out of range Usage: ps [options] Try 'ps --help ' or 'ps...

Allows to define the notification expiry on linux (when using `notify-send`). By default it's set to `0` so the behavior isn't changed. As added in readme, here is an example:...

I followed the manual instrunctions from the readme: ```fish > curl -Lo ~/.config/fish/conf.d/done.fish --create-dirs https://raw.githubusercontent.com/franciscolourenco/done/master/conf.d/done.fish ``` Even after logging in again `sleep 6` doesn't lead to a notification. I have...

bug
help-welcome
linux
wayland

Using the `fish_postexec` event removes the reliance on `history` as the command that just finished executing is passed in as the first argument to the function. The `fish_prompt` event is...

[Kitty has support for desktop notifications built in](https://sw.kovidgoyal.net/kitty/desktop-notifications/). Additionally, `terminal-notifier` seems to hang when using `-sender` with Kitty.

When I run sleep 6 like in the readme.md, no burnt toast output is displayed. Burnt toast does work when the New-BurntToastNotification command is run in both PowerShell 5 (default...

bug
waiting-for-info
windows

Obtaining process name with `basename (ps -o command= -p $tmux_fish_ppid)` could fail. Let's suppose tmux was launched as `tmux new-session -c /path/to/dir`. The ps command would return `tmux new-session -c...

I'm running into an odd error where this error appears when using fish with Tmux. It's almost always reproduceable when ran with neovim, but can often appear when just using...

If tmux is started with a start directory (e.g. /usr/bin/tmux new-session -c /some/start/dir), then basename in __done_is_tmux_window_active will fail to extract tmux and thus fail to identify the process as...

Sometimes, the `__done_is_tmux_window_active` function will try to access the root process (`PID 1`). It is happening to me using `byobu` (`tmux`). When that happens(`tmux_fish_pid=1`), `ps -o ppid= -p $tmux_fish_pid |...

bug
tmux