Bashrc.wiki: Added cmdcopy section
This commit is contained in:
parent
77ee20dc7f
commit
8d30cb9d10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue