kguzek / kguzek/kash

redirection before command

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Missing support for syntax:

```sh
> file command
```

which should be equivalent to:

```sh
command > file
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the shell parser and existing redirection handling, then trace how commands are parsed and executed. Done means the prefix form `> file command` behaves equivalently to `command > file`, with relevant tests covering the syntax.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, c
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.