Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 383 Bytes

RMDS

A simple tool for recursively removing .DS_Store files

Installation

go get -u github.com/paulsevere/rmds

Usage

rmds <directory/file name?> <path?>

If you enter a relative path name, rmds will begin its recursive search from that path. Otherwise, it will use the current directory.