ibrahimcesar/velociplot

Add interactive mode to CLI

Open

#13 aberto em 29 de nov. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: lowtype: clitype: feature

Métricas do repositório

Stars
 (3 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador