README ¶ brm installation go install github.com/Vardhanb07/brm/cmd/brm@latest help brm --help will tell you everything you need Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func CheckTrashDir(trashDir string) bool func DefaultTrashDir() string func Remove(fpath string, trashdir string, verbose bool, noSave bool, out io.Writer) error func RemoveDir(dir string, trashDir string, verbose bool, noSave bool, out io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckTrashDir ¶ func CheckTrashDir(trashDir string) bool checks if trash dir exits func DefaultTrashDir ¶ func DefaultTrashDir() string gets default trash dir func Remove ¶ func Remove(fpath string, trashdir string, verbose bool, noSave bool, out io.Writer) error removes file and places it in trash directory func RemoveDir ¶ func RemoveDir(dir string, trashDir string, verbose bool, noSave bool, out io.Writer) error removes dir and it's contents Types ¶ This section is empty. Source Files ¶ View all Source files dir.gofile.go Directories ¶ Show internal Expand all Path Synopsis cmd brm command Click to show internal directories. Click to hide internal directories.