zoxide
zoxide copied to clipboard
A smarter cd command. Supports all major shells.
(I have zsh shell, and also oh my zsh on Ubuntu 22.04, with fzf installed as well). No matter if I load compinit before or after `zoxide init` command in...
I'm running Ubuntu Server 22.04.3 and have installed Zoxide using the curl command, ``` curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash source ~/.bashrc ``` If I do this, I can then use...
using --cmd in fish config configuration doesn't replace the cd command I have reopened three times. here is my configuration: ```fish #if test $(defaults read -globalDomain AppleInterfaceStyle) = "Dark" #...
I started by running the following command as instructed in the guide ``` curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash ``` got a message that I need to add `/Users/ibo/.local/bin` to my...
# Context I tried using zoxide as replacament for cd using `init --cmd cd` and I found a few differences that are annoying after a few years of using the...
When passing "--" as parameter to zoxide it can't switch to an absolute path given. This makes it somewhat difficult to use it as an alias for cd. For example...
I encountered an issue with zoxide where I had to delete db.zo due to a database file corruption error: zoxide: unsupported version (got 0, supports 3). That will fix the...
Hi there, I've looked across all the issues and docs and couldn't find anything like this out of the box. I think it would be great if we could use...
Not everybody's first instinct is to `man zoxide` so let's be explicit.
When I start up a new shell, I have it configured to start in my "scratch" directory, `C:\Work\Scratch`. Because of this, I think of that directory as my "base location",...