Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Copy files to the trash can in the home directory when they cannot be renamed to the external trash can // Disk usage of the main file system will increase because files are copied across different filesystems, also also take time to copy. // Automatically enabled if ONLY_HOME_TRASH enabled // Default: false HOME_TRASH_FALLBACK_COPY bool // Use only the trash can in the home directory, not the one in the external file system // Default: false ONLY_HOME_TRASH bool // Specify the directory for home trash can // Default: $XDG_DATA_HOME/Trash ($HOME/.local/share/Trash) HOME_TRASH_DIR string // Whether to get as close to rm behavior as possible // Default: false PUT_RM_MODE bool )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.