Maid helps to clean unwanted traces the user leaves on the system.
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.
git clone https://github.com/gabrielcapilla/maid.git
cd maid
nimble install
You can Uninstall maid
just typing
nimble uninstall maid
Option | Description |
---|---|
-c , --clear |
Run all available cleanups |
-sh , --history |
Clear Bash & Fish history |
-k , --clipboard |
Clean the clipboard |
-t , --thumbnails |
Delete cached thumbnails |
-h , --help |
Shows support |
-v , --version |
Displays the version |
-
Full cleaning
maid --clear
-
Delete only the history
maid --history
-
Clean clipboard & thumbnails
maid --clipboard --thumbnails