Crates.io | gimme |
lib.rs | gimme |
version | 0.1.13 |
source | src |
created_at | 2019-11-24 04:20:39.967581 |
updated_at | 2022-01-30 15:45:11.777734 |
description | Pull useful data out of your clipboard. |
homepage | |
repository | https://github.com/maxdobeck/gimme |
max_upload_size | |
id | 183858 |
size | 23,847 |
https://crates.io/crates/gimme
Tired of sifting through webpages or long emails for someone's contact info? Pull emails and phone numbers out of your clipboard.
gimme --email
(or gimme --phone
) to parse your clipboard for any phone numbers or emails.Use cargo install gimme
or build from source with cargo build
.
gimme --help
Print help message.
gimme --email
Find all emails in your clipboard (searches clipboard by default)
gimme --phone
Find all potential phone numbers (searches clipboard by default)
gimme --link
Find all hyperlinks (anchor or links to potential URLs)
On Linux you'll need these to compile:
xorg-dev pkg-config libasound2-dev libssl-dev cmake libfreetype6-dev libexpat1-dev libxcb-composite0-dev