zsh-snap icon indicating copy to clipboard operation
zsh-snap copied to clipboard

⚡️ Znap! Fast, easy-to-use tools for Zsh dotfiles & plugins, plus git repos

Results 32 zsh-snap issues
Sort by recently updated
recently updated
newest added

## Describe the bug When I add this line in my `.zshrc` ``` znap eval zoxide 'zoxide init zsh --cmd cd' ``` `znap status` gives the following errors: ``` ~...

bug

## What do you want? I want to be able to specify a particular git commit of a plugin to install using `zsh-snap`. ## Why do you want this? Sometimes...

enhancement

## What do you want? znap install manages both the executable and completions, and I thought it would be nice if I could _just_ install the completions, such as if...

enhancement

Everything is working perfectly fine. just when using `znap pull` i am getting this error ```log 󰘧 znap pull zoxide: no match found fatal: cannot change to 'znap': No such...

bug

Fixes #283 Before submitting your Pull Request (PR), please check the following: * [x] There is no other PR (open or closed) similar to yours. If there is, please first...

## Describe the bug znap pull fails when a plugin repo has a default branch that has '/' in its name. ## Steps To Reproduce ```zsh 1. znap source 'ealap/zsh-abbr'...

bug

Before submitting your Pull Request (PR), please check the following: * [x] There is no other PR (open or closed) similar to yours. If there is, please first discuss over...

## Describe the bug what I inserted to .zshrc: ```shell # Download Znap, if it's not there yet. [[ -r ~/znap_repos/znap/znap.zsh ]] || git clone --depth 1 -- \ https://github.com/marlonrichert/zsh-snap.git...

invalid

Similar to: https://github.com/marlonrichert/zsh-snap/pull/277 but I've applied the same fix for the pull and eval commands. Fixes https://github.com/ajeetdsouza/zoxide/issues/729

znap uses the `cd` command inside `znap status`, which can cause problems with setups on which the `cd` command has been overridden - for example, with [zoxide](https://github.com/ajeetdsouza/zoxide). Using `builtin cd`...