refactor: migrate TUI from Ink to OpenTUI with Bun runtime#114
Open
avoidwork wants to merge 5 commits into
Open
refactor: migrate TUI from Ink to OpenTUI with Bun runtime#114avoidwork wants to merge 5 commits into
avoidwork wants to merge 5 commits into
Conversation
…to feat/refactor-tui-to-opentui
…at runtime (OpenTUI issue)
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.
Description
Migrate the TUI (Terminal User Interface) from Ink to OpenTUI. Replaces
ink,ink-scroll-view,marked, andmarked-terminalwith@opentui/coreand@opentui/react(plusreactpeer dependency). The interactive TUI now requires Bun at runtime.Type of Change
Breaking Changes
node index.js --mode interactiveno longer works; usebun index.js --mode interactiveink,ink-scroll-view,marked,marked-terminal@opentui/core,@opentui/react,react<Box>,<Text>) to lowercase (<box>,<text>)green") to hex values ("#00FF00")<scrollbox stickyScroll>)marked+marked-terminalreplaced by native<markdown>componentTesting
node --test(Node.js for tooling/lint)bun test(Bun for JSX support)oxlintandoxfmtpass with no warningsCoverage