Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.06 KB

minif-browser

Mini Fluent Browser

  • custom protocols
  • custom pages
  • currently (builds may be unstable)

Releases: https://github.com/Klubuntu/minif-browser/releases/

How to run (dev version)

npm/pnpm run start

How to build (from source)

npm/pnpm run build
npm/pnpm run build-win
npm/pnpm run build-linux
npm/pnpm run build-macos (experimental)

📑 TO-DO

  • - Move loading page from body to webview component
  • - Add custom logo
  • - Upgrade UI/UX (partially)

App Shortcuts

  • F1 (Information page)
  • F12 or CTRL + SHIFT + I(Dev Tools)
  • CTRL + R Reload current page
  • ALT + L History back
  • ALT + R History forward
  • CTRL + + Zoom In
  • CTRL + - Zoom Out
  • CTRL + N Create new instance (experimental)

Pull requests are welcome