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
- Host: GitHub
- URL: https://github.com/trstringer/dlclean
- Owner: trstringer
- License: mit
- Created: 2016-12-16T23:37:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T23:48:02.000Z (over 9 years ago)
- Last Synced: 2024-10-11T15:06:02.583Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```