Browser Application that organizes Web Applications.
This Application is based on Nuxt.js and Electron.
- Manage Tabs by Web Application
- Vertical Tab bars
- Provides Shortcuts to Tabs
Download the app from release page and install it.
Action | Shortcut |
---|---|
Preferences | ⌘, |
Action | Shortcut |
---|---|
New Tab | ⌘T |
Duplicate Tab | ⌘D |
Open Location | ⌘L |
Go to Tab | ⌘O |
Close Tab | ⌘W |
Action | Shortcut |
---|---|
Undo | ⌘Z |
Redo | ⇧⌘Z |
Cut | ⌘X |
Copy | ⌘C |
Paste | ⌘V |
Find | ⌘F |
Action | Shortcut |
---|---|
Apps | ⇧⌘E |
Reload | ⌘R |
Force Reload | ⇧⌘R |
Action | Shortcut |
---|---|
Back | ⌘← |
Forward | ⌘→ |
# install dependencies
yarn
# serve with hot reload
yarn dev