dotenorio / clipboard-manager-electron

A clipboard manager built with Electron
MIT License
110 stars 17 forks source link

[suggestion] Stored clips number, Full clean and sharing #14

Open jarodium opened 4 years ago

jarodium commented 4 years ago

Hello, I would like to leave two feature suggestions:

1) Option to regulate how much clips the app is able to handle 2) Function to full clean all clips. 3) P2P Clip sharing via socket.io

dotenorio commented 4 years ago
jarodium commented 4 years ago

@dotenorio the full clean is useful to me, although, truth be said, I don't use it as much. I currently use CopyClip in my computer at work, and sometimes I like to clean all up, when for example, i'm working on CSV files and move text with cut and paste. The manager gets filled with all that data and don't want to copy and paste over them again ( ocd here xD ) .

About the number 3. Imagine in a work environment: Use case nr 1: Two programmers need a piece of code, but they take too long to share it via jsfiddle, pastebin, etc. Programmer A: Hey, I need that SQL snippet. Programmer B: Selects Clip, Sends to Programmer A one clip and then, Programmer just pastes it, after confirming Clip's reception.

Use case nr 2:

Invoice Dep to Account Dep: Hey I need those two VAT numbers you just charged in order to make the invoices. Account: Copy and Paste both Vats, sends them to Invoice and the Invoice has them already in the clipboard manager ready to use.

Advantage in this case: Account Dep did not need to send mail, or send it over social networking.

The sharing peer to peer is a small tool for speed up little parts of information, without any need to go to other application and share it. if it saves time, then it should save some money xD

dotenorio commented 4 years ago

Ok thanks for your espcification. I'll work on those feature soon.

dotenorio commented 4 years ago

Need to resolve this: P2P Clip sharing via socket.io

Anyone?