Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuncevic/execute-dir.fish
A fish shell plugin for running scripts in target folder
https://github.com/kuncevic/execute-dir.fish
Last synced: 1 day ago
JSON representation
A fish shell plugin for running scripts in target folder
- Host: GitHub
- URL: https://github.com/kuncevic/execute-dir.fish
- Owner: kuncevic
- License: mit
- Created: 2023-08-25T11:06:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-27T09:16:19.000Z (about 1 year ago)
- Last Synced: 2024-03-17T12:51:16.403Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# execute-dir.fish
A fish shell plugin to execute scripts in specific dir
## 💡 Requirements
Needs [Fish](https://github.com/fish-shell/fish-shell) 🐠
## 🧞 Installation
### Using [Fisher](https://github.com/jorgebucaran/fisher) 🎣
`fisher install kuncevic/execute-dir.fish`
### Manually 🧑🔧
Copy the file `execute_dir.fish` into `~/.config/fish/functions`
## 💫 Usage
`xd ` 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](kuncevic.dev)