# nyxt **Repository Path**: palagend/nyxt ## Basic Information - **Project Name**: nyxt - **Description**: No description available - **Primary Language**: Emacs Lisp - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-19 - **Last Updated**: 2021-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+html: * Nyxt browser Nyxt is a keyboard-driven web browser designed for power users. Inspired by Emacs and Vim, it has familiar key-bindings ([[https://en.wikipedia.org/wiki/Emacs][Emacs]], [[https://en.wikipedia.org/wiki/Vim_(text_editor)][vi]], [[https://en.wikipedia.org/wiki/IBM_Common_User_Access][CUA]]), and is infinitely extensible in Lisp. If you like Nyxt and you would like to help future development, please give us a star, spread the word, and support us on [[https://www.patreon.com/nyxt][Patreon]], thank you! *Attention:* Nyxt is under active development. Feel free to [[https://github.com/atlas-engineer/nyxt/issues][report]] bugs, instabilities or feature wishes. ----- #+html:
Homepage | Downloads | Articles | Store | Developer Manual | Forum | Chat
----- ** 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. #+html: ** Multiple selection Commands can accept multiple inputs, allowing you to quickly perform an operation against multiple objects. In the example below we search for cactuses, and open up several images simultaneously: #+html: ** 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. #+html: ** 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. #+html: ** 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. #+html: For a complete list of features, please see the manual. * Getting started ** Install Nyxt Nyxt supports: - GNU/Linux - macOS (unofficial) - FreeBSD (unofficial) Nyxt has engine support for WebKit and _experimental support_ for WebEngine/Blink. Please see the [[https://nyxt.atlas.engineer/download][downloads]] page for pre-built binaries. Some operating systems provide packages for Nyxt: - Alpine. - Debian and derivatives such as Ubuntu and Linux Mint. - [[https://github.com/atlas-engineer/ports][MacPorts]]. - [[https://aur.archlinux.org/packages/nyxt][Arch Linux AUR]] and the [[https://aur.archlinux.org/packages/nyxt-browser-git/][-git PKGBUILD]]. See also the [[https://e-v.srht.site/nyxt-aur-builds.html][unofficial binary packages]], courtesy of @edgar-vincent. - [[https://nixos.org/nix/][Nix]]: Install with =nix-env --install nyxt=. - [[https://guix.gnu.org][Guix]]: Install with =guix install nyxt=. - [[https://voidlinux.org/][Void]]: Install with =xbps-install nyxt=. To perform an installation from source, please see the [[file:documents/README.org][developer readme]]. ** Documentation & Customization 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 (press =control= + =space=, type =help= and confirm with =return=). If you want to help with development, or build Nyxt from source, read the developer's documentation at [[file:documents/README.org][documents/README.org]]. ** History of changes If you are running a recent version of Nyxt please run the =changelog= command. For older versions, please see the [[https://github.com/atlas-engineer/nyxt/blob/2.2.1/documents/CHANGELOG.org][CHANGELOG]]. # Local Variables: # fill-column: 72 # End: