Eu tenho tentado fazer com que xsel --delete
trabalhasse para implementar um script para mover o material selecionado de um editor para outro.
De acordo com a descrição :
Delete the contents of the selection
------------------------------------
xsel --delete
Will cause the program in which text is selected to delete that text. This
really works, you can try it on xedit to remotely delete text in the editor
window.
Mas isso não parece funcionar ( emacs
, gedit
e também tentou xedit
).
De acordo com a página man:
-d, --delete
Request that the current selection be deleted. This not only
clears the selection, but also requests to the program in which
the selection resides that the selected contents be deleted.
Overrides all input options.
Mas o texto selecionado não é limpo. A limpeza com --clear
funcionou em gedit
, mas não em emacs
.
Em todos os casos, verifiquei se o texto selecionado era "conhecido" com xsel -p -o
primeiro.
Como posso obter xsel --delete
para funcionar? Isso depende do aplicativo escutando xsel
?
Tags xsel