ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Announce Your Software/Service/Product

Lintalist - searchable interactive text to copy & paste with plugins

<< < (4/11) > >>

cranioscopical:
Thanks for continuing to improve and share!

Lintalist:
No problem, most new options and fixes are based on user feedback so suggestions and reports are always welcome :-)

dluby:
Hi, I got curious and downloaded Lintalist and it seems very useful but far more powerful than I will ever need. I tried to paste into a command prompt but it didn't work, the cursor just changed to a block and nothing appears.  Is that a limitation of how the command prompt window?

Keep up the good work.

Lintalist:
Yes, the command window can be special depending on the Windows version you are using.

Note that it actually sends shift+insert to paste as that (should) be defined in AltPaste.ini - see https://github.com/lintalist/lintalist/blob/master/docs/AltPaste.md for more information - that should work in Windows 10 by default.

If you use Windows 10 you can also enable ^v paste in the command prompt - see https://www.howtogeek.com/howto/25590/how-to-enable-ctrlv-for-pasting-in-the-windows-command-prompt/ on how to do that. If you do change that you can edit AltPaste.ini and remove [cmd.exe]

If you use any other windows version you should (could):
- open altpaste.ini in say notepad (or other text editor)
- look at the [cmd.exe] section and there you should see "Paste=+{Ins}" - replace "+{Ins}" with "!{space}ep" (sans quotes)
- save the ini file and restart lintalist
(I'll add this to the AltPaste.md documentation)

It should now use the alt-space-edit-paste shortcut to paste text, that may not always be the most reliable method but it should work.

If you have any new line chars in your snippet it will "send enter" to "execute" that snippet which you may not want, so either remove all new lines from your snippet OR use linefeed.ini to add


--- ---[cmd.exe]
char=32 this will replace new lines with a space - see http://lintalist.github.io/#Configuration-Linefeed

I hope that explains it and is useful.

dluby:
I have carried out your instructions on Windows 7 and it seems to work, so thanks for the solution.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version