Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

2.0 is where we can allow major changes (given proper notice)

The final 1.x versions will gradually introduce 2.0 features where possible - providing they don't break existing APIs - and will give deprecation warnings

  • asyncio, including support for sleep_before/sleep_after asyncio #758
  • Configuration
    • Syntax consistency
    • Allow passing empty configuration in more places
    • TOML
    • JSON w/ comments
You must be logged in to vote

Replies: 2 comments

Comment options

tony
Mar 19, 2022
Maintainer Author

Configuration syntax ideas

name: optional (infer by filename)
windows:
- name: window
  options:
    sleep_before: 1
  panes:
  - commands:
    - cmd: test 1
      options:
        sleep: 1
    - cmd: test 2
      options:
        sleep: 1
      tmux_options:
        pane_name: 'My second pane'

see also @rafi in #237

You must be logged in to vote
0 replies
Comment options

#422 is a breaking change so would be nice for 2.0.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
💡
Ideas
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.