ibrahimcesar/velociplot

Add interactive mode to CLI

Open

#13 geöffnet am 29. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (0 Forks)auto 404
help wantedpriority: lowtype: clitype: feature

Repository-Metriken

Stars
 (3 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

Add an interactive/REPL mode to the CLI for exploring data and iterating on plots.

Features

  • Interactive data preview
  • Plot parameter adjustment
  • Real-time preview (if terminal supports)
  • Command history

Tasks

  • Design interactive interface
  • Implement REPL loop
  • Add data exploration commands
  • Add plot preview functionality
  • Document interactive mode

Acceptance Criteria

  • Smooth interactive experience
  • Help system within REPL
  • History and auto-completion

Contributor Guide