MarlinFirmware / MarlinFirmware/AutoBuildMarlin
Fish shell doesn't work with the default reveal command.
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 285
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
I noticed the default command to reveal the HEX or BIN file doesn't work with the fish shell. There is a Stack Overflow question about this: https://unix.stackexchange.com/questions/704534/fish-shell-why-does-file-which-command-work-in-zsh-and-bash-but-not-fish
POSIX standards recommend not using backticks.... https://pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap02.html#tag_23_02_06_03
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the default reveal command in the extension's JavaScript sources and reproduce it under fish, comparing its behavior with bash and zsh and reviewing the linked shell reference. Done means the command reveals HEX or BIN files in fish without regressing other supported shells.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fish, javascript
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100