Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

Post your working scripts, libraries and tools for AHK v1.1 and older
gibbons6546
Posts: 31
Joined: 07 Apr 2020, 11:53

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

18 Jul 2020, 19:17

Okay, thanks list. I'll test out the PasteDelay again and confirm and I'll look into possibly disabling the Word clipboard feature. I will report back. Thanks.
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

26 Jul 2020, 02:47

@gibbons6546 if you want to experiment, perhaps you can add a sort of "pastewait" in a file called include\afterpaste.ahk - see https://lintalist.github.io/#Configuration-AfterPaste for background info.

Enabling/disabling is as easy as renaming afterpaste.ahk and restarting lintalist
I found some code in this thread https://www.autohotkey.com/boards/viewtopic.php?p=171374#p171374

Code: Select all

while DllCall("user32\GetOpenClipboardWindow", "Ptr")
	Sleep, 50
If that helps I can add it to Lintalist with a setting to enable/disable (off by default)
gibbons6546
Posts: 31
Joined: 07 Apr 2020, 11:53

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

27 Jul 2020, 17:32

Thanks list. I will give that a try if i still have the issue and report back.
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

06 Aug 2020, 17:48

hi today i change to lintalist while using linux mint.
its late here in DE i have some hints you may use lintalist with the linux world:

https://github.com/sl5net/Lintalist4Linux/releases/tag/v0.2-alpha
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Lintalist4Linux

08 Nov 2020, 09:58

You may interested in:

Lintalist4Linux (thank you most to Lintalist and Linux,Lintalist,Ubuntu,kUbuntu,AutoHotKey,AutoKey,Phyton)

https://youtu.be/Xc4ALTB7gEw

Linux and Windows -platform Text Replacer/Adder/Scripter written in AutoKey/Phyton and AutoHotKey with the Help from Lintalist
How it works

The Add-Text-Method:
set your cursor (looks like |) behind a word (example: phone) in your text.
Example: phone| or address|, email|, now|, date| etc. Or use autohotkey commands
Press key combination (please configure. recommended F12)
The database opens and searches for results for your search term (e.g. phone) and lists all matching results.
With the Enter key, your selection is placed after your search term and saved in the clipboard.
The Replace-Text-Method (its when you using your text after the “:” character (and then press shortcut F12):
:keyword replaces text with result (if many it opens menu) and save in clipboard
without text:
: and press F12 writes out your clipboard content
² and press F12 writes out your clipboard 2 times. separated with tab-key

More explanation:

Where can I use that, type the text?
All over. On websites in a chat, in the console. All over.
you don't need write the complete keyword. e.g. writing address| or addr| adr| or ad| is may enough if you use fuzzy search.
scripting with ... autohotkey commands:
for example :date and replaces it with 20.08.2020
for example :now and replaces it with 20.08.2020 16:48:24
If you want many Results for one keyword the Lintalist-Menu ⇶ is opening before (see more in Lintalist-Configuration about AutoExecuteOnce)
You always also have the result in your clipboard.
In some cases (e.g. if you simple want send your clipboard) it is not using ctrl + v method intern. it`is writing it, not pasting it.
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist4Linux

08 Nov 2020, 10:40

SL5 wrote:
08 Nov 2020, 09:58
Lintalist4Linux
I'll mention and link to it in the documentation in the next update :) I don't use linux myself but potentially useful for other people of course.

Have you noticed any problems with case sensitive filenames for #Includes in general on wine/linux? Or does Wine take care of it? If you have a file name "MyPlugins.ahk" and you "#include myplugins.ahk" does it work automatically with Wine or do you need to be case sensitive with your file names as is normal under linux?
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

29 Nov 2020, 05:34

v1.9.14 @ https://github.com/lintalist/lintalist/releases/
gibbons6546
Posts: 31
Joined: 07 Apr 2020, 11:53

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

09 Dec 2020, 11:28

Hi list,

Thanks for the new update and your hard work. Thanks for addressing the questions I've had over the last while.

Gibbons

list wrote:
29 Nov 2020, 05:34
v1.9.14 @ https://github.com/lintalist/lintalist/releases/
User avatar
kunkel321
Posts: 969
Joined: 30 Nov 2015, 21:19

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

20 Jan 2021, 18:19

Hi LintaList,
Hey, did you ever do anything with AutoCorrect 2.0 (teased here https://github.com/lintalist/lintalist/issues/32) ?

I've been wanting to make a version of Hotstring Helper that has a "search as you type" find list. It's above my ability level though. The 'Hotstrings' app is pretty cool, but it uses csv for the database. I'd prefer to keep my old school AutoCorrect.ahk format.
ste(phen|ve) kunkel
pallabibaruah18
Posts: 14
Joined: 20 Jan 2021, 23:20

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

20 Jan 2021, 23:34

What I can suggest is -The window stays open and double-clicking usually pastes into the correct window, but sometimes it pastes into the window that was edited 2 selections ago.
DaveT1
Posts: 218
Joined: 07 Oct 2014, 11:23

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

21 Jan 2021, 05:12

Hi,

This looks like an impressive tool. I've not yet tried it but have done some reading around, so apologies if this is blantantly obvious, but: is it possible to use LintaList as a clipboard tool? By this I mean: copy selected text from another app (eg., notepad), have this automatically added to Lintalist, and then paste that copied text into another place (other app / other place in same app)? I imagine something like:

Ctrl+c ---> automatically copy selectd text into Lintalist,
Ctrl+v ---> paste last copy (I guess this is just standard windows behaviour,
Ctrl+Shift+v ---> opens LintaList ready to search for copied text + plus all the other Lintalist goodness.

Is something like this possible?

Many thanks.
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

21 Jan 2021, 15:23

@kunkel321 not much progress yet :(

@pallabibaruah18 when the Gui is opened it (tries to) store the current window information and when pasting the chosen snippet should try to active that window. There is always an option it is "lost" of course, not that much that I can do about it I think

@DaveT1 you can use the clipboard contents in snippets by using [[clipboard]], there is the https://lintalist.github.io/#QuickSearchHotkey option and of course you can Ctrl+C, Open GUI, and Ctrl+V. Not exactly as you describe but should get you started.
DaveT1
Posts: 218
Joined: 07 Oct 2014, 11:23

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

22 Jan 2021, 10:12

Thanks @list,
@DaveT1 you can use the clipboard contents in snippets by using [[clipboard]], there is the https://lintalist.github.io/#QuickSearchHotkey option and of course you can Ctrl+C, Open GUI, and Ctrl+V. Not exactly as you describe but should get you started.
I will take a look.

cheers.
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

23 Aug 2022, 14:50

v1.9.15 @ https://github.com/lintalist/lintalist/releases/
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

01 Oct 2022, 15:44

v1.9.17 @ https://github.com/lintalist/lintalist/releases
  • New: Added setting for ColumnSearchDelimiter to allow to search in a specific part of the snippet: 1<searchfor (part1, part2, hotkey, shorthand, and script) https://github.com/lintalist/lintalist/issues/227 (a ColumnSearch setting is also available as hidden setting to automatically implement this for all searches)
v1.9.16
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

05 Feb 2023, 05:15

v1.9.19 - https://github.com/lintalist/lintalist/
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

05 Jul 2023, 11:18

v1.9.21 @ https://github.com/lintalist/lintalist/
list
Posts: 221
Joined: 26 Mar 2014, 14:03
Contact:

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

22 Jul 2023, 08:18

v1.9.22 @ https://github.com/lintalist/lintalist/
deets
Posts: 34
Joined: 29 Mar 2022, 02:00

Re: Lintalist 1.9 Searchable interactive lists to copy & paste text with plugins

01 Sep 2023, 02:28

may I know how exactly to insert a rtf file into the snippet? I copied the text from word to Lintalist but it didn't work.
Also went through all your YouTube videos but it doesn't show how to insert RTF files.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: sanmaodo and 117 guests