No project description provided
Project description
rmout
'rmout' is a tool for throwing unnecessary files in a directory into the trash. Create a list of file extensions to be deleted in the home directory and current directory in advance with the name ".rmoutrc".
Installation
Anaconda, venv
$ pip install rmout
Usage
Move to the directory containing the files you want to throw in the Trash and execute the following command.
$ rmout
In "send to trash [a] ? ", enter the extension code of the file you want to send to the Trash. The default is all files. If you press the ENTER key without typing, the files with the extensions listed will be sent from the directory to the Trash.
If you enter the code to the left of the extension list separated by commas, you can select the file with the extension you want to discard.
$ rmout
1: *.com 2
2: *.dat 2
3: *.log 1
4: *.msg 2
5: *.odb 2
6: *.oke 1
7: *.prt 2
8: *.sim 2
9: *.sta 2
a: all files
x: exit
send to trash [a] ? 1, 5
job01.com
job02.com
job01.odb
job02.odb
finished.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.