Created
November 30, 2020 19:47
-
-
Save obfusk/086f6e4c496340d57ebec0b764416ded to your computer and use it in GitHub Desktop.
frequently used bash commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unbuffer hub ci-status -v | sort -k2 -V | sed 's!https:.*!!' | |
| unbuffer hub issue -f '%sC%>(3)%i%Creset %t [%L]%n' | sed 's/enhancement/enh/; s/good first issue/1st/; s/help wanted/help/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment