All Projects → isometry → Alfred Tty

isometry / Alfred Tty

Licence: mit
Alfred Workflow to quickly switch between or close iTerm windows, tabs and panes based on title and tty

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Alfred Tty

Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-21.21%)
Mutual labels:  iterm2, alfred-workflow, ssh
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (+222.22%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (+215.15%)
Mutual labels:  alfred-workflow, alfred3-workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+461.62%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Slack
The Slack workflow for Alfred app
Stars: ✭ 254 (+156.57%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Things
Interact with Things 3 using Alfred.
Stars: ✭ 278 (+180.81%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Devdocs
Alfred workflow for devdocs.io
Stars: ✭ 521 (+426.26%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-74.75%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Shellvariables
💻 Get your shell's variables into Alfred
Stars: ✭ 18 (-81.82%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-85.86%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Bluetooth Connect
Alfred plugin that allowed to connect/disconnect to paired bluetooth device
Stars: ✭ 28 (-71.72%)
Mutual labels:  alfred-workflow, alfred3-workflow
xcode-config
My Xcode config - Alfred Workflow, File templates, Xcode code snippets, themes, IDETextKeyBindingSet
Stars: ✭ 16 (-83.84%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred-iterm-profiles-workflow
An Alfred 3 workflow to easily search and open iTerm profiles
Stars: ✭ 26 (-73.74%)
Mutual labels:  iterm2, alfred-workflow
Alfred Ssh
Open SSH/SFTP/mosh connections from Alfred 3+
Stars: ✭ 301 (+204.04%)
Mutual labels:  alfred-workflow, ssh
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-83.84%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+228.28%)
Mutual labels:  alfred-workflow, alfred3-workflow
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (-21.21%)
Mutual labels:  alfred-workflow, alfred3-workflow
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (-29.29%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+692.93%)
Mutual labels:  alfred-workflow, alfred3-workflow
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-58.59%)
Mutual labels:  alfred-workflow, alfred3-workflow

^tty workflow for Alfred

A JXA-based workflow for Alfred Powerpack users to quickly switch between or close iTerm windows, tabs and panes based on title and tty, or trigger your preferred ssh workflow when no open session is found (supports both isometry/alfred-ssh and deanishe/alfred-ssh).

Releases

Requirements

Usage

Trigger the workflow with the keyword tty, or via hotkey, followed by some characters from the title of an open window, tab or pane; press Enter to activate the selected window/tab/pane, Alt-Enter to close it, or Cmd-Enter to trigger your ssh workflow. For example, enter tty as3 to switch to a tab with the title [email protected].

If no active terminal matches, or you use the Cmd-modifier, trigger your preferred ssh workflow, e.g. ⇄ ssh as3. By default, the ssh workflow is assumed to be net.isometry.alfred.ssh (i.e. isometry/alfred-ssh, version 2.3+). Override by setting the ssh_workflow and ssh_trigger variables; for deanishe/alfred-ssh, set the ssh_workflow variable to net.deanishe.alfred-ssh.

In order to make working with more than one window/tab/pane with the same title easier, the tty is displayed beneath the result, and can be provided as a second argument to the trigger. For example, enter tty lo 3 to select the the session with title localhost running on /dev/ttys003.

To select by tty alone, use two spaces between the trigger and the tty number. For example, tty 4 will select /dev/ttys004.

Optionally associate a hotkey trigger to further accelerate operation, e.g. Ctrl+Cmd+T, or change the trigger word via the keyword variable.

Combine with an iTerm2 profile configured as ssh protocol handler (e.g. "Name":=[email protected]$$HOST$$, "Command":=$$ and "Schemes handled":=ssh) and an alfred-ssh workflow to make opening and jumping between remote sessions across many windows, tabs and panes easy.

Workflow Variables

keyword – the keyword trigger for the workflow; default: tty.

ssh_workflow – the workflow bundle identifier for your preferred alfred-ssh workflow; default: net.isometry.alfred.ssh.

ssh_trigger – the name of the trigger within ssh_workflow; default: ssh.

iterm_application – the application identifier of the iTerm2 instance you want to control, either bundleId, application name or absolute path; default: com.googlecode.iterm2.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].