Skip to content

Commit

Permalink
email tools are dead
Browse files Browse the repository at this point in the history
  • Loading branch information
frioux committed Mar 4, 2023
1 parent 1ce9328 commit 451448a
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 625 deletions.
7 changes: 0 additions & 7 deletions README.mdwn
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ echo "---\nfoo: 1" | leatherman yaml2json

* `update`: Installs new version of leatherman if one exists. ([internal/tool/leatherman/update/update.md](https://github.com/frioux/leatherman/blob/main/internal/tool/leatherman/update/update.md))

### mail

* `addrs`: Sorts addresses on stdin based on recency. ([internal/tool/mail/email/addrs.md](https://github.com/frioux/leatherman/blob/main/internal/tool/mail/email/addrs.md))
* `addrspec-to-tabs`: Converts email addresses from the standard format on stdin to the mutt address book format on stdout. ([internal/tool/mail/email/addrspec-to-tabs.md](https://github.com/frioux/leatherman/blob/main/internal/tool/mail/email/addrspec-to-tabs.md))
* `email2json`: Converts email to JSON. ([internal/tool/mail/email/email2json.md](https://github.com/frioux/leatherman/blob/main/internal/tool/mail/email/email2json.md))
* `render-mail`: Render email with a Local-Date included, if Date is not already in local time. ([internal/tool/mail/email/render-mail.md](https://github.com/frioux/leatherman/blob/main/internal/tool/mail/email/render-mail.md))

### misc

* `backlight`: Modifies screen brightness. ([internal/tool/misc/backlight/backlight.md](https://github.com/frioux/leatherman/blob/main/internal/tool/misc/backlight/backlight.md))
Expand Down
79 changes: 37 additions & 42 deletions dispatch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions help_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import "embed"
//go:embed internal/tool/chat/slack/slack-open.md
//go:embed internal/tool/chat/slack/slack-status.md
//go:embed internal/tool/leatherman/update/update.md
//go:embed internal/tool/mail/email/addrs.md
//go:embed internal/tool/mail/email/addrspec-to-tabs.md
//go:embed internal/tool/mail/email/email2json.md
//go:embed internal/tool/mail/email/render-mail.md
//go:embed internal/tool/misc/backlight/backlight.md
//go:embed internal/tool/misc/img/draw.md
//go:embed internal/tool/misc/bamboo/export-bamboohr.md
Expand Down Expand Up @@ -92,14 +88,6 @@ var helpPaths = map[string]string{

"update": "internal/tool/leatherman/update/update.md",

"addrs": "internal/tool/mail/email/addrs.md",

"addrspec-to-tabs": "internal/tool/mail/email/addrspec-to-tabs.md",

"email2json": "internal/tool/mail/email/email2json.md",

"render-mail": "internal/tool/mail/email/render-mail.md",

"backlight": "internal/tool/misc/backlight/backlight.md",

"draw": "internal/tool/misc/img/draw.md",
Expand Down
147 changes: 0 additions & 147 deletions internal/tool/mail/email/addrs.go

This file was deleted.

12 changes: 0 additions & 12 deletions internal/tool/mail/email/addrs.md

This file was deleted.

100 changes: 0 additions & 100 deletions internal/tool/mail/email/addrs_test.go

This file was deleted.

Loading

0 comments on commit 451448a

Please sign in to comment.