Alex Rodionov

Results 467 comments of Alex Rodionov
trafficstars

Good for Raycast, I wish NSMenu was as fast.

I will consider merging PR which adds support for this (e.g. select items by pressing Shift+arrow and then they all are pasted), but I don't have time to design the...

Why would you want to copy and save all clipboard history? This looks shady to me as it allows anyone with access to computer quickly save all the history.

@sfc-gh-afedorov Interesting, can you share any links or examples where this "sequential paste" is implemented?

I have built a dummy prototype of this feature where it's possible to mark multiple items (shift+click or shift+arrow key) and then delete/pin them at once. It's also possible to...

> no newline seems fine, if there is no newline in the input, no need to change anything > don't paste all the contents, just paste one item at a...

> I think he can just hit "return" between pastes? It won't be possible to hit return between pastes because they are performed in a row with no delay. >...

What do you guys think if I'll implement some support for selecting multiple entries and a custom Shortcut action that allows fetching the selected items? This would allow advanced users...

What do you think about https://github.com/p0deje/Maccy/issues/239#issuecomment-1233467000? In Shortcuts it's possible to ask for input (in your case it would be separator), then iterate over selected items in Maccy, and paste...

I'll try drafting something and show.