Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

cite-reader/clean-backup-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean up after editors!

When editing a file named foo, Emacs will leave behind a foo~ backup file; or, if you’ve thought better of the edit and left without saving the buffer, you get #foo#.

Sometimes these files are nice to have! Most of the time they’re just annoying, so this tool recursively cleans them out of a directory.

Oh, this tool special-cases the .git directory, since I never want that cleaned up, but it does recurse into other hidden directories. Also if you have a loop caused by symbolic links it’ll keep chasing its tail until it blows the stack, so don’t do that.

About

Clean out Emacs backup files, but mostly practice Scheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published