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

Enable piping multiple file paths through psedit to open those files #413

Closed
dfinke opened this issue Apr 3, 2017 · 2 comments
Closed
Labels
Area-Extension Terminal Issue-Enhancement A feature request (enhancement).

Comments

@dfinke
Copy link
Contributor

dfinke commented Apr 3, 2017

This would be a time saver. List files in the integrated console and pipe the list to psedit to be opened in vs code.

ls *.log | psedit

The current implementation does not support multiple files and does not flow as easy.

psedit (ls *.log)
@daviwil daviwil changed the title Enable piping to psedit Enable piping text to psedit to open a new untitled buffer Apr 3, 2017
@daviwil
Copy link
Contributor

daviwil commented Apr 3, 2017

Love this idea, I'll see how we can make it happen.

@daviwil daviwil added the Issue-Enhancement A feature request (enhancement). label Apr 3, 2017
@daviwil daviwil added this to the 1.0 milestone Apr 3, 2017
@daviwil
Copy link
Contributor

daviwil commented Apr 3, 2017

Ahhh, I think I misunderstood this one. I was thinking you could do something like Get-Process | psedit and throw the output of a command into a new untitled buffer. I'll file a separate issue for that :)

@daviwil daviwil changed the title Enable piping text to psedit to open a new untitled buffer Enable piping multiple file paths through psedit to open those files Apr 3, 2017
@daviwil daviwil modified the milestones: April 2017, 1.0 Apr 8, 2017
@daviwil daviwil modified the milestones: June 2017, Backlog Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Extension Terminal Issue-Enhancement A feature request (enhancement).
Projects
None yet
Development

No branches or pull requests

3 participants