Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 748 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 748 Bytes

lazyrest

Parse .http files with Tree-sitter and send http requests.

Preview

preview

preview

MacOs build for windows:

brew install mingw-w64
env GOOS="windows" GOARCH="amd64" CGO_ENABLED="1" CC="x86_64-w64-mingw32-gcc" go build

Navigation

  • Mouse support
  • q or Ctrl+C for close program
  • j & k file navigation
  • j & k Suite area scroll
  • j & k Producer area scroll
  • Enter for select and go next
  • Esc for go back

TODO

  • j & k Suites navigation
  • Ctrl+h/j/k/l navigation
  • Update Footer area when suite select
  • Search files
  • Search in text for Suite & Producer areas
  • Add progress bar to Producer area