Skip to content

Files

Latest commit

d03b00d · Jan 13, 2017

History

History
35 lines (25 loc) · 908 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 908 Bytes

TRASHTALK

Build Status Coverage Status

concept

script to simplify trash access

install

pip install trashtalk
# or
git clone git@github.com:PTank/trashtalk.git
cd trashtalk
python setup.py install

.trashtalk

You can add a .trahstalk in your home for add specific trash path or media path

# this is a comment
TRASH_PATH=/direct/path/to/Trash , "name of this trash"
MEDIA_PATH=/path/to/media/
# you can add multiple path

example

$ trashtalk -cl # clean trash from yout home
$ trashtalk -f "file" -cl # clean only this file from trash
$ trashtalk media_name -ls
>>> file1 5M
>>> file2 100.10M
>>> file3 100M
>>> total 205.10M