✨ Yazi in server-shell-setup + about-system web dashboard - #110
Merged
Merged
Conversation
Installs yazi on every supported platform: distro package on Arch, Alpine (release fallback), macOS and Termux; the official prebuilt release on Debian/Ubuntu and Fedora/RHEL. Adds a `y` wrapper for bash, fish and nushell that cds into the last directory on quit, and includes yazi in `all`. Co-Authored-By: Claude Opus 5.5 <[email protected]> Claude-Session: https://claude.ai/code/session_01FKYoWGtDmgddZR8KGYE5C5
`about-system web [--port N] [--host H]` serves a React/shadcn/ui dashboard and a GET /api/info endpoint (same JSON as --json). Binds 127.0.0.1:3777 by default; --host 0.0.0.0 exposes it with a warning. The UI is built into dist/web as part of `build`; its deps are devDependencies bundled at build time. Co-Authored-By: Claude Opus 5.5 <[email protected]> Claude-Session: https://claude.ai/code/session_01FKYoWGtDmgddZR8KGYE5C5
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
This branch had an error being deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two independent commits, one per package.
✨ feat(server-shell-setup): Yazi component
yazicomponent (menu item 15,--components yazi, included inall)./usr/local/bin. Also installsfile, which Yazi needs.ywrapper for bash, fish, and nushell, so quitting Yazicds the shell to the last directory. It uses the script's managed blocks, so re-runs are idempotent.bash -nand with--components yazi --dry-runon Ubuntu 24.04, which took the release path.✨ feat(about-system):
about-system webabout-system web [--port 3777] [--host 127.0.0.1](orPORT=) serves a React + shadcn/ui dashboard, plusGET /api/info, which returns the same JSON as--json.--host 0.0.0.0prints a warning that system details are exposed.web/andbun run buildbuilds it todist/web. The UI deps are devDependencies bundled at build time, so the CLI gains no runtime deps. Version bumped to 0.10.0.src/web-server.test.tscovers the API route, content types, 405 on other methods, and path-traversal protection.Validation
about-system:bun run build✅,bun run test✅ (73/73),tsc -p web/tsconfig.json✅,turbo run build --filter=about-system✅. I also ran the real server and loaded it in Chromium at desktop, dark, and mobile sizes with no console errors.bun run readmes:checkreports 3 stale headers onmaster(about-system, git0, open-when-ready). For about-system,bun run readmesadds a second badge block instead of replacing the existing one, so I left it alone. Roottscalso has 2 type errors in the existingcache.test.tsandplatform.test.ts.🤖 Generated with Claude Code
https://claude.ai/code/session_01FKYoWGtDmgddZR8KGYE5C5
Generated by Claude Code