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 screen-mode command line argument #4103

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

Conversation

alewis001
Copy link

Introduce a new "screen-mode" command line argument (-sm normal|half|full / --screen-mode normal|half|full) that allows a user to specify which screen mode (normal, half or full) Lazygit should use when it runs.

This argument will take precedence over a default Window Size specified in user config.

  • PR Description

  • Please check if the PR fulfills these requirements

  • Cheatsheets are up-to-date (run go generate ./...)
  • Code has been formatted (see here)
  • Tests have been added/updated (see here for the integration test guide)
  • Text is internationalised (see here)
  • If a new UserConfig entry was added, make sure it can be hot-reloaded (see here)
  • Docs have been updated if necessary
  • You've read through your own file changes for silly mistakes etc

@alewis001 alewis001 force-pushed the cmd-line-view-mode branch 2 times, most recently from 6f77b16 to a16b800 Compare December 6, 2024 17:49
Introduce a new "screen-mode" command line argument that allows a user
to specify which screen mode (normal, half or full) Lazygit should use
when it runs.

This argument will take precedence over a default Window Size specified
in user config.
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

Successfully merging this pull request may close these issues.

1 participant