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

output redirection #141

Open
dfa1 opened this issue Jun 20, 2019 · 0 comments
Open

output redirection #141

dfa1 opened this issue Jun 20, 2019 · 0 comments
Labels
help wanted open problem waiting for help/discussion usability related to usability and UX
Milestone

Comments

@dfa1
Copy link
Collaborator

dfa1 commented Jun 20, 2019

Problem

Right now hosh provides two very unusable commands for output redirection:

  • cmd | open file WRITE CREATE
  • cmd | capture VAR

Solution

  • > file alias for open file WRITE CREATE
  • >> file alias for open file APPEND
  • `cmd` for capture

Benefit

  • much more easy to use syntax
  • easier migration from other shells
@dfa1 dfa1 added help wanted open problem waiting for help/discussion incomplete further information is required before starting implementation labels Jun 20, 2019
@dfa1 dfa1 added this to the 0.2.0 milestone Feb 20, 2020
@dfa1 dfa1 added usability related to usability and UX and removed incomplete further information is required before starting implementation labels Feb 20, 2020
@dfa1 dfa1 modified the milestones: 0.2.0, 0.1.0 Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted open problem waiting for help/discussion usability related to usability and UX
Projects
None yet
Development

No branches or pull requests

1 participant