~dricottone/parcels

7f176b28a6081856111480a58b9b1b6714ed33a0 — Dominic Ricottone 2 years ago f0c1b1c
README update
1 files changed, 7 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +7 -4
@@ 1,18 1,21 @@
# parcel
# parcels

A tool to *parse URLs*. If you say that fast enough, it sounds like *parcels*.
A tool and library to *parse URLs*.
If you say that fast enough, it sounds like *parcels*.

This is mainly intended for use in mail filters.


## Usage

`cat EMAIL | parcel`
`cat EMAIL | parcels`

This will...

 1. re-prints `EMAIL` with URLs replaced by indices
 2. print a postscript of indexed URLs

`cat EMAIL | parcel -n 0`
`cat EMAIL | parcels -n 0`

This will...