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

Ability to redirect command output to a new file view #26

Merged
merged 2 commits into from
Nov 30, 2012
Merged

Ability to redirect command output to a new file view #26

merged 2 commits into from
Nov 30, 2012

Conversation

lapause
Copy link
Contributor

@lapause lapause commented Nov 17, 2012

By appending ">>" to the command instead of only ">", a new file view is created and output is redirected into it.

@misfo
Copy link
Owner

misfo commented Nov 26, 2012

This is a good idea. In order to keep the symbols closer to their unix analogues it might make more sense to use > for your new functionality and change the previous functionality to use a trailing |...

Change of redirection symbols to keep close to unix usage : pipe redirects output to current view, right angle bracket redirects output to a new view.
@lapause
Copy link
Contributor Author

lapause commented Nov 26, 2012

I agree, and I have pushed a new commit to integrate this change.
It introduces a backward compatibility break for users though.

@misfo misfo merged commit b2cae07 into misfo:master Nov 30, 2012
@misfo
Copy link
Owner

misfo commented Nov 30, 2012

I merged this in with some cleanup. Thanks for your work!

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.

2 participants