gregorias / watchcwd.fish

Watch for FS changes in CWD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⌚ watchcwd.fish 🐟

A Fish plugin that watches the current directory and runs a command on any changes.

βœ”οΈ Prerequisites

This plugin requires Fswatch.

πŸ“¦ Installation

Install this plugin with Fisher:

fisher install gregorias/watchcwd.fish

πŸš€ Usage

For example, run run-unit-tests every time you modify a file:

my_project $ watchcwd run-unit-tests

About

Watch for FS changes in CWD

License:GNU General Public License v3.0


Languages

Language:Shell 93.5%Language:JavaScript 6.5%