List and delete files in ~/Downloads
$ git clone https://github.com/tstringer/dlclean
$ cd dlclean
$ pip install .
# display help
$ dlclean
$ dlclean -h
# list all files and dirs in ~/Downloads
$ dlclean -l
# delete all files and dirs in ~/Downloads
$ dlclean -c