Skip to content

Commit eb1d354

Browse files
committed
Support watchexec as an alternative to fswatch
1 parent 12ba914 commit eb1d354

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ <h2><a id="cppsm-command"></a> <a href="#contents">≡</a> <a href="#cppsm-comma
170170
command itself.</p>
171171
<p><a id="cppsm-supported-platforms"></a>The <code>cppsm</code> command has been developed
172172
with <a target="_blank" href="https://en.wikipedia.org/wiki/Bash_(Unix_shell)">Bash <i class="fas fa-xs fa-external-link-alt"></i></a> and used at least
173-
under <a target="_blank" href="https://www.apple.com/macos/">macOS <i class="fas fa-xs fa-external-link-alt"></i></a>,
174-
<a target="_blank" href="https://www.linux.org/">Linux <i class="fas fa-xs fa-external-link-alt"></i></a> (<a target="_blank" href="https://ubuntu.com/">Ubuntu <i class="fas fa-xs fa-external-link-alt"></i></a>),
175-
<a target="_blank" href="https://www.cygwin.com/">Cygwin <i class="fas fa-xs fa-external-link-alt"></i></a>, and <a target="_blank" href="https://gitforwindows.org/">Git BASH <i class="fas fa-xs fa-external-link-alt"></i></a>.</p>
173+
under <a target="_blank" href="https://www.apple.com/macos/">macOS <i class="fas fa-xs fa-external-link-alt"></i></a>, <a target="_blank" href="https://www.linux.org/">Linux <i class="fas fa-xs fa-external-link-alt"></i></a>
174+
(<a target="_blank" href="https://ubuntu.com/">Ubuntu <i class="fas fa-xs fa-external-link-alt"></i></a>), <a target="_blank" href="https://www.cygwin.com/">Cygwin <i class="fas fa-xs fa-external-link-alt"></i></a>, and
175+
<a target="_blank" href="https://gitforwindows.org/">Git BASH <i class="fas fa-xs fa-external-link-alt"></i></a>.</p>
176176
<p>There currently is no &quot;native&quot; Windows support. I personally have no need for
177177
such support as I&#39;m comfortable using <a target="_blank" href="https://www.cygwin.com/">Cygwin <i class="fas fa-xs fa-external-link-alt"></i></a> and
178178
<a target="_blank" href="https://gitforwindows.org/">Git BASH <i class="fas fa-xs fa-external-link-alt"></i></a>. If you&#39;d like to work on native Windows
@@ -217,8 +217,8 @@ <h3><a id="installation"></a> <a href="#contents">≡</a> <a href="#installation
217217
<a target="_blank" href="https://stedolan.github.io/jq/"><code>jq</code> <i class="fas fa-xs fa-external-link-alt"></i></a> command in path.</p>
218218
</li>
219219
<li><p><a id="for-optional-watch-commands"></a><a href="#for-optional-watch-commands">For optional watch commands</a>
220-
you must have the <a target="_blank" href="http://emcrisostomo.github.io/fswatch/"><code>fswatch</code> <i class="fas fa-xs fa-external-link-alt"></i></a> command
221-
in path.</p>
220+
you must have either <a target="_blank" href="http://emcrisostomo.github.io/fswatch/"><code>fswatch</code> <i class="fas fa-xs fa-external-link-alt"></i></a> or
221+
<a target="_blank" href="https://github.com/watchexec/watchexec"><code>watchexec</code> <i class="fas fa-xs fa-external-link-alt"></i></a> command in path.</p>
222222
</li>
223223
</ul>
224224
<h3><a id="quick-tour"></a> <a href="#contents"></a> <a href="#quick-tour">Quick tour</a></h3>

index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ command itself.
126126

127127
<a id="cppsm-supported-platforms"></a>The `cppsm` command has been developed
128128
with [Bash](<https://en.wikipedia.org/wiki/Bash_(Unix_shell)>) and used at least
129-
under [macOS](https://www.apple.com/macos/),
130-
[Linux](https://www.linux.org/) ([Ubuntu](https://ubuntu.com/)),
131-
[Cygwin](https://www.cygwin.com/), and [Git BASH](https://gitforwindows.org/).
129+
under [macOS](https://www.apple.com/macos/), [Linux](https://www.linux.org/)
130+
([Ubuntu](https://ubuntu.com/)), [Cygwin](https://www.cygwin.com/), and
131+
[Git BASH](https://gitforwindows.org/).
132132

133133
There currently is no "native" Windows support. I personally have no need for
134134
such support as I'm comfortable using [Cygwin](https://www.cygwin.com/) and
@@ -195,8 +195,8 @@ Optional dependencies:
195195
[`jq`](https://stedolan.github.io/jq/) command in path.
196196

197197
- <a id="for-optional-watch-commands"></a>[For optional watch commands](#for-optional-watch-commands)
198-
you must have the [`fswatch`](http://emcrisostomo.github.io/fswatch/) command
199-
in path.
198+
you must have either [`fswatch`](http://emcrisostomo.github.io/fswatch/) or
199+
[`watchexec`](https://github.com/watchexec/watchexec) command in path.
200200

201201
### <a id="quick-tour"></a> [](#contents) [Quick tour](#quick-tour)
202202

0 commit comments

Comments
 (0)