Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobjmarks/terminal-hotkey
Open Windows Terminal with a keyboard shortcut
https://github.com/jacobjmarks/terminal-hotkey
autohotkey productivity windows windows-terminal windows-terminal-preview
Last synced: 5 days ago
JSON representation
Open Windows Terminal with a keyboard shortcut
- Host: GitHub
- URL: https://github.com/jacobjmarks/terminal-hotkey
- Owner: jacobjmarks
- Created: 2023-06-28T06:42:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-28T11:08:18.000Z (over 1 year ago)
- Last Synced: 2024-10-12T21:05:17.833Z (about 1 month ago)
- Topics: autohotkey, productivity, windows, windows-terminal, windows-terminal-preview
- Language: PowerShell
- Homepage: https://github.com/jacobjmarks/terminal-hotkey
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jacobjmarks/terminal-hotkey - Open Windows Terminal with a keyboard shortcut (PowerShell)
README
![Terminal Icon](terminal.ico)
An [AutoHotKey](https://www.autohotkey.com/) script to open Windows Terminal via the `Ctrl+Alt+T` keyboard shortcut.
Compiled shortcuts exist for both the [mainline](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701) and [preview](https://apps.microsoft.com/store/detail/windows-terminal-preview/9N8G5RFZ9XK3) versions of the Windows Terminal.
Executable icons sourced from the official [microsoft/terminal](https://github.com/microsoft/terminal) repository.
# Usage
Download your executable of choice from the [releases](https://github.com/jacobjmarks/terminal-hotkey/releases) section.
After running the executable, you should be able to open a new Windows Terminal window by pressing `Ctrl+Alt+T`.Note that like any AutoHotkey script, you will need to re-run the executable after restarting your system. I recommend simply adding a shortcut to the program to your `shell:startup` folder\* to alleviate this issue.
\* i.e. `%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`
# Customising
If you would like to customise the script (including the hotkey) feel free to download it, modify, and compile.
# Compiling
You can compile the script into an executable using [AutoHotKey](https://www.autohotkey.com/).