nixos VS xplr

Compare nixos vs xplr and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
nixos xplr
19 104
159 3,928
- -
9.3 8.0
6 days ago 13 days ago
Nix Rust
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nixos

Posts with mentions or reviews of nixos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-16.
  • miasma
    6 projects | /r/neovim | 16 Jun 2023
    I don't know. Have been using colorbuddy for ages now and it has always done exactly what I want. I don't need the "instant reaload" that lush advertices, doing :source on the colorscheme file, does the same for me to preview changes instantly. This is my theme, in case you need something to start with: - https://github.com/pinpox/nixos/blob/main/home-manager/modules/nvim/lua/config/pinpox-colors.lua
  • Looking for a transfer tool for command line
    4 projects | /r/commandline | 22 Aug 2022
    I use this to serve a directory temporarily.
  • Bluetooth headphones problem
    2 projects | /r/NixOS | 8 Jun 2022
    I can't remember why I put that workaround in there, might not be needed any more. The above config is part of my dotfiles, I use my Bose blueutooth headphones by connecting them via the blueman-applet if the don't pair automatically
  • Building GTK Theme in Overlay (Sass not found)
    1 project | /r/NixOS | 17 Mar 2022
  • Including third party flakes in a NixOS (or Home Manager) configuration flake
    1 project | /r/NixOS | 7 Dec 2021
    Here is an example from my config : I'm using an external flake called "matrix-hook", which is a little tool I wrote and have put in a separate flake. It get's included here. I am then passing self to each of the nixosConfigurations here, this allows me to import the module from the external flake in the configuration.nix of the host where I want to use it.
  • NixOS for selfhosting?
    4 projects | /r/NixOS | 22 Sep 2021
    Yep, I have two different modules with defaults for server and for desktop. Host-specific settings are set in the according /machines//configuration.nix file. Most stuff is modularized into modules that can be reuesed and enabled at will.
  • Nix-rice: rice your system with nix
    3 projects | /r/NixOS | 15 Sep 2021
    Yep, I'm using the toJSON function already. The problem I had, was that not all applications use JSON as configuration format. Also the nix code gets very long, if you have to write the whole template as a string, which I find quite unreadable. Mustache is a pretty simple frequently used templating language, here is an example template that get's rendered by the nix code above.
  • Ricing with NixOS?
    10 projects | /r/NixOS | 15 Sep 2021
    My system uses a uniform colorscheme defined here. Configs for all applications I use read that and use the same colors. The wallpapers are randomly generated by a tool I wrote, it also automatically matches the colorscheme. Icons and symbols are colored the same way for awesomeWM.
  • My neovim config with a colorscheme created with nix
    4 projects | /r/neovim | 24 Aug 2021
    In case you are interested I use this and this to generate colorschemes, awesome config and a matching wallpaper
  • Dumping Tmux
    3 projects | /r/i3wm | 7 Jul 2021
    Check out wezterm it has replaced tmux for me. Very active development, fast and just the right amount of features for my taste. It is configured in Lua, so if you are doing that for neovim already, it's another plus. I use it in combination with awesomeWM. My (not very special) config is here if you need something to start with.

xplr

Posts with mentions or reviews of xplr. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-27.
  • Which is Best TUI file manager
    7 projects | /r/commandline | 27 Feb 2023
    I use xplr and like it very much.
  • Midnight Commander is MIA; any command line based twin pane file manager recommendations?
    13 projects | /r/SteamDeck | 19 Feb 2023
    xplr
  • [Projet] PIC 📷
    2 projects | /r/rust | 29 Jan 2023
    PIC stands for Preview Image in CLI, I think this should be explicit enough. I first made it because I needed a way to display images in the terminal (for an xplr plugin), but the more I worked on it, the better it got, as of now I have implemented 4 different ways to preview images (I couldn't find other ones), some can even display GIFs!
  • Telegraph and the Unix Shell
    8 projects | /r/commandline | 31 Dec 2022
    Certain file managers like xplr allow for more advanced terminal UX. Check out the video on https://xplr.dev/ and you can see something like a live/interactive ls that allows toggling arguments (instead of running multiple commands and pushing previous stdout further into the past).
  • xplr v0.20.0 - what's new?
    2 projects | dev.to | 2 Nov 2022
    xplr version 0.20.0 was released last week. If you haven't already, go ahead and install the latest version. This post will try to break down the changelog in the release in an easy-to-digest manner, looking through the perspective of different user groups.
  • ranger-like three pane layout for xplr file explorer written in rust
    2 projects | /r/coolgithubprojects | 14 Oct 2022
    Tool: https://xplr.dev
  • Ask HN: Is it still possible to live in a terminal?
    28 projects | news.ycombinator.com | 14 Oct 2022
    The Vim/Neovim ecosystem has gotten unbelievably better over the last 5-10 years. "Living in the terminal" for core development work is IMO better than pretty much anything else out there; my Neovim setup has a modern plugin manager; an IDE-like experience with fast autocompletion as I type, goto definition, and automated refactor support; and a side-drawer file browser navigable with Vim motions. It feels like an IDE, except that it launches in ~100ms and has ultra-low typing latency. Using it with tmux panes means I can have various drawers and panes with a series of full, incredibly fast terminals wherever I want, with long-running tasks like automated test watching/running while I edit code placed wherever I want around the editor panel. Not to mention the Cambrian explosion of "modern" terminal tooling getting built, like xplr [1], hyperfine [2], httpie [3], etc.

    That being said, I think "living in the terminal" for general purpose computing, like browsing the web or talking to your coworkers, has been in a kind of frozen standstill while the rest of the world has moved on. I think it isn't worth trying to push non-dev work into the terminal currently.

    1: https://github.com/sayanarijit/xplr

    2: https://github.com/sharkdp/hyperfine

    3: https://github.com/httpie/httpie

  • LF, NNN or ViFM?
    1 project | /r/vim | 8 Oct 2022
    a terminal file manager built in rust I just heard about
  • xplr released with built-in fuzzy search based on skim v2 algorithm
    1 project | /r/commandline | 6 Oct 2022
  • how to rm -rf ~/Desktop permanently?
    1 project | /r/linuxquestions | 30 Aug 2022
    I tried using nnn but didn't find it easy to adopt, now I'm looking at https://github.com/sayanarijit/xplr

What are some alternatives?

When comparing nixos and xplr you can also consider the following projects:

eww - ElKowars wacky widgets

nnn - n³ The unorthodox terminal file manager

asdf - Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

broot - A new way to see and navigate directory trees : https://dystroy.org/broot

wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

lf - Terminal file manager

nix-doom-emacs - doom-emacs packaged for Nix

ranger.vim - Ranger file manager for Vim

nixpkgs - Nix Packages collection & NixOS

nnn.vim - File manager for vim/neovim powered by n³

digga - A flake utility library to craft shell-, home-, and hosts- environments.

joshuto - ranger-like terminal file manager written in Rust