TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Quake-style dropdown Mintty console using AutoHotKey

19 pointsby attilagyongyosialmost 11 years ago

9 comments

Morgawralmost 11 years ago
I use something like this on Linux, it&#x27;s called tilda (there are also various similar implementations). It&#x27;s both awesome and a curse to me. I have it bound to alt+kp_enter and I always keep an irssi&#x2F;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&#x27;s a curse because now I&#x27;m always chatting and doing other things while I work, which detracts a lot from my productivity.<p>Still, really awesome! Nice to be able to share something like this with our windows friends.
评论 #7799368 未加载
评论 #7800027 未加载
mclemmealmost 11 years ago
Can recommend guake[1] for linux users, it looks decent and works like a charm. Modified the code a bit to color the active tab so it&#x27;s easier to spot[2]. I think it&#x27;s also included in the most recent version, i.e. if your distro has it or if you build it from source.<p>[1] = <a href="https://github.com/Guake/guake/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Guake&#x2F;guake&#x2F;</a> [2] = <a href="http://i.imgur.com/njoTQXe.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;njoTQXe.png</a>
chanuxalmost 11 years ago
There are many of this kind on Linux. I use stjerm and I like it.<p>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.<p>&#x2F;usr&#x2F;bin&#x2F;stjerm -k f12 -o 60 -fg 66ff11 -sh &#x2F;bin&#x2F;bash
评论 #7799302 未加载
papafalmost 11 years ago
I can also recommend guake if you&#x27;re using Linux:<p><a href="https://github.com/Guake/guake/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Guake&#x2F;guake&#x2F;</a><p>Edit: see other simultaneous comment :-)
mekwallalmost 11 years ago
For Git Bash users, use together with this: <a href="https://github.com/rpavlik/git-windows-mintty" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rpavlik&#x2F;git-windows-mintty</a>
zx2c4almost 11 years ago
If you&#x27;re on KDE, this is great:<p><a href="http://yakuake.kde.org/" rel="nofollow">http:&#x2F;&#x2F;yakuake.kde.org&#x2F;</a>
grrowlalmost 11 years ago
You enable this in iTerm under Preferences &gt; Keys &gt; Hotkey (bottom left)
Ironlinkalmost 11 years ago
Thanks for mentioning TotalTerminal!
YungLeanalmost 11 years ago
screenshot?
评论 #7799194 未加载