Smart Directory Switcher Using Fuzzy Matching MATLAB-z

Versión 1.0 (9,45 KB) por Art
Smart directory switcher using fuzzy matching
0 Descargas
Actualizado 16 abr 2024
Matlab-z Smart directory switcher using fuzzy matching
z DIRSUBSTR Change current working directory to best match
Want to quickly change directories without typing a full and correct directory name? Have you gotten addicted to "z directory jumping" in zsh, or the open-source "zoxide" tool? Just type a partial match to a desired recent directory, and z will automatically jump to it.
Matlab-z uses a fuzzy match between input DIRSUBSTR (directory substring) and the recent history of working directories. For example, for recent directories "path/to/dir1" and "path/dir2", the command z 1 will match to "dir1" and change to that directory.
Inspired by z directory jumping in zsh, and zoxide command line tool.
Heavy lifting is done by fzsearch, included here along with its license.

Citar como

Kuo, A. D. (2024). matlab-z (https://github.com/artkuo/matlab-z/releases/tag/v1.0), GitHub. Retrieved April 16, 2024.

Compatibilidad con la versión de MATLAB
Se creó con R2024a
Compatible con cualquier versión desde R2017b
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
Agradecimientos

Inspirado por: Fuzzy Search

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.