Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: iterm2 dynamic profiles #209

Open
torkelsson opened this issue Jan 16, 2017 · 2 comments
Open

macOS: iterm2 dynamic profiles #209

torkelsson opened this issue Jan 16, 2017 · 2 comments

Comments

@torkelsson
Copy link

It would be nice if assh also could be used for creating dynamic profiles for iterm2 on macOS:

https://www.iterm2.com/documentation-dynamic-profiles.html

@moul moul self-assigned this Jan 19, 2017
@moul moul modified the milestone: Proposal Jan 19, 2017
@moul
Copy link
Owner

moul commented Jan 27, 2017

Hi @torkelsson,

I love the idea (also using iterm2),
can you give me an example dynamic profile file with some content

Is the latest example the best you can expect from this feature ?

{
  "Profiles": [
    {
       "Name": "foo.example.com",
       "Guid": "foo.example.com",
       "Custom Command" : "Yes",
       "Command" : "ssh foo.example.com",
    },
    {
       "Name": "bar.example.com",
       "Guid": "bar.example.com",
       "Custom Command" : "Yes",
       "Command" : "ssh bar.example.com",
    },
  ]
}

@moul
Copy link
Owner

moul commented Jan 27, 2017

I just found this existing repo on GitHub: https://github.com/derimagia/sshconfig2iterm

Maybe I can begin with an equivalent output and then we can try to go deeper

@moul moul added the ready label Jan 29, 2017
@moul moul removed their assignment Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants