wahjava / nyxt

Nyxt - Be productive.

Home Page:https://nyxt.atlas.engineer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nyxt web browser

(Formerly Next.)

Nyxt is a keyboard-oriented, extensible web-browser designed for power users. It has familiar key-bindings (Emacs, VI, CUA), is fully configurable and extensible in Lisp, and has powerful features for productive professionals.

If you like Nyxt and if you want to help future development, please support us on Patreon or give us a star, thank you!

Warning: Nyxt is under active development. Feel free to report bugs, instabilities or feature wishes.



Fast tab switching

Switch easily between your open tabs via fuzzy search. If you are looking for https://www.example.com, you could type in ele, exa, epl, or any other matching series of letters.

Multiple selection

Commands can accept multiple inputs, allowing you to quickly perform an operation against multiple objects. In the example below we search for penguins, and only open up links that have the text “animal” within them.

Powerful Bookmarks

Bookmark a page with tags. Search bookmarks with compound queries. Capture more data about your bookmarks, and group and wrangle them in any way you like.

Multi tab search

Search multiple tabs at the same time, and view all the results in a single window. Jump quickly through your open tabs to find what you need.

History as a tree

History is represented as a tree that you can traverse. smarter than the “forwards-backwards” abstraction found in other browsers, the tree makes sure you never lose track of where you’ve been.

For a complete list of features, please see the manual.

Getting started

Install Nyxt

Nyxt supports GNU/Linux, macOS, and Guix with engine support for WebKit and WebEngine/Blink.

Please see the downloads page for pre-built binaries. Some operating systems provide packages for Nyxt:

  • Alpine
  • Debian and derivatives (Ubuntu, LinuxMint), for Debian >= 10 (Buster).
  • MacPorts
  • Arch Linux AUR (and the -git PKGBUILD)
  • Nix: Install with nix-env --install next. (Replace next with nyxt when the package gets updated to 2.0.)
  • Guix: Install with guix install next. (Replace next with nyxt when the package gets updated to 2.0.)

To perform an installation from source, please see the developer readme.

Documentation

For full documentation about Nyxt, how it works, and how to extend it please see the embedded help. To get started, run the help command (C-space help).

If you want to help with development or build Nyxt from scratch, read the developer’s documentation at documents/README.org.

Customize and extend Nyxt

Complete customization is possible through the creation of a ~/.config/nyxt/init.lisp file. For more information, see the manual.

Additionally, a document provided in the documents directory named EXTENSION.org is a place for the community to share helpful customizations. To share your own extension, please make a pull request with your new extension appended to EXTENSION.org.

History of changes

Please see the CHANGELOG.org.

About

Nyxt - Be productive.

https://nyxt.atlas.engineer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Common Lisp 98.0%Language:Scheme 1.1%Language:Makefile 0.9%