7 Commits

Author SHA1 Message Date
Cametendo
9037606447 fixed bash-for-windows 2026-05-31 21:49:13 +02:00
Cametendo
7b3a101946 WIP: Waifufetch by JGH0 working in windows-bash 2026-05-28 21:00:34 +02:00
114cbf43bd Update README.md 2026-05-28 17:10:11 +02:00
Cametendo
66cf9f15d2 Fix install instructions: build from source first, no release yet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 13:10:50 +02:00
Cametendo
3b502f5516 Update README to reflect current feature set and installer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 13:06:02 +02:00
Cametendo
eba49c46bc Initial working shell: bash-for-windows
- Cross-compiled Go-based shell for Windows (PE32+ executable)
- Builtins: cd, pwd, echo, exit, export, source, alias, type
- Coreutils: ls, cat, grep, sort, wc, head, find, cp, mv, rm, mkdir, touch, clear
- Command chaining: &&, ||, ;
- Pipes between builtins and external commands
- Variable expansion (, ) and assignment (NAME=VALUE)
- Tokenizer with single/double quote handling
- Linux and Windows (x86_64) builds via build.sh
2026-05-26 10:18:05 +02:00
11162130a0 Initial commit 2026-05-26 10:00:45 +02:00