All Projects → isometry → Alfred Ssh

isometry / Alfred Ssh

Licence: mit
SSH workflow for Alfred for Mac with powerful hostname expansion/completion

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Alfred Ssh

alfred-latex-symbols-workflow
🔎 Alfred 3-4 workflow to search for latex symbol commands
Stars: ✭ 33 (-57.69%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Time
Start and stop tracking time with Toggl, Harvest, Everhour or Clockify through Alfred 4
Stars: ✭ 65 (-16.67%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-iterm-profiles-workflow
An Alfred 3 workflow to easily search and open iTerm profiles
Stars: ✭ 26 (-66.67%)
Mutual labels:  alfred, iterm2, alfred-workflow
alfred-microsoft-onenote-navigator
Use Alfred to browse through your Microsoft OneNote notebooks, section groups and sections and then jump to them instantly.
Stars: ✭ 52 (-33.33%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Unicode
Preview Unicode characters and emoji in Alfred
Stars: ✭ 23 (-70.51%)
Mutual labels:  alfred, alfred-workflow, workflow
AlfredWorkflows
My workflow creations for Alfred on macOS.
Stars: ✭ 55 (-29.49%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Ssh
Open SSH/SFTP/mosh connections from Alfred 3+
Stars: ✭ 301 (+285.9%)
Mutual labels:  alfred, alfred-workflow, ssh
Alfred Workflow
Full-featured library for writing Alfred 3 & 4 workflows
Stars: ✭ 2,622 (+3261.54%)
Mutual labels:  alfred, alfred-workflow, workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+612.82%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Stackexchange
Search StackOverflow.com from Alfred
Stars: ✭ 335 (+329.49%)
Mutual labels:  alfred, alfred-workflow, workflow
alfred-mailto
Send emails to recipients and groups from Alfred
Stars: ✭ 59 (-24.36%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Open With Vscode Workflow
Alfred 3 workflow for opening files or folders in Visual Studio Code.
Stars: ✭ 74 (-5.13%)
Mutual labels:  alfred, alfred-workflow, workflow
Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (-53.85%)
Mutual labels:  alfred, iterm2, alfred-workflow
alfred-relative-dates
Alfred workflow to generate relative dates in different locales
Stars: ✭ 30 (-61.54%)
Mutual labels:  alfred, workflow, alfred-workflow
Alfred Tty
Alfred Workflow to quickly switch between or close iTerm windows, tabs and panes based on title and tty
Stars: ✭ 99 (+26.92%)
Mutual labels:  iterm2, alfred-workflow, ssh
Yonce
👑 Queen Bey-inspired themes for all your favs.
Stars: ✭ 280 (+258.97%)
Mutual labels:  terminal, iterm2, alfred
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+2761.54%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Fakeum
Generate fake test data in Alfred
Stars: ✭ 195 (+150%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred My Mind
Alfred workflow to search through my notes and bookmarks
Stars: ✭ 321 (+311.54%)
Mutual labels:  alfred, alfred-workflow, workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-82.05%)
Mutual labels:  alfred, alfred-workflow, workflow

ssh workflow for Alfred

A workflow for Alfred Powerpack users to rapidly open Secure SHell (ssh) sessions with smart hostname autocompletion based on the contents of ~/.ssh/known_hosts, ~/.ssh/config, /etc/hosts and (optionally) Bonjour.

Example 1

Example 2

Releases

Prerequisites

Usage

Type ssh in Alfred followed by either a literal hostname or by some letters from the hostname of a host referenced in any of ~/.ssh/known_hosts, ~/.ssh/config, /etc/hosts, or (with pybonjour installed) Bonjour.

Alfred 3 only: workflow configuration is available by setting/changing Workflow Environment Variables (accessed via the [𝓍] button within the workflow):

  • disable unwanted sources by setting the associated Workflow Environment Variable to 0; e.g. alfredssh_known_hosts, alfredssh_ssh_config, alfredssh_hosts, alfredssh_bonjour.
  • change the maximum number of returned results by changing alfredssh_max_results (default=36).
  • add additional files listing valid host completions (e.g. for pre-seeding) by adding space-separated short-name=~/file/path entries to the alfredssh_extra_files Workflow Environment Variable. Lines beginning with # are ignored, all other whitespace separated words are assumed to be valid hostnames.

If you wish to have iTerm2 act as ssh protocol handler rather than Terminal.app, create a new iTerm2 profile with “Name” [email protected]$$HOST$$, “Command” $$ and “Schemes handled” ssh (e.g. here and here).

Contributions & Thanks

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].