Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 509 Bytes

File metadata and controls

19 lines (13 loc) · 509 Bytes

Response History

Netbook automatically saves the last 100 responses to ~/.local/share/netbook/history.json.

Browsing History

  • Press h in the TUI to browse response history
  • Navigate with /, press Enter to view a historical response
  • History includes request name, timestamp, and response status

Exporting Responses

# Export the last response
netbook export last_response.json

# Export from history (programmatically)
netbook history export <entry_id> response.json