LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where do I ask if Mint has software to make a 'pasteboard' out of a simple text file? (https://www.linuxquestions.org/questions/linux-newbie-8/where-do-i-ask-if-mint-has-software-to-make-a-pasteboard-out-of-a-simple-text-file-4175556248/)

_ jomama 10-15-2015 11:35 AM

Where do I ask if Mint has software to make a 'pasteboard' out of a simple text file?
 
I'm referring to is auto copy everything from the clipboard to a text file that can be saved.

Anyone who's used NoteTab's pasteboard function knows what I mean. (See http://www.notetab.com)

ondoho 10-16-2015 12:32 PM

here.
or on linuxmint forums.
:D
that's the literal answer to your question, but i guess you want more than that.

you want to copy something into the clipboard, and, maybe by pressing a hotkey, automatically open a text editor and paste the content?
some scripting and a utility called xdotool can do that.
(maybe you also want xclipboard, but i have never used that)
i suggest you just install xdotool, then open a terminal and type
Code:

man xdotool
and see where that takes you.

it's a different question how to create executable (shell) scripts, and another one which desktop environment you use and how it handles hotkeys (aka keyboard shortcuts).

_ jomama 10-17-2015 03:47 AM

Close...
 
Quote:

Originally Posted by ondoho (Post 5435650)
...you want to copy something into the clipboard, and, maybe by pressing a hotkey, automatically open a text editor and paste the content?

What I'm really looking for is probably a plug-in for a text editor to turn a document that I open into a visible clipboard, automatically copying whatever goes onto the invisible clipboard. No hot keys needed.

Then I can edit and save what's there.

ondoho 10-17-2015 04:10 AM

Quote:

Originally Posted by _ jomama (Post 5435921)
a plug-in for a text editor to turn a document that I open into a visible clipboard, automatically copying whatever goes onto the invisible clipboard.

i still don't understand.

please explain step-by-step the functionality you want.
i suspect it is something that already exists, you just have to adapt your usage habits a little.

you know how to use ctrl-a, ctrl-c and ctrl-v?
hopefully you are already using a clipboard manager like e.g. clipit?

_ jomama 10-17-2015 06:55 AM

Truly a newbie, I yam
 
Not using clipit.

How do I get it or see if I have it?

What I would like is when I use ctrl-c I have it ported AUTOMATICALLY to a text file that I have opened. When I ctrl-c again, that result is appended below the former result etc. That way I get to save and refer to anything that went on the clipboard.

Hope that helps.

DavidMcCann 10-17-2015 10:40 AM

This is weird - I'm still not sure what you're trying to do! But a guess is that you might need a clipboard manager. Right click on the panel, choose Add, and look for a clipboard manager. Alternatively, run the software installation program and look for Parcellite.

_ jomama 10-17-2015 01:32 PM

Parcellite, yes, you did know what I was talking about.

It has the function of saving the clipboard's history.

Thank you.


All times are GMT -5. The time now is 06:53 PM.