https://github.com/zostay/dotfiles-go
The go-based tools I use in combination with my dotfiles
https://github.com/zostay/dotfiles-go
Last synced: 7 months ago
JSON representation
The go-based tools I use in combination with my dotfiles
- Host: GitHub
- URL: https://github.com/zostay/dotfiles-go
- Owner: zostay
- License: mit
- Created: 2020-11-28T06:11:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T21:58:25.000Z (over 2 years ago)
- Last Synced: 2024-12-29T10:28:52.619Z (over 1 year ago)
- Language: Go
- Size: 523 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Dotfiles-Go
To supplement my dotfiles, I have a few larger Go apps to automate a few things.
## forward-file
This application allows me to forward any email file on my machine to someone
via the command-line. I don't actually do this very often, but it was a nice way
to test the forwarding feature of label-mail.
## label-mail
This is my email filtering system. I could use procmail like a normal person,
but I like being able to automate the filtering of mail in any mailbox, not just
the inbox, which allows me to setup personal data retention rules and the like.
## zostay-secret
A command-line tool for working with secrets. Primary store is in LastPass with
a local (currently partial) backup in a local Keepass database. It provides a
few other tools for working with secrets as well.