Skip to content

output redirection  #141

@dfa1

Description

@dfa1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedopen problem waiting for help/discussionusabilityrelated to usability and UX

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions