From 8d30cb9d1062c5f9cee8c32afdb013f213e2c368 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sat, 5 Jun 2021 19:19:48 -0500 Subject: [PATCH] Bashrc.wiki: Added cmdcopy section --- Bashrc.wiki | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Bashrc.wiki b/Bashrc.wiki index 236a364..de771f7 100644 --- a/Bashrc.wiki +++ b/Bashrc.wiki @@ -133,6 +133,14 @@ I no longer use `countdown()` from `shot()` directly, but sometimes will in some ---- +== cmdcopy == + +https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/cmdcopy.bash + +This tool runs the specified command, capturing `stdout` and `stderr`, adds the specified command to the beginning of the output, and sends the result to stdout. The output of this command should be suitable to pipe directly into a paste service such as [[http://ix.io|ix.io]] when seeking support via IRC or other text-based method. + +---- + ==Vactivate== https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/vactivate.bash