toss-api 0.1.5

A Vim-inspired TUI and CLI API client for exploring and testing endpoints
1
2
3
4
5
6
7
8
9
10
11
# Polish Before Launch

- Finalize all shortcuts and navigation key bindings and make a doc for it.
  - Make a list with description of all CLI + TUI commands and shortcuts and document it.
  - Make a help command for the CLI and TUI.
    - CLI should display a list of all commands and their descriptions.
    - TUI should display a list of all commands and their descriptions in dialog.
    - Both help sections should be easy to read and understand. Also they should be properly formatted and categorized.
- Make sure that all the features are available in both the CLI and TUI.
  - Add support if not already present.
- Polish the UI to be more user-friendly and intuitive.