itermocil
itermocil copied to clipboard
Create pre-defined window/pane layouts and run commands in iTerm
I used one of the example yaml setups and tried a few commands. Only the last pane seems to actually run the command. If I use more than 3 panes,...
Hello, Is it possible to use it in VSCode terminal ? It seems it opens an external shell in this case. Thanks.
the ability to add a delay between commands. something like this.. - commands: - ssh server delay: 5 - htop which would execute 'ssh server', then 5 sec later, issue...
i want to open several ssh sessions, and execute commands there in the session after it has been opened. is that possible?
I am trying to run a command to set a tab/pane name (not sure which is which atm) using `echo`. ``` windows: - name: Run-apps root: ~ layout: tiled panes:...
Hi there! First of all, thanks for the nice and simple solution! 😄 Now, my use case is that I open a bunch of microservices, each in a folder and...
Hi @TomAnthony, I just discovered this tool and it's super helpful; however, I had a need for up to 6 column layouts. Instead of just modifying my local I figured...
Hi all, I've got the following yml file, all of the "do-xxx" are zsh aliases: ``` windows: - name: tunnel root: ~ command: do-tunnel - name: sample-three-panes root: ~ layout:...
Is it possible to create several tabs with all just a single pane?
I think it would be really nice to be able to set the color of each tab. iTerm has the functionality to do this manually, but it would be awesome...