Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.15 KB

Ranger ispired homepage

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.

Usage

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.

Alternate search engine

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.

TODO

  • Add custom commands
  • Integrate weather API
  • Implement clock
  • Implement TODO pane
  • Customizeable homepage build