
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
zrs
is a directory switching helper, based on
rupa's z.
It tracks which directories you frequently visit, and how recently you have been using them. It will try to take you to the best matching directory for some inputs.
For example, z bar
could take you to /home/you/code/bar
, and
z foo bar
could take you to /var/lib/dogfood/libs/bombard
.
zrs
consists of two parts.
zrs
is a Rust binary that needs to
be in your path. cargo install zrs
should work, if you have
~/.cargo/bin
in your path.
z.sh
is a helper script that must be source
d in your shell.
zrs
can add this for you:
$ zrs --add-to-profile
written helper script to "/home/faux/.local/share/zrs/z.sh"
couldn't append to "/home/faux/.bashrc": Os { code: 2, kind: NotFound, message: "No such file or directory" }
appended '. .../z.sh' to "/home/faux/.zshrc"
rupa's shell implementation of z
has a number of performance and
safety issues. zrs
solves these by being written as a single binary,
and by being much more careful about touching the filesystem, and
fork
ing (releasing the shell) before doing anything slow.
--clean
FAQs
Unknown package
We found that zrs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.