Skip to content

maid - Helps to clean unwanted traces the user leaves on the system

Notifications You must be signed in to change notification settings

gabrielcapilla/maid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Maid

Maid helps to clean unwanted traces the user leaves on the system.

Install Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula.

Build with Nim

1) Clone the repository

git clone https://github.com/gabrielcapilla/maid.git

2) Change dir to maid

cd maid

3 ) Install with nimble

nimble install

4) Uninstall

You can Uninstall maid just typing

nimble uninstall maid

How to use

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

Examples

  • Full cleaning

    maid --clear
  • Delete only the history

    maid --history
  • Clean clipboard & thumbnails

    maid --clipboard --thumbnails

About

maid - Helps to clean unwanted traces the user leaves on the system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages