z.lua VS nxes

Compare z.lua vs nxes and see what are their differences.

z.lua

:zap: A new cd command that helps you navigate faster by learning your habits. (by skywind3000)

nxes

EHI fork of the es(1) shell (by newnix)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
z.lua nxes
12 4
2,919 11
- -
6.2 0.0
2 days ago over 2 years ago
Lua C
MIT License BSD Zero Clause 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.

z.lua

Posts with mentions or reviews of z.lua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

nxes

Posts with mentions or reviews of nxes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-04.
  • plan9 inspired applications on linux
    1 project | /r/plan9 | 4 May 2021
    Neat! I'm also working on an extended version of es, it's been hard to work on it consistently, but I've torn out some old code, added a few useful primitives, and implemented a couple nice functions like pushd/popd in the shell itself.
  • How about set ZSH as default shell?
    4 projects | /r/linuxquestions | 4 May 2021
    What value does that 10MB bring? 10MB in a vacuum is not a problem with modern storage capacities, but bash is already around 7MB larger than a shell needs to be to supply the benefits it does. Look at shells like ksh, rc, or es (or my own fork nxes) for great examples of significantly smaller shells. Hell, there's barely more utility in bash (~8.44MB) than in oksh (~374KB).
  • What is your cd system?
    14 projects | /r/commandline | 16 Apr 2021
    I don't actually see the need to jump around the filesystem that much, but I mostly use this, on many work systems I use the built-in pushd/popd utilities in bash, and on other shells, make use of cd - for quicker backtracking.
  • atom: Shell scripting that will knock your socks off.
    3 projects | /r/programming | 7 Jan 2021
    Thanks for the link, I'll have to check it out! I've been hacking on an old, public domain shell called es in my spare time and have made some minor progess so far. One of my goals is to eliminate the reliance on a parser generator like Yacc and instead implement my own LALR or LR(1) parser, and was planning on trying to swap out the current Yacc file for something like lemon to start getting a better understanding of what's needed.

What are some alternatives?

When comparing z.lua and nxes you can also consider the following projects:

zoxide - A smarter cd command. Supports all major shells.

lax - Locate Args and Execute

zsh-z - Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.

voidrice - My dotfiles (deployed by LARBS)

zinit - Flexible and fast Zsh plugin manager with clean fpath, reports, completion management, Turbo, annexes, services, packages.

ble.sh - Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.

z - z - jump around

atom - Shell scripting that will knock your socks off

vifm - Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.

apparix - Command line directory bookmarks with jumping to bookmarks, subdirectory tab completion, distant listing etc

doublecmd - Double Commander is a free cross platform open source file manager with two panels side by side.

ShellCheck - ShellCheck, a static analysis tool for shell scripts