Skip to content

Commit

Permalink
Launch ratatui's UI when fzf-make executed
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Oct 14, 2023
1 parent 9d134cc commit fc56ac3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usecases/fzf_make_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ impl Usecase for FzfMake {
vec![]
}

// TODO: ratatuiのUIが起動するようにする
// まずはtutorialのコードが動くようにする https://github.com/ratatui-org/ratatui-book/tree/main/src/tutorial/json-editor/ratatui-json-editor-app
// そこからUIを少しずつ作っていく
fn run(&self) {
let makefile = match Makefile::create_makefile() {
Err(e) => {
Expand Down

0 comments on commit fc56ac3

Please sign in to comment.