From f0a3f3ca40c4b26532985c4a754d67f92bbf8c23 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Sun, 17 Sep 2017 16:29:51 -0700 Subject: [PATCH] Add handbrake-cli --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a648d4c..16946b7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ you can even use `npx` to view this list of `awesome-npx` tools: ### [goops](https://github.com/captainsafia/goops) - add gitignore rules heuristically based on files in your current directory `npx goops` +### [handbrake-cli](https://github.com/iarna/handbrake-cli) - (install and) run the handbrake CLI for video encoding on Mac and Windows +`npx handbrake-cli` + ### [http-server](https://github.com/indexzero/http-server) - run a static web server in your current directory `npx http-server`