An open API service indexing awesome lists of open source software.

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

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.