Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 621 Bytes

execute-dir.fish

A fish shell plugin to execute scripts in specific dir

💡 Requirements

Needs Fish 🐠

🧞 Installation

Using Fisher 🎣

fisher install kuncevic/execute-dir.fish

Manually 🧑‍🔧

Copy the file execute_dir.fish into ~/.config/fish/functions

💫 Usage

xd <dir> <command> e.g: xd client npm start, xd server ls

In case if you want to set different shortcut navigate to ~/.config/config.fish and set an alias:

alias xyz 'xd'

created by kuncevic.dev