This is ranger ispired browser homepage. It supports vim like navigation and Google suggestions. It is compatible with pywals colors.css.
Try it here: live preview.
Page has autofocus of search box. When you start typing Google suggestions will appear. Navigate through suggestions using ↑ ↓ ← → keys.
Press TAB when search bar is focused to focus the area bellow. Navigate throught the links using ↑ ↓ ← → keys or h j k l for vim like experience.
The page supports Google and DuckDuckGo search with autocompletion.
To configure the search engine simply edit the SEARCH_ENGINE
variable on line 6 in index.js
. Set it to either SEARCH_ENGINES.GOOGLE
(default) or SEARCH_ENGINES.DUCKDUCKGO
.
- Add custom commands
- Integrate weather API
- Implement clock
- Implement TODO pane
- Customizeable homepage build