Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lintalist/lintalist
Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles
https://github.com/lintalist/lintalist
abbreviations ahk autohotkey favourite-snippets lintalist snippets snippets-manager text-editor
Last synced: about 2 months ago
JSON representation
Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles
- Host: GitHub
- URL: https://github.com/lintalist/lintalist
- Owner: lintalist
- License: gpl-2.0
- Created: 2014-04-16T20:03:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T08:19:14.000Z (5 months ago)
- Last Synced: 2024-08-01T05:16:00.214Z (4 months ago)
- Topics: abbreviations, ahk, autohotkey, favourite-snippets, lintalist, snippets, snippets-manager, text-editor
- Language: AutoHotkey
- Homepage: https://lintalist.github.io/
- Size: 1.14 MB
- Stars: 273
- Watchers: 14
- Forks: 30
- Open Issues: 38
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
- project-awesome - lintalist/lintalist - Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles (AutoHotkey)
README
Lintalist: Searchable interactive lists to copy & paste text, run scripts, using easily exchangeable bundles - http://lintalist.github.io/
(snippet manager, text expander)# Introduction
Lintalist allows you to store and (incrementally) **search** and **edit texts**
in bundles and **paste** a selected text in your active program. The text **can**
be interactive, for example, you can automatically insert the current time and
date, ask for (basic) user input or make a selection from a list etc.AutoHotkey.com forum thread: https://autohotkey.com/boards/viewtopic.php?f=6&t=3378
Other features:
* Assign keyboard shortcuts to your favourite Snippets
* Use abbreviations (shorthand) for your favourite Snippets
* Run scripts which can be included in a Bundle
* Use the standard Plugins (date, variables, counters, clipboard etc) or develop your own
* Read more in the documentation...Lintalist is open source and developed in [AutoHotkey](https://autohotkey.com/),
an easy to learn scripting language for Windows (WinXP and above)__Lintalist search window__
![Lintalist search window](https://raw.github.com/lintalist/lintalist/master/docs/img/lintalist-search.png)
1. Type query (multiple search modes)
2. Menu + search options.
3. Result list with Part 1, Part 2, Key(board shortcut), Short(hand, abbreviation). Columns are dynamic, if part 2, key or short are not present in the loaded bundle(s) they will not be displayed.
4. Preview of top most or selected snippet text. In statusbar: loaded bundle(s) and hits / number of snippets.# Installation
1. New users: Download the [lastest release](https://github.com/lintalist/lintalist/releases) - unpack to a new directory and run lintalist.exe (or lintalist.ahk if you are already an AutoHotkey user)
2. AutoHotkey users (or installing updates): Download the [master.zip](https://github.com/lintalist/lintalist/archive/master.zip) - unpack to a new (or your current Lintalist) directory and run lintalist.ahk or lintalist.exe# More information
More about Lintalist in "docs\index.html" after you downloaded it, right click on the tray icon (Help) or
visit# Videos
* Introduction:
* HTML/Markdown:
* Formatted text:
* Plugins:# AutoHotkey
Lintalist is written in AutoHotkey, a free and open-source utility for Windows. You can
learn more about AutoHotkey at . The source code for AutoHotkey
is available at**Note**: lintalist.exe is simply a renamed autohotkey.exe included for convenience.
This script requires a working copy of autohotkey.exe to be present in order to run
user scripts defined in bundles. If you have AHK installed you can safely delete
lintalist.exe and just start lintalist.ahk directly.### Elsewhere
* [AutoHotkey.com](https://autohotkey.com/boards/viewtopic.php?f=6&t=3378)
* [Portablefreeware.com](http://www.portablefreeware.com/index.php?id=2686)
* [DonationCoder.com](http://www.donationcoder.com/forum/index.php?topic=41475)
* [Alternativeto.net](http://alternativeto.net/software/lintalist/)### Credits
Lintalist uses various libraries, icons and more prepared by others - see [credits.txt](https://github.com/lintalist/lintalist/blob/master/docs/credits.txt) for a complete list (if something is missing do let me know)
Copyright 2009-2024 Lintalist. See license.txt