Skip to content

codingstark-dev/mapterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Map 🗺️

Interactive map viewer in your terminal using Bun.

Quick Start

bun run map-bun.ts

Controls

  • Arrow keys: Pan
  • +/-: Zoom in/out
  • r: Refresh
  • q: Quit

Features

  • Supports iTerm2, Kitty, and ANSI terminals

  • Fast rendering using Bun's native APIs

  • Real-time OpenStreetMap tiles

  • console.write() - Direct terminal output without newlines

  • Bun.stdin.stream() - Async keyboard input handling

  • Bun.sleep() - Async delays

  • Native ESM imports

Dependencies

  • staticmaps - OpenStreetMap tile rendering
  • sharp - Image processing for ANSI fallback

Built with Bun 🥟

About

Interactive map viewer in your terminal using Bun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors