Skip to content

Karim-W/flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flipper

just a dumb cli tool cause im tire of things that watch only a subset of my files im sure there are better tools out there but i dont care

Usage

General Usage

flipper -command "echo hello world"

Exclude a directory

flipper -ex "vendor" -command "echo hello world"

Exclude multiple directories

flipper -ex "vendor" -ex "node_modules" -command "echo hello world"

Exclude an extension

flipper -ex-ext "go" -command "echo hello world"

Exclude multiple extensions

flipper -ex-ext "go" -ex-ext "js" -command "echo hello world"

Installation

go install github.com/karim-w/flipper@latest

License

BSD 3-Clause License

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Author

Karim-W

About

Directory watcher and command executor

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages