Fast Travel

Fast Travel App

Supercharge your search bar. Turn your search bar into a command line for the web. Define short triggers and jump straight to the sites and searches you use most — available as a browser extension for Chrome and Firefox, and as a native Android app.

This is the v2 successor to fast-travel. The original self-hosted static page (v1) remains fully functional and available.

What you can do

Instead of bookmarks, history, and half-remembered URLs, type a short command and go straight there:

Type… …and go to
g kittens a Google search for “kittens”
ddg privacy the same search on DuckDuckGo
r/technology the r/technology subreddit
$AAPL an Apple stock quote
yt lofi beats a YouTube search
gh fast-travel a GitHub search
w black holes a Wikipedia article search
apps balatro the app on the right store for your device
maps coffee nearby coffee on Google Maps
hn Hacker News

Every command is yours to configure — change the triggers, point them anywhere, or add your own.

Features

Install

Platform Link
Chrome (coming soon — Chrome Web Store)
Firefox (coming soon — Firefox Add-ons)
Android (coming soon — Google Play)

Direct download (GitHub Releases)

Prefer the stores above when they’re live, but every release also ships installable artifacts on the Releases page:

v1 vs v2

  v1 (fast-travel) v2 (fast-travel-app)
Architecture Self-hosted static page Browser extension + Android app
Installation Fork → deploy → set as search engine URL Install from Chrome/Firefox store or Google Play
Hosting required Yes (GitHub Pages or own server) No
Platform support Any browser with custom search engine support Chrome, Firefox, Android only
Config Edit config.json in your fork Remote URL sync or local in-app editing
Search suggestions Google only; browser/OS dependent All platforms; site-specific suggestions per command

Choose v1 if you prefer no browser extension, need any-browser support, or want a fully self-hosted solution.
Choose v2 if you want a native Android app, one-click install, or cross-device config sync via URL.

Quick Start

  1. Install the extension or Android app
  2. Open Settings → Configuration → set a remote config URL (or use the built-in default)
  3. Type a command in your browser’s address bar or the Android search widget

Demo

Type a command, get redirected — straight from the new-tab search bar, with live suggestions as you go.

g best espresso machines — a Google search Typing "g best espresso machines" and landing on Google results

r/mechanicalkeyboards — jump straight to a subreddit Typing "r/mechanicalkeyboards" and landing on the subreddit

fa SFO — pull up an airport on FlightAware Typing "fa SFO" and landing on the FlightAware airport page

qq explain the Roman aqueducts — send a prompt to ChatGPT Typing "qq explain the Roman aqueducts" and landing on ChatGPT

w machine learning — search Wikipedia Typing "w machine learning" and landing on the Wikipedia article

Development

Prerequisites

Extension

cd extension
npm install
npm run build          # Chrome
npm run build:firefox  # Firefox
npm test               # Unit tests
npm run test:e2e       # End-to-end tests (requires Chrome)

Android

cd android
./gradlew assembleDebug   # Debug APK
./gradlew test            # Unit tests
./gradlew connectedAndroidTest   # Instrumented tests (requires device/emulator)

Config validation

node tools/validate-config.mjs

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.