https://github.com/nickserv/bisect
An interactive GUI for binary searches. Inspired by git bisect.
https://github.com/nickserv/bisect
Last synced: 6 months ago
JSON representation
An interactive GUI for binary searches. Inspired by git bisect.
- Host: GitHub
- URL: https://github.com/nickserv/bisect
- Owner: nickserv
- Created: 2020-06-29T03:03:52.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T02:46:26.000Z (about 2 years ago)
- Last Synced: 2025-10-24T04:44:38.710Z (9 months ago)
- Language: TypeScript
- Homepage: https://nickmccurdy.com/bisect/
- Size: 20.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bisect
An interactive GUI for binary searches. Inspired by [git bisect](https://git-scm.com/docs/git-bisect).
## Scripts
- `dev`/`start` - start dev server and open browser
- `build` - build for production
- `preview` - locally preview production build