Skip to content

helagro/archiver-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple utility to move files to trash. Tested and built for macOS. Example settings.yaml file:

rules:
  - path: Downloads
    pattern: .+
    days: 10
  - path: Developer
    pattern: .+
    days: 14
  - path: Pictures
    pattern: .+\.jpg
    days: 28
  - path: Desktop
    pattern: .+
    days: -1 # delete immediately
exclude:
  - .*/\.DS_Store
  - .*/\.localized
root: /Users/h
trash: /Users/h/.Trash

Simple chained build command:

go build . && rm -f build/macOS && mv archiver-go build/macOS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages