Table of Contents
Shell Command Auto Complete Framework
Introduce a tool
CmdAutoComp used to simplify the implementation of auto-completion of commands.
CmdAutoComp is a Shell script. It is designed to simplify the implementation of auto-completion of commands. It relies on the complete command on the Linux shell and a command tree file (with the suffix .comp) designed by me. You can watch the demo video first to check if it meets your needs.
Manual
You can get more details from https://github.com/execonic/cmdAutoComp.
Commits
- Update README.md (2023/06/27)
- Support any input parameter (2023/06/26)
- Update README.md (2023/06/25)
- Update README & Add demo video (2023/06/25)
- Support auto-completion in multi-option mode (2023/06/24)
- Fix bugs (2023/06/24)
- First commit (2023/06/22)
- Initial commit (2023/06/21)
Demo Video