diff --git a/dotfiles/lib/bin/copyq_all.js b/dotfiles/lib/bin/copyq_all.js new file mode 100644 index 00000000..aed704bb --- /dev/null +++ b/dotfiles/lib/bin/copyq_all.js @@ -0,0 +1,9 @@ +String.prototype.replaceAll = function(search, replacement) { + var target = this; + return target.split(search).join(replacement); +}; + +for (var i=0; i/dev/null; then + copyq select "$SELECTED_INDEX" + copyq paste +fi