nEXT-Browser / nEXT
- воскресенье, 8 октября 2017 г. в 03:17:11
nEXT - The fastest productivity web-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.
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 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:
Athens
Ancient Greek
Athens
Classical Athens
Athens
forwards
keybind in historyIt 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
?
See the releases section for pre-built binary releases.
C-l
: Load URL in BufferS-l
: Load URL in a new bufferC-c C-X
: QuitCustomization 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 full documentation about nEXT, how it works, and how to extend it
please see the documents/MANUAL.org
file.