rip icon indicating copy to clipboard operation
rip copied to clipboard

Set default graveyard on macOS to ~/.Trash

Open virtualritz opened this issue 6 years ago • 0 comments

This would improve integration with Finder on macOS.

Aka:

#[cfg(target_os = "macos")]
const GRAVEYARD: &'static str = "~/.Trash";

virtualritz avatar Apr 03 '19 00:04 virtualritz