Bashrc.wiki: Added cmdcopy section

This commit is contained in:
David Thurstenson 2021-06-05 19:19:48 -05:00
parent 77ee20dc7f
commit 8d30cb9d10
1 changed files with 8 additions and 0 deletions

View File

@ -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== ==Vactivate==
https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/vactivate.bash https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/vactivate.bash