itermocil icon indicating copy to clipboard operation
itermocil copied to clipboard

Create pre-defined window/pane layouts and run commands in iTerm

Results 67 itermocil issues
Sort by recently updated
recently updated
newest added

Hi! Just found this small utility. And it's super close to what I want. My only problem right now is that I don't see a way to have arbitrary layouts?...

Hi everyone. I'm looking for a way to make a itermocil.yml configuration for the whole team. For that I need one of the following: - Change the .teamocil directory to...

It would be awesome if you were to use `itermocil` in a directory, that all `root`s specified as relative paths (or if omitted) would be relative to the current working...

Potential fix for #70 I've added a `here` option to the `window` configuration. It allows me to specify which window will replace the window invoking the `itermocil` command. I manually...

The following iTermocil config: ```yml windows: - name: test root: ~ command: echo 'hello' ``` results in the following output: ``` Last login: Tue May 2 13:35:58 on ttys019 e;...

In pane-less window scenario, the "root" is getting ignored. So, let's add the "cd ..." part we already built.

The terminology for this library makes the use of "window" confusing. I want to spin up a separate, detached window, not a new tab (which this library refers to as...

I needed a way to open new windows in the same directory as the itermocil command is run and `--here` doesn't propagate to all new windows. Not sure if this...

I've already set up a bunch of profiles in iTerm2 (pane name, badge, ssh command, colors, font, and etc.), and would like to reuse this profile by specifying in itermocil's...

Was not able to follow the README directions because the script was changing the filepath to ".teamocil" when editing a new file. This keeps the new file being edited under...