-
Notifications
You must be signed in to change notification settings - Fork 39
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 ability to print final surface to stdout #2
Comments
jtheoof
added a commit
that referenced
this issue
Jan 20, 2020
This allows a user to output the final surface to `stdout` using: - `-O` - `--print-stdout` Also adding another keybinding to exit the application `Ctrl+w` which is pretty standard. Closes #2
jtheoof
added a commit
that referenced
this issue
Jan 20, 2020
This allows a user to output the final surface to `stdout` using: - `-O` - `--print-stdout` Also adding another keybinding to exit the application `Ctrl+w` which is pretty standard. Closes #2
jtheoof
added a commit
that referenced
this issue
Jan 20, 2020
This allows a user to output the final surface to `stdout` using: - `-O` - `--print-stdout` Also adding another keybinding to exit the application `Ctrl+w` which is pretty standard. Closes #2
jtheoof
added a commit
that referenced
this issue
Jan 20, 2020
This allows a user to output the final surface to `stdout` using: - `-0` - `--output-file`` Also adding another keybinding to exit the application `Ctrl+w` which is pretty standard. Closes #2
jtheoof
added a commit
that referenced
this issue
Jan 20, 2020
This allows a user to output the final surface to `stdout` using: - `-0` - `--output-file`` Also adding another keybinding to exit the application `Ctrl+w` which is pretty standard. Closes #2
It's done, check out option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates to #1
Some users would like to chain
swappy
into other other tools. Let's add some piping love.The text was updated successfully, but these errors were encountered: