Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslonik/Hotstrings
AutoHotkey oriented GUI to Hotstrings
https://github.com/mslonik/Hotstrings
Last synced: about 1 month ago
JSON representation
AutoHotkey oriented GUI to Hotstrings
- Host: GitHub
- URL: https://github.com/mslonik/Hotstrings
- Owner: mslonik
- License: mit
- Created: 2020-09-11T09:54:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T18:13:38.000Z (7 months ago)
- Last Synced: 2024-07-31T08:19:09.911Z (4 months ago)
- Language: AutoHotkey
- Homepage:
- Size: 21.6 MB
- Stars: 51
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE_MIT
Awesome Lists containing this project
- awesome - mslonik/Hotstrings - AutoHotkey oriented GUI to Hotstrings (AutoHotkey)
README
# Hotstrings
| Description: | Advanced, configurable, text replacement tool written in AutoHotkey language. |
| :--- | :--- |
| Copyright ©: | Maciej Słojewski, mslonik (🐘) |
| License: | [MIT license](https://en.wikipedia.org/wiki/MIT_License) |
| Operatting system: | Microsoft Windows |This is free 🆓 edition of *Hotstrings* application. If you wish to get commercial edition 💰, visit [this page](https://hotstrings.technology/).
For comparison between free and commercial edition please see the file 20221204_HotstringsForAll.pdf available in this repository.
This project is present at [SourceForge](https://sourceforge.net/projects/hotstrings/).
If you wish to discuss 🗪 any issue 💬 I'm present at [this forum](https://www.autohotkey.com/boards/viewtopic.php?f=6&t=82352).Please [buy me a coffee ☕ or support me 💪 in any other meaningful way](https://www.patreon.com/user?u=18185391).
Please 😌 spread the word about *Hotstrings*, write ✍ [review](https://sourceforge.net/projects/hotstrings/).
If you wish to be informed about news 🆕, please join [newsletter](https://hotstrings.technology/newsletter).
At your service! Kind regards, mslonik (🐘)
# Introduction
This file contains only the most general info about **Hotstrings** project.
There are dedicated repositiories where you can find more information:
- help: [Hotstrings-help](https://github.com/mslonik/Hotstrings-Help)
- free set of Libraries: [Hotstrings-Libraries](https://github.com/mslonik/Hotstrings-Libraries)
- localization of GUI: [Hotstrings-Languages](https://github.com/mslonik/Hotstrings-Languages)
- additional conversion scripts and miscellaneous other files: [Hotstrings-Tools](https://github.com/mslonik/Hotstrings-Tools)
# How to install
## 1. Recommended: installer file (*HotstringsInstaller.exe*).
Just download this file from this repository and run it.Caveat: many anti-virus software may warn you about virus threat or threat related to installation of software from unknown source.
Advantage: installer installs not only *Hotstrings* application, but also set of *libraries* and other files (license, icon, etc.).- Installer can be run in silent mode. To do so run it from command line wit */S* switch (capital letter is mandatory).
- Default location of all the files: *c:\users\\AppData\Local\Hotstrings*.
- Installer source code is available [here](https://github.com/mslonik/Hotstrings-NSIS_installer).
## 2. Script (*Hotstrings.ahk*)
Just download this file. To run it you will need so called AutoHotkey interpreter. You can easily install it as standalone application. Just visit the [AutoHotkey](https://www.autohotkey.com/) webpage, download and install it.
Advantages:
- You will be able to run any *AutoHotkey* script, not only *Hotstrings*.
- No virus warnings.
- Full access to source code (happy hacking!).The script is prepared to create / prepare all necessary files and folders upon the first run. I strongly recommend you to install it in default folder (*c:\users\\AppData\Local\Hotstrings*).
Caveat: *Libraries* are not installed by script itself. You will need to download them manually from [here](https://github.com/mslonik/Hotstrings-Libraries) or from application menu.
## 3. Executable (*Hotstrings.exe*)
Just download and run this file.
Caveat: many anti-virus software may warn you about virus threat or threat related to installation of software from unknown source.
Advantage:
- You don't need to install any other executable, as the *AutoHotkey* interpreter is bundled with script in this executable.
- The executable will create / prepare all necessary files and folders upon the first run. I strongly recommend you to install it in default folder (*c:\users\\AppData\Local\Hotstrings*).
## How to start using *Hotstrings*?
You can watch [YouTube videos](https://youtu.be/O5TihlOUaAE?si=Hiq7GF3JXmVvEfa-) about *Hotstrings*.
## How to get into touch?
tbc