Compare commits
5 commits
bef7646420
...
eaabdcc8b1
Author | SHA1 | Date | |
---|---|---|---|
eaabdcc8b1 | |||
2843ebfcb6 | |||
|
c24899e50c | ||
|
787d839086 | ||
|
9e921d5909 |
2 changed files with 2 additions and 1 deletions
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* @toptal/ext-utilities-eng
|
2
about.md
2
about.md
|
@ -25,7 +25,7 @@ You can even take this a step further, and cut out the last step of copying the
|
|||
URL with:
|
||||
|
||||
* osx: `cat something | haste | pbcopy`
|
||||
* linux: `cat something | haste | xsel`
|
||||
* linux: `cat something | haste | xsel -b`
|
||||
* windows: check out [WinHaste](https://github.com/ajryan/WinHaste)
|
||||
|
||||
After running that, the STDOUT output of `cat something` will show up at a URL
|
||||
|
|
Loading…
Reference in a new issue