★ wanayoo — archive 1999 https://github.com/tmux-python/tmuxp/pull/636/commitsNouvelle recherche | Portail wanayoo
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

New command: tmuxp shell #636

Merged
merged 20 commits into from Nov 1, 2020
Merged

New command: tmuxp shell #636

merged 20 commits into from Nov 1, 2020

Commits on Nov 1, 2020

  1. CHANGES: Add tmuxp cli

    tony committed Nov 1, 2020
  2. docs(cli): Add tmuxp cli

    tony committed Nov 1, 2020
  3. Update README

    tony committed Nov 1, 2020
  4. docs: Add tmuxp cli -c

    tony committed Nov 1, 2020
  5. Add tests for cli

    tony committed Nov 1, 2020
  6. Rename tmuxp cli -> shell

    tony committed Nov 1, 2020
  7. Add CLI docs for tmuxp shell

    tony committed Nov 1, 2020
  8. ci(shell): Fix exec issue: nested function with free variables

    tmuxp/__init__.py:14: in <module>
    from . import cli, config, util
    E   SyntaxError: unqualified exec is not allowed in function
    'command_shell' because it contains a nested function with free
    variables (cli.py, line 734)
    tony committed Nov 1, 2020
  9. Add tests for window and pane

    tony committed Nov 1, 2020
  10. test_shell: Assert TMUX_PANE env behavior

    tony committed Nov 1, 2020
  11. tmuxp shell: Catch when servers not created

    tony committed Nov 1, 2020
  12. README: Move shell down

    tony committed Nov 1, 2020
  13. docs(shell): Add screenshow and update copy

    tony committed Nov 1, 2020
You can’t perform that action at this time.