tgoop.com/dereference_pointer_there/10296
Create:
Last Update:
Last Update:
Daaaamn, that's smart.
> copy and pasta are simple wrappers around system clipboard managers, like pbcopy on macOS and xclip on Linux. I use these all the time.
# High level examplesrun_some_command | copy
pasta > file_from_my_clipboard.txt
# Copy a file's contents
copy < file.txt
# Open a file path from your clipboard
vim "$(pasta)"
# Decode some base64 from the clipboard
pasta | base64 --decode
https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-www.tgoop.com/
BY Блог*
Share with your friend now:
tgoop.com/dereference_pointer_there/10296
