Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanbono/nomoreds
https://github.com/joanbono/nomoreds
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joanbono/nomoreds
- Owner: joanbono
- License: apache-2.0
- Created: 2023-08-18T19:10:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T19:16:17.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:39:40.518Z (9 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nomoreDS
Small utility to remove `.DS_Store` files recursively.
## Usage
```sh
$ nomoreDS -version📄 nomoreDS 1.0.0
# By default, deletes the .DS_Store file recursively from ${PWD}. No output
$ nomoreDS# Add verbose output to list the files deleted
$ nomoreDS -V
[+] Removing /tmp/.DS_Store...
[+] Removing /tmp/A/B/.DS_Store...
[+] Removing /tmp/A/B/C/D/E/.DS_Store...
[i] Files deleted: 3
```