apt.cli.rs
zoxide
Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- SonarQube - Static code analysis for 29 languages.
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
apt.cli.rs | zoxide | |
---|---|---|
1 | 95 | |
12 | 11,991 | |
- | - | |
1.7 | 0.0 | |
almost 2 years ago | 15 days ago | |
Rust | ||
- | MIT License |
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.
apt.cli.rs
-
Introducing apt.cli.rs, a Debian/Ubuntu apt repository for Rust cli tools
So I'm thinking making a GitHub action to make it easier to build musl debs for (amd64, i686, arm64, armhf) would be the most useful way to get more cli tools in the repo (then it's "just" a matter of adding cargo-deb configs). It seems a lot of tools already build binaries for musl. If you are interested in working on that let me know! Otherwise I'll try to build something. Also several people have started talking about packages to add here: https://github.com/ethanhs/apt.cli.rs/issues/1
zoxide
-
Ask HN: Share a shell script you like
Zoxide is basically the 'Rust Rewrite' version of the 'Z' tool and is actively maintained, I haven't had any issues with it: https://github.com/ajeetdsouza/zoxide
-
env::set_current_dir() -- is either not functioning as intended or I'm just messing something up
Indeed, utilities like zoxide which operate primarily as a cd replacement don't attempt to change directories via rust code - they create a shell alias that ultimately invokes a shell builtin to do it.
-
Everything I Installed on My New Mac
I also still use zoxide for navigating directories. It's a smarter cd command that learns your habits and makes navigating directories a breeze.
-
Top Productivity CLI Tools I Use on Linux
4. Zoxide
-
How to achieve the function of the Mac app Hookmark in the terminal?
Not sure what you mean by bookmarks, but I use zoxide to quickly jump to frequently used folders.
-
Fish-like dirhistory (prevd/nextd) for Bash
I mostly use zoxide these days to do navigation. In your case instead of doing cd -3 I would simply do z baz to get to the bottom of the stack, or Alt+Left three times (with the above recipe).
-
6 Repositories recommended by GitHub to Boost Your Programming Productivity
π Link
-
stupid Linux tricks - cd one shell to the current dir of another, without using the clipboard, mouse, or even the pwd command
Iβve been using a shell plugin called zoxide which allows you to jump between directories easily. It works fuzzily so you donβt have to even type the full name of the folder you want to go to.
- FLaNK Stack Weekly 3 April 2023
-
Tools for productivity
For jumping around directories, I use zoxide.
What are some alternatives?
autojump - A cd command that learns - easily navigate directories from the command line
z - z - jump around
zsh-z - Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
z.lua - :zap: A new cd command that helps you navigate faster by learning your habits.
fzf - :cherry_blossom: A command-line fuzzy finder
broot - A new way to see and navigate directory trees : https://dystroy.org/broot
starship - βποΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
nushell - A new type of shell
exa - A modern replacement for βlsβ.
ohmyzsh - π A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
emacs-libvterm - Emacs libvterm integration