From f1e502e1e694a62c555d73bcca3d2af6ddb68b02 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Wed, 4 Mar 2026 11:43:48 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e09fd9..b2c9d25 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Runs a command after a parent process has finished. + ``` Usage: phook [OPTION]... Runs a command after a parent process has finished. @@ -20,6 +21,7 @@ Mandatory arguments to long options are mandatory for short options too You need macOS for this to work. + ``` wget https://github.com/drinchev/phook/archive/v0.0.8.tar.gz tar -xzf v0.0.8.tar.gz @@ -30,6 +32,7 @@ make install Alternative option would be to use [TheFox](https://github.com/TheFox)'s [homebrew tap](https://github.com/TheFox/homebrew-brewery) : + ``` brew tap thefox/brewery brew install phook @@ -39,20 +42,19 @@ brew install phook See [examples](https://github.com/drinchev/phook/tree/master/examples). +​ + +​ + ## Contributors - [@jayrhynas](https://github.com/jayrhynas) - [@shishirchawla](https://github.com/shishirchawla) - [@martinlau](https://github.com/martinlau) - --- -Credits goes to http://serverfault.com/a/641004/152846 - +Credits goes to [http://serverfault.com/a/641004/152846](http://serverfault.com/a/641004/152846) --- Copyright (C) 2017 Ivan Drinchev. - This software may be modified and distributed under the terms of the MIT license. - - From 57e414cb1d53ac551d3a78c4f0cefd9936ec1ffe Mon Sep 17 00:00:00 2001 From: get-colibri Date: Wed, 4 Mar 2026 11:43:53 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2c9d25..d100c40 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ brew install phook See [examples](https://github.com/drinchev/phook/tree/master/examples). -​ +test -​ +Foo bar ## Contributors From 37e98bc83125d8d11ba5f79689bd0f1572467082 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Wed, 4 Mar 2026 11:45:16 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d100c40..5372497 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Mandatory arguments to long options are mandatory for short options too You need macOS for this to work. -``` +```cpp wget https://github.com/drinchev/phook/archive/v0.0.8.tar.gz tar -xzf v0.0.8.tar.gz cd phook-0.0.8 From a53a655fbecfeaa13e022b82159e3eb843c56fe9 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Wed, 4 Mar 2026 11:45:45 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=92=BE=20Change=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5372497..900b009 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # phook -Runs a command after a parent process has finished. +**Runs a command after a parent process has finished.** ```