Skip to content

mel-edo/pipetui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipeTUI

Features

  • Single-line pipeline input (e.g., ls -la | grep src | head -n 5)
  • Executes through the host shell (sh -c / cmd /C) and displays stdout/stderr
  • History navigation with ↑/↓ plus persistent storage between runs
  • Editing with ←/→, Home/End, Ctrl+A/E/U, Backspace/Delete
  • Status line showing exit code and key bindings; quit with Esc or Ctrl+C
  • Live streaming of process output instead of waiting for command completion

Build & Run

git clone https://github.com/mel-edo/pipetui
cd pipetui
cargo run

About

Writing shell pipelines interactively

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages