zenity
#!/bin/sh zenity --entry \ --title "텍스트 복사기" \ ---text "클립보드로 복사할 텍스트 입력: " | xclip -i -sel clip