0 purchases
tempy 0.7
TEMPy is a command line utility intended for keeping your windows
machine happy. Just run a command in your terminal every 10 seconds,
week, year (please don’t), or whenever you want and that’s it your temp
files are gone. Simple and fast.
TEMPy is written in python paired with the awesome Click and
PrettyTable libraries, so it’s not windows only. You can run it on
Linux or Mac, don’t know why, but it’s possible.
Features
Intuitive commands
Temp directory content in tree view
Temp directory content in ASCII tables (like MySQL or PostgreSQL
shell)
Temp directory size and total files
Log file with detailed data of the performed deletions
Installation
Tempy can be installed with pip with the command:
pip install tempy
Make sure pip and setuptools are up to date.
Usage
The general command structure is:
tempy [COMMAND] [OPTION]
Commands
Command
Option
Description
delete
--a
deletes all the files and directories
delete
--se
Shows all errors that were encountered in the last deletion
analyze
[none]
Shows the temp directory contents, number of files, and size.
tree
[none]
Displays a tree view of the temp directory
log
[none]
Opens the log file
For more info visite TEMPy Github page
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.