Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fdw/yazi-zoxide-zsh
A zsh plugin to enjoy yazi and zoxide
https://github.com/fdw/yazi-zoxide-zsh
Last synced: 3 months ago
JSON representation
A zsh plugin to enjoy yazi and zoxide
- Host: GitHub
- URL: https://github.com/fdw/yazi-zoxide-zsh
- Owner: fdw
- License: mit
- Created: 2024-05-26T12:15:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T12:15:42.000Z (7 months ago)
- Last Synced: 2024-06-01T09:43:03.620Z (6 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-zsh-plugins - yazi-zoxide - This plugin for 🌎 [zsh](www.zsh.org) adds just one shortcut, but unfolds the magic of both <b><code> 20617⭐</code></b> <b><code> 523🍴</code></b> [Zoxide](https://github.com/ajeetdsouza/zoxide)) and <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [yazi](https://github.com/sxyazi/yazi/)). Without arguments, `y` just opens yazi. If you supply an argument that is a directory, `yazi` is opened in that directory. But if you supply anything else as an argument, `zoxide` is called with the argument and `yazi` is opened there. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - yazi-zoxide - This plugin for [zsh](https://www.zsh.org) adds just one shortcut, but unfolds the magic of both [Zoxide](https://github.com/ajeetdsouza/zoxide) and [yazi](https://github.com/sxyazi/yazi/). Without arguments, `y` just opens yazi. If you supply an argument that is a directory, `yazi` is opened in that directory. But if you supply anything else as an argument, `zoxide` is called with the argument and `yazi` is opened there. (Plugins / ZSH on Windows)
README
# Yazi & Zoxide & Zsh
This plugin for [zsh](https://www.zsh.org) adds just one shortcut, but unfolds the magic of both [Zoxide](https://github.com/ajeetdsouza/zoxide) and [yazi](https://github.com/sxyazi/yazi/) 🧙
Without arguments, `y` just opens yazi. If you supply an argument that is a directory, yazi is opened in that directory. But if you supply anything else as an argument, `zoxide` is called with the argument and `yazi` is opened there. This is the efficiency you always wanted.# Installation
Install the zsh plugin using your favorite plugin manager.# History
This is shamelessly/efficiently copied from [ranger-zoxide](https://github.com/fdw/ranger-zoxide), which was also just an interation of [ranger-autojump](https://github.com/fdw/ranger-autojump).