nowfound

Dev tools · August 20, 2022

L

Linkly

Hi folks, My friend and I wanted to show a macOS app we wrote. The app allows users to search their Chrome history and insert a link from the search results in any text box. Think the macOS emoji box (Ctrl + Command + Space), but for your Chrome history. For the frontend, we use a combination of React and Electron, mainly for developer velocity. We used Figma to iterate on the visual design. One the challenges was getting the pane to appear next to the user’s caret as they are typing. Currently, we place the pane at the user’s last cursor location. You might notice some quirks in Linkly that…

What it does

In the maker’s words, at launch

Hi folks, My friend and I wanted to show a macOS app we wrote. The app allows users to search their Chrome history and insert a link from the search results in any text box. Think the macOS emoji box (Ctrl + Command + Space), but for your Chrome history. For the frontend, we use a combination of React and Electron, mainly for developer velocity. We used Figma to iterate on the visual design. One the challenges was getting the pane to appear next to the user’s caret as they are typing. Currently, we place the pane at the user’s last cursor location. You might notice some quirks in Linkly that are also shared with macOS' emoji box. For example, in many apps, you'll end up with two flashing carets: one in the app's text box and another in Linkly's text input field. The Chrome history files are SQLite databases, stored in ~/Library/Application Support/Google/Chrome/. Each Chrome profile has its own history file. We make copies of these SQLite databases and build full-text search indices using SQLite's FTS5 module (https://www.sqlite.org/fts5.html). The actual search query is a bit of a hack. We just split your query on whitespace, append "*" to each "token", and send it along to SQLite. This somewhat mimics VS Code's search functionality where each token is treated as a substring. In the future, we might parse the entire query per SQLite's grammar and rewrite it so it more closely matches VS Code's behavior and so we can disable some of SQLite's search capabilities that don't make sense for Linkly (e.g., "my_column:x"). Please let us know what you think!

Does the same job

all alternatives →
  • Better ClipboardMar 2026 · ▲88

    Smarter copy-paste for macOS. New version!

  • send/linksApr 2026 · ▲125

    Save, organize, and find your links in one place

  • Snīppet2022 · ▲125

    A macOS quick link finder

  • ProxlyOct 2025 · ▲106

    The smart browser chooser for macOS

  • Overbrowsered2021 · ▲103

    Open links in the browser you used most recently

  • Hargun's MacOSNov 2025 · ▲132

    A fully interactive, Mac-like experience directly in browser

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 2d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, August 2022

the whole month →
  • Xnapper1,517

    Take beautiful screenshots instantly

    Work · 2022 · xnapper.com

  • Gamma1,169

    Write like a doc, present like a deck

    Work · 2022 · gamma.app

  • Threado923

    The command center for community builders

    Life & fun · 2022

  • Build remote engineering teams in 24 hours

    Dev tools · 2022 · remotebase.com

  • Convert Figma designs into Flutter 3.0 & React code rapidly

    Dev tools · 2022 · dhiwise.com

  • PA

    Hey HN, I've been working on https://pornpen.ai, a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit…

    AI · 2022 · pornpen.ai