flipper

command module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL