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

https://github.com/trstringer/dlclean

:page_with_curl: List and/or delete all files and dirs in ~/Downloads
https://github.com/trstringer/dlclean

Last synced: 7 months ago
JSON representation

:page_with_curl: List and/or delete all files and dirs in ~/Downloads

Awesome Lists containing this project

README

          

# dlclean

*List and delete files in ~/Downloads*

## Install

```
$ git clone https://github.com/tstringer/dlclean
$ cd dlclean
$ pip install .
```

## Usage

```
# display help
$ dlclean
$ dlclean -h

# list all files and dirs in ~/Downloads
$ dlclean -l

# delete all files and dirs in ~/Downloads
$ dlclean -c
```