mdf

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2022 License: GPL-3.0 Imports: 16 Imported by: 0

README

mdf (Mutt Display Filter)

A custom mutt display filter. It has two components: a daemon for minifying URLs and an executable to use as the display filter.

Features

  • URL shortening (works by running a redirecter daemon which serves redirect pages)
  • Email formatting normalization
  • Date header normalization to local timezone
  • Git diff highlighting

Redirecter Usage

Note that it is not guaranteed to generate unique IDs, but that's fine since they are random enough.

POST /new

Create a new redirect page. Send the URL in the body of the request.

Returns an ID to use below.

GET /{id}

Serve a redirect page.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL