pyrho / vimstart

vim-command inspired minimal startpage for your browser

Home Page:https://okitavera.github.io/vimstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimstart

vim-command-like minimal startpage for your browser

previews

Installation

Clone this repo

git clone https://github.com/yuune/yuune-vim-startpage.git

And set the index.html as homepages or new tabs in your browser.

Usage

There is a few command that can be used :

Open favourites website listed in web.json, example (open gmail):
 :em
Go to url, example :
 :u http://lovepancakes.blog
Search, example :
 :s How to make a delicious pancakes at home

Editing

SEE web.json.

Frequently Asked Question

This things doesn't works well in my google chrome, fix please.

Due to security issues in chrome, they disabled local file access, so our web.json can't be readed.

To enable it, pass --allow-file-access-from-files top your chrome args, example :

 $ /usr/bin/google-chrome --allow-file-access-from-files

Source: http://blog.derraab.com/2013/05/30/start-google-chrome-with-local-file-access-on-mac-os-x/

License

The code is available under the MIT license.

About

vim-command inspired minimal startpage for your browser

https://okitavera.github.io/vimstart

License:MIT License


Languages

Language:JavaScript 96.6%Language:HTML 2.2%Language:Shell 1.3%