Skip to content

Repository files navigation

Panorama

A respectable file explorer

Screenshot

Run

npm run dev
# or: cd flutter_app && flutter run -d macos
# Linux: cd flutter_app && flutter run -d linux
# Windows: cd flutter_app && flutter run -d windows

Build

cd flutter_app
flutter build macos
# → flutter_app/build/macos/Build/Products/Release/Panorama.app

flutter build linux --release
../scripts/package-deb.sh 1.0.6
# → release/Panorama-1.0.6-linux-amd64.deb  (or linux-arm64 on ARM hosts)

flutter build windows --release
# then on Windows:
powershell -File ../scripts/package-windows.ps1 -Version 1.0.6
# → release/Panorama-1.0.6-windows-x64-setup.exe

Tagged releases publish a macOS .zip, Linux .deb (amd64 + arm64), and Windows installer via GitHub Actions.

Spotlight launcher (macOS)

Install a /Applications/Panorama.app stub that opens the local Flutter build (so notes stay in this repo for Cursor):

./scripts/install-mac.sh

Notes are stored at notes/improvements.json (same path the Cursor improvement-notes skill expects).

Features

  • Dual-pane browsing, list/grid views, Quick Access locations
  • Cut / copy / paste, rename, new folder, trash
  • Open, Open with… (macOS), Reveal in file manager
  • Drag-and-drop import
  • Notes panel backed by notes/improvements.json

About

A respectable file explorer for Mac

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages