arctic-hen7 / bonnie

Simple, cross-platform, and fast command aliases with superpowers.
MIT License
83 stars 6 forks source link

Add global template support #20

Closed ostev closed 3 years ago

ostev commented 3 years ago

Closes #16.

I introduced the home crate to deal with finding the user's home directory on Windows, which is surprisingly tricky. Win32 API usage is required, which I didn't want to mess with.