0.0.2
WIP Web UI to browse a git repo.
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Versions
git-goggles
Web UI to browse a local git repo.
CLI instructions coming soon… meanwhile, clone repo and run:
deno run -A main.ts ~/path/to/repoUsage
Start the project:
deno task startThis will watch the project directory and restart as necessary.
TODO
- handle errors, like no branch no file etc…
- list branches… suggest branch if BranchNotFoundError… branch switcher component type of thing
- tree / blob should show head commit info (based on ref param)
- ui design / nav stuff
- commit screen: parse diff, list changed files, etc.
Bugs
- viewing initial commit breaks because of
diff sha~1 shahas no parent maybe should just dogit show
Fresh Bugs
- tailwind classes used in components that are dynamically rendered in browser only go missing
- return null from an island causes Uncaught TypeError: Cannot read properties of undefined (reading ‘nextSibling’)