Yanıtlar:
Başka bir seçenek xsel
programdır:
By default, this program outputs the selection without modification if both standard input and standard output are terminals (ttys). Other‐ wise, the current selection is output if standard output is not a ter‐ minal (tty), and the selection is set from standard input if standard input is not a terminal (tty). If any input or output options are given then the program behaves only in the requested mode.
Yani, bir şeyi panoya kopyalayın xsel
ve terminale yazdırmak için çalıştırın . man xsel
Hangi panonun kullanılması gerektiği gibi daha gelişmiş seçenekler için bir okumaya sahip olabilirsiniz .
alias pbcopy='xsel --clipboard --input'; alias pbpaste='xsel --clipboard --output'
MacOS komutlarıyla eşleştirmek için isimleri seçtim.