URL Autocomplete

v1.0.0-SEFebruary 17, 2026

Tigrister now remembers the URLs you've requested and suggests them as you type. No more copy-pasting endpoints from docs or scrolling through history just start typing and pick from the dropdown.

How It Works

Every successful request is saved with its HTTP method, URL, and response status. When you focus or type in the URL bar, matching suggestions appear instantly.

  • Smart filtering — Case-insensitive substring matching with prefix matches sorted first
  • Metadata display — Each suggestion shows the HTTP method badge (color-coded) and last response status code
  • Keyboard navigation — Arrow Up/Down to browse, Enter to select, Escape to dismiss
  • Click to select — Click any suggestion to populate the URL and method

Storage

  • Stores up to 100 URLs independently from request history
  • Persisted in local storage — survives app restarts
  • Not affected by clearing request history
  • Deduplicates automatically — re-requesting a URL moves it to the top

Preferences

URL Autocomplete is enabled by default. You can toggle it from Settings > General > Editor section. When disabled, the URL bar behaves as a plain text input with no dropdown.

A small but impactful quality-of-life improvement — spend less time typing URLs and more time building APIs.