An open API service indexing awesome lists of open source software.

https://github.com/noah227/empty-dir-utils


https://github.com/noah227/empty-dir-utils

Last synced: 2 months ago
JSON representation

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!