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

Title field not seem to be working with JSON profile #676

Open
tomers opened this issue Nov 17, 2022 · 0 comments
Open

Title field not seem to be working with JSON profile #676

tomers opened this issue Nov 17, 2022 · 0 comments

Comments

@tomers
Copy link

tomers commented Nov 17, 2022

{
  "layout": {
    "tab1": [
      {
        "command": "while true; do reset; docker logs -f kaka; sleep 2; done"
      },
      {
        "command": "while true; do reset; docker logs -f db; sleep 2; done",
        "title": "XXXXXXXXXXXXXXX"
      },
      {
        "command": "bash"
      }
    ]
  }
}
terminator --config-json ./3-row.json

I see the layout properly, including docker logs, but I don't see the title

rkashinin added a commit to rkashinin/terminator that referenced this issue Apr 2, 2023
rkashinin added a commit to rkashinin/terminator that referenced this issue Apr 10, 2023
mattrose added a commit that referenced this issue Aug 27, 2023
Fix for issue #676: title field not seem to be working with JSON profile
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

1 participant