diff --git a/content/technical/2019/10/useful-command-line-tools.md b/content/technical/2019/10/useful-command-line-tools.md index 91a3772..016044c 100644 --- a/content/technical/2019/10/useful-command-line-tools.md +++ b/content/technical/2019/10/useful-command-line-tools.md @@ -284,8 +284,8 @@ navigate to the definition of symbols in files. ### watchexec ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584) -`watchexec` is a file a directory watcher that can run commands in response to -file system changes. Handy for auto running tests or restarting a development +`watchexec` is a file and directory watcher that can run commands in response to +file-system changes. Handy for auto running tests or restarting a development web server when source files change. # run command on file change diff --git a/content/technical/2019/10/useful-command-line-tools.yaml b/content/technical/2019/10/useful-command-line-tools.yaml index 929cd3b..649b8b2 100644 --- a/content/technical/2019/10/useful-command-line-tools.yaml +++ b/content/technical/2019/10/useful-command-line-tools.yaml @@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us kind: article section: technical created_at: 2019-10-26T14:11:22+11:00 -updated_at: 2019-10-27T09:16:36+11:00 +updated_at: 2019-10-27T14:46:20+11:00 article_class: cli-tools keywords: - cli