Skip to content

SASUPERNOVA/nvoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvoker

Nvoker logo

Nvoker is as Speed Dial built on Electron, using Electron Forge. It allows you to quickly access you favorite websites, by saving them as images in your own categories.

General Usage

To start adding links, a category must first be created. After a category has been created and selected, you can start adding links to that category by providing its URL. Left clicking on a link will open that link in your default browser, while right clicking will copy the URL to clipboard. You can create any number of categories and links, so feel free to add as many as you wish.
Navigation of categories and links can be done either by using the mouse wheel, or by clicking and dragging the mouse.
Deleting links or categories can be done by clicking and holding on an element that you want to delete, which will bring a menu to delete items of that type (category or link). After the menu appears, you may select any number of elements of that type to delete, and the confirm your selection.

Customization

You can customize src/index.html by modifying src/css/index.css, individual Web Components by modifying the respective src/components/somecomponent/somecomponent.css, and all Web Components by modifying src/css/global.css.

Building

Before building Nvoker, please make sure you have Node and npm installed. If both are installed, you can do the following to build from source:

  1. Clone or download and extract this repository.
  2. Open a terminal, and cd to the folder you have cloned or extracted this repository.
  3. Run npm install to download required dependencies.
  4. Run npm run make to build Nvoker. This will create an out directory with all the files required to install/run Nvoker.

Demos

Adding Categories and Links Demo 1
Opening Links Demo 2
Deleting Categories and Links Demo 3

License

MIT License