Skip to content
/ sheafy Public

Browser Application that organizes Web Applications.

License

Notifications You must be signed in to change notification settings

fiahfy/sheafy

Repository files navigation

Sheafy

badge

Browser Application that organizes Web Applications.
This Application is based on Nuxt.js and Electron.

Features

  • Manage Tabs by Web Application
  • Vertical Tab bars
  • Provides Shortcuts to Tabs

Installation

Download the app from release page and install it.
⚠️ For macOS, this app is not signed, so a warning will be displayed at startup.

Screenshots

screenshot

Shortcuts

General

Action Shortcut
Preferences ⌘,

File

Action Shortcut
New Tab ⌘T
Duplicate Tab ⌘D
Open Location ⌘L
Go to Tab ⌘O
Close Tab ⌘W

Edit

Action Shortcut
Undo ⌘Z
Redo ⇧⌘Z
Cut ⌘X
Copy ⌘C
Paste ⌘V
Find ⌘F

View

Action Shortcut
Apps ⇧⌘E
Reload ⌘R
Force Reload ⇧⌘R

Navigation

Action Shortcut
Back ⌘←
Forward ⌘→

Development

# install dependencies
yarn

# serve with hot reload
yarn dev