Skip to content

Commit

Permalink
Merge branch 'mintty' of github.com:ShyPixie/mintty-dropdown into mintty
Browse files Browse the repository at this point in the history
  • Loading branch information
calendulish committed Sep 19, 2022
2 parents e1ec07f + c785ddf commit f22390d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
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/>.

0 comments on commit f22390d

Please sign in to comment.