A fish shell plugin to execute scripts in specific dir
Needs Fish 🐠
Using Fisher 🎣
fisher install kuncevic/execute-dir.fish
Copy the file execute_dir.fish
into ~/.config/fish/functions
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