nEXT Browser
nEXT is the fastest productivity browser. It is designed from the ground up to be customizable for your workflow. nEXT Browser is the infinitely EXTensible browser.
Powerful Features
Fast tab switching
Switch easily between your open tabs by fuzzy search. If you are
looking for http://www.example.com
, you could type in ele
, exa
,
epl
, and any other valid series of letters. In a future release,
typing any semantically related word will give you a fuzzy search of
your open tabs and let you quickly find which page you were looking
for.
History as a tree
History is represented as a tree that you can traverse. More complex than the “forwards-backwards” abstraction found in other browsers, the tree makes sure you never lose track of where you’ve been.
In the example below, the User performs the following actions:
- Starts page
Athens
- Visits page
Ancient Greek
- Returns to page
Athens
- Visits page
Classical Athens
- Returns to page
Athens
- Executes
forwards
keybind in history
It is at this point that a normal browser would NOT be able to
navigate you forwards to your visit of Ancient Greek
. Instead of
erasing your history, nEXT offers smart navigation and prompts the
user. Do you wish to go forwards to Ancient Greek
or to
Classical Athens
?
Getting Started
Install nEXT Browser
See the releases section for pre-built binaries. To perform an installation from source, please see the developer readme.
Quickstart Keys nEXT
C-l
: Load URL in tabS-l
: Load URL in a new tabC-x b
: Switch tabC-b
: Backwards historyC-f
: Forwards historyC-c C-X
: Quit
Customize nEXT
Customization is possible through the creation of a
~/.next.d/init.lisp
file within your home directory. From here you
can override and redefine any of the functions by defining your init
file as part of the :next
package. For more information please see:
customizing nEXT.
Documentation
For full documentation about nEXT, how it works, and how to extend it please see the user manual.