From c785ddf12405fdc10121cf2ddcb48d4ebdec2a02 Mon Sep 17 00:00:00 2001 From: ShyPixie Date: Tue, 13 Sep 2022 12:26:40 -0300 Subject: [PATCH] Update README --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 41370f0..f7fb06a 100755 --- a/README.md +++ b/README.md @@ -1,32 +1,33 @@ -# Mintty Drop-Down +# {Mintty,CMD}-Dropdown A little [AutoHotkey](http://www.autohotkey.com/) script that adds -support for drop-down in the mintty. +support for drop-down in the mintty and cmd. ## Dependencies -- Cygwin or MSYS +- Windows (doh!) +- (Optional) Cygwin or MSYS for the mintty version ## How to use? 1. Download from Releases tab -2. Run mintty-dropdown.exe -3. Press the Calculator key to toggle console +2. Run {mintty,cmd}-dropdown.exe +3. Press the Alt+F12 key to toggle console You can change the toggle key, default shell, terminal size, and other -options by editing configuration file (mintty-dropdown.ini) +options by editing configuration file ({mintty,cmd}-dropdown.ini) --- -Lara Maia 2016 +Lara Maia 2022 -mintty-dropdown is free software: you can redistribute it and/or modify +{Mintty,CMD}-Dropdown is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by The Free Software Foundation, either version 3 of the License, or (at your option) any later version. -mintty-dropdown is distributed in the hope that it will be useful, +{Mintty,CMD}-Dropdown is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with mintty-dropdown. If not, see . +along with {Mintty,CMD}-Dropdown. If not, see .