Skip to content

emilschmitz/follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦅 FOLLOW

follow is a TUI tool for tracking and understanding the commands your coding agents run. It intercepts every command and queries a local explainshell server to display explanations in a sidepane you can open with C-f.

flw_optimized

Quick Start

# Install
cargo install --git https://github.com/emilschmitz/follow.git --bin flw

# Run
flw claude  # (or whatever agent you prefer)

Toggle explanations inside the shell by pressing Ctrl+F.

Installation

If you have Rust and Cargo installed, you can compile and install follow directly from the Git repository:

cargo install --git https://github.com/emilschmitz/follow.git --bin flw

This will build the binary and place it in your local cargo bin directory (~/.cargo/bin/flw), which is typically already in your shell's PATH.

Feedback

If you've tried this tool out, I'd appreciate your feedback! Send an email to [first-initial].schmitz at outlook.com.

About

C-f in any agent to see its shell command history, with comprehensive explanations for every command from explainshell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors