https://github.com/japrozs/fw
A filewatcher for all programming languages written in rust
https://github.com/japrozs/fw
Last synced: 3 months ago
JSON representation
A filewatcher for all programming languages written in rust
- Host: GitHub
- URL: https://github.com/japrozs/fw
- Owner: japrozs
- License: mit
- Created: 2021-06-17T09:01:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T09:12:01.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T01:04:37.835Z (5 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fw
`Fw` is a filewatcher for all programming languages and has a very easy and simple to use interface.
## Usage
To get started with Fw, you can use it as follows
```bash
fw "CMD" [FILES...]
````CMD` - Command is the command that you want to run when any of the file(s) change. **It has to be in quotes** otherwise it will not work.
`FILES` - Files are the relative path to hte files that you want to watch.
An example command would go as follows :
```bash
fw "echo file was changed" foo.txt bar.txt baz.txt
```To get all the commands you use the `-h` flafg as follows:
```bash
fw -h # Alternatively, you can also use --help
```## Install
You can install `fw` via Homebrew
```bash
brew tap japrozs/tap
brew install fw
```## License : `MIT`