-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mintty' of github.com:ShyPixie/mintty-dropdown into mintty
- Loading branch information
Showing
1 changed file
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <dev@lara.click> 2016 | ||
Lara Maia <dev@lara.monster> 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 <http://www.gnu.org/licenses/>. | ||
along with {Mintty,CMD}-Dropdown. If not, see <http://www.gnu.org/licenses/>. |