Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klubuntu/minif-browser
Mini Fluent Browser
https://github.com/klubuntu/minif-browser
browsee browser community development electron js light lite minif minif-browser net network surf surve
Last synced: 15 days ago
JSON representation
Mini Fluent Browser
- Host: GitHub
- URL: https://github.com/klubuntu/minif-browser
- Owner: Klubuntu
- Created: 2024-08-30T14:34:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T22:14:36.000Z (2 months ago)
- Last Synced: 2024-10-09T18:43:12.897Z (about 1 month ago)
- Topics: browsee, browser, community, development, electron, js, light, lite, minif, minif-browser, net, network, surf, surve
- Language: HTML
- Homepage:
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)
```bash
npm/pnpm run start
```### How to build (from source)
```bash
npm/pnpm run build
npm/pnpm run build-win
npm/pnpm run build-linux
npm/pnpm run build-macos (experimental)
```### 📑 TO-DO
- [x] - Move loading page from body to webview component
- [x] - 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