A minimal web tool to instantly extract:
- 🔗 Links
- 📧 Emails
- 📞 Phone Numbers
- 📄 Top Keywords
Paste any text, and instantly extract the essentials!
- Extract Links: Finds and lists all URLs in your text.
- Extract Emails: Detects and displays all email addresses.
- Extract Phone Numbers: Pulls out phone numbers in common formats.
- Top Keywords: Shows the most frequent words (excluding common stopwords).
- Copy Buttons: Easily copy any extracted item with a single click.
- Responsive UI: Clean, modern interface that works on any device.
- No Dependencies: Pure HTML, CSS, and JavaScript—no frameworks required.
git clone https://github.com/bijanmurmu/quicklook.git
cd quicklook
Just open index.html
in your browser—no build steps or server needed!
- Paste or type any text into the input area.
- Click "Extract" to see links, emails, phone numbers, and keywords.
- Copy any result using the copy button next to each item.