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

Terminal can be launched with a specified command #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 5, 2021

  1. Terminal can be launched with a specified command

    Added option :command to API and --command command line.
    
    - screenshot :play/--play option is now optional
    - Adapted sample play scripts to run /bin/bash as part
      of setup. On my system I run zsh with powerlevel10k and
      my fancy prompts were getting into README screenshots.
    - On macOS and Linux :command defaults to $SHELL else
      /bin/bash
    - Included support to default :command to powershell if on
      Windows. This gets us past launch, but there
      are still be many issues on Windows.
      Contributes to phronmophobic#29
    - See README and docstrings for details on usage
    
    Closes phronmophobic#3
    lread committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    7e3b66f View commit details
    Browse the repository at this point in the history