Skip to content

notashwinii/smartty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

smartty

Lightweight inline autocompletion for Zsh, powered by your command history.

Usage

chmod +x smartty.zsh
./smartty.zsh -i      # inline mode
./smartty.zsh -s      # stats
./smartty.zsh -h      # help

Options:
  -i, --inline    Interactive completion mode (default)
  -s, --stats     Show command frequency statistics
  -h, --help      Show help

Inline mode controls:
  Tab        Accept suggestion
  Enter      Execute command
  Backspace  Delete character
  Ctrl+C     Exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages