Skip to content

Your own personal Sir Arthur Henry Woodhouse, ready to help you with mundane tasks.

License

Notifications You must be signed in to change notification settings

oliver-hohn/woodhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspired by Woodhouse from the Archer TV series. This repo is a collection of scripts for tasks which are easier to script than to do manually.

Woodhouse, organize my files!

With the release binary:

$ ./woodhouse.bin organize /path/to/directory/with/unorganized/files/ /path/to/organized/directory/
Copied /path/to/directory/with/unorganized/files/foo.md to /path/to/organized/directory/2018/jan_to_march/foo.md
Copied /path/to/directory/with/unorganized/files/bar/lorem.ipsum to /path/to/organized/directory/2018/jan_to_march/lorem.ipsum

In development:

$ go run main.go organize path/to/directory/with/unorganized/files/ path/to/organized/directory/
Copied /path/to/directory/with/unorganized/files/foo.md to /path/to/organized/directory/2018/jan_to_march/foo.md
Copied /path/to/directory/with/unorganized/files/bar/lorem.ipsum to /path/to/organized/directory/2018/jan_to_march/lorem.ipsum

Optionally, the --dryrun=1 option can be provided to only print the copies that would be executed, without executing them.

About

Your own personal Sir Arthur Henry Woodhouse, ready to help you with mundane tasks.

Resources

License

Stars

Watchers

Forks

Languages