Skip to content

browdie-browse: navigation history (back/forward) #77

@justrach

Description

@justrach

Implement a history stack for browser-like back/forward navigation:

  • HistoryStack struct with back(), forward(), push(url), current()
  • Truncates forward history when navigating to a new page (like a real browser)
  • Used by :back and :forward commands in the REPL
  • Display position in history in the prompt or status (e.g. [2/5])

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions