-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dot-viewer in TUI #7
Conversation
feat: from simple keybindings to commands like in vim
jaehyun1ee-furiosa/dot-viewer#17 위 PR로 추가로, Keybinding을 기준으로 동작하던 것을 Command를 기준으로 동작하게 수정했습니다. Custom Command를 정의하고 파싱하는 것은 시행착오를 겪으면서 구현해서 커밋 수가 많지만, 이전 코드와 비교하여 로직 자체는 크게 변하지 않았습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
약간 수정해야 할 것을 제외하고는 문제가 없는 것 같습니다.
첨언하자면, 지금 상황에서는 구조가 많이 바뀌어서 dot-viewer.svg
는 유효하지 않을 것 같아서 제외해도 좋을 것 같습니다.
No description provided.