Skip to content

Commit

Permalink
FEATURE: add a "done" message to nushell.lib.misc.clip (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored Dec 17, 2022
1 parent 7169bf0 commit d8d8839
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/nushell/lib/scripts/misc.nu
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ export def clip [] {
} else {
$input | xclip -sel clip
}

echo "saved to clipboard"
dunstify "nushell.lib.misc.clip" "saved to clipboard"
}


Expand Down

0 comments on commit d8d8839

Please sign in to comment.