Skip to content

output redirection  #141

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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