Quake-style dropdown Mintty console using AutoHotKey
1–10 of 17 posts
Re: Quake-style dropdown Mintty console using AutoHotKey
#2screenshot?
Re: Quake-style dropdown Mintty console using AutoHotKey
#3[deleted]
Re: Quake-style dropdown Mintty console using AutoHotKey
#4screenshot?
screenshot.png: https://github.com/lonepie/mintty-quake-console/blob/master/...
Re: Quake-style dropdown Mintty console using AutoHotKey
#5There are many of this kind on Linux. I use stjerm and I like it.
I use it mainly as a home to MoC (Music on Console). You can assign a hotkey with -k option. I run following at startup.
/usr/bin/stjerm -k f12 -o 60 -fg 66ff11 -sh /bin/bash
Re: Quake-style dropdown Mintty console using AutoHotKey
#6Thanks for mentioning TotalTerminal!
Re: Quake-style dropdown Mintty console using AutoHotKey
#7There are many of this kind on Linux. I use stjerm and I like it. I use it mainly as a home to MoC (Music on Console). You can assign a hotkey with -k option. I run following at startup. /usr/bin/stjerm -k f12 -o 60 -fg 66ff11 -sh /bin/bash
A friend of mine created tilda[1], which I always enjoyed.
Re: Quake-style dropdown Mintty console using AutoHotKey
#8You enable this in iTerm under Preferences > Keys > Hotkey (bottom left)
Re: Quake-style dropdown Mintty console using AutoHotKey
#9For Git Bash users, use together with this: https://github.com/rpavlik/git-windows-mintty
Re: Quake-style dropdown Mintty console using AutoHotKey
#10I use something like this on Linux, it's called tilda (there are also various similar implementations). It's both awesome and a curse to me. I have it bound to alt+kp_enter and I always keep an irssi/irc session running on it. Every time I need to chat with my friends on our IRC channels I just hit alt+kp_enter and it opens, it's a curse because now I'm always chatting and doing other things while I work, which detracts a lot from my productivity.
Still, really awesome! Nice to be able to share something like this with our windows friends.