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

Add "clear" after split configuration #26

Closed
Valloric opened this issue Aug 25, 2012 · 2 comments
Closed

Add "clear" after split configuration #26

Valloric opened this issue Aug 25, 2012 · 2 comments
Assignees

Comments

@Valloric
Copy link

Let's say I have something like the following in my configuration (taken from the README):

windows:
  - name: "my-first-window"
    root: "~/Projects/foo-www"
    filters:
      before: "rvm use 1.9.2"
      after: "echo 'I am done initializing this split.'"
    splits:
      - cmd: "git status"
      - cmd: "bundle exec rails server --port 4000"
        focus: true
        width: 50

In every split I will see the commands that teamocil has executed there to create that split. That is somewhat ugly, so I have resorted to adding clear as the first command to every cmd. It would be awesome if teamocil could do this by itself; I see no downsides to clearing the screen after such "plumbing" commands.

@ghost ghost assigned remi Aug 25, 2012
@remi
Copy link
Owner

remi commented Aug 27, 2012

Thanks for the suggestion! I added the clear option in 1bb7f02 and this is now part of teamocil-0.3.8.

@remi remi closed this as completed Aug 27, 2012
@Valloric
Copy link
Author

Thanks so much for such a quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants