Skip to content

hannesbe/maid-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Maid config rules

My maid config rules

  • Install Maid & clone config

    sudo gem install maid
    git clone https://github.com/hannesbe/maid-config ~/.maid
    
  • Run a dry-run to see what would happen:

    maid clean --dry-run
    
  • Run manually:

    maid clean --force && tail ~/.maid/maid.log
    
  • Create a cron to schedule it:

    • Edit your crontab using:

      crontab -e
      

      This examples adds a schedule twice a day (5AM and 5PM)

      0 5,17 * * * /usr/local/bin/maid clean --force --silent
      

      Save, exit & verify the newly added schedule:

      crontab -l
      

For more help on Maid:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages