Skip to content

gregorias/watchcwd.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⌚ 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