https://github.com/noah227/empty-dir-utils
https://github.com/noah227/empty-dir-utils
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noah227/empty-dir-utils
- Owner: noah227
- Created: 2024-12-06T07:13:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T07:30:42.000Z (6 months ago)
- Last Synced: 2024-12-06T08:20:31.061Z (6 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Empty Dir Utils
> Search
> & Remove Empty Directories.## How to use
```shell
emp --help
emp search --help
emp remove --help
```### Search within given context
```shell
# basic usage
emp search ./
# with verbose log
emp search ./ -v
# continuous operations
emp search ./ --prompt
```### Remove within given context
```shell
# basic usage
emp remove ./
# with log
emp remove ./ -l
# with verbose log
emp remove ./ -l -v
```### More
It's a single layer operation, not recursively!