Skip to content

Projects Already Doing Something Like Shellac

rsteube edited this page Oct 3, 2021 · 8 revisions

Back: Shell Autocompletion / Shellac Protocol Proposal

Other projects

Other protocols

  • https://shellcomp.github.io/ -- Shellcomp is a simple standard to perform completion. Completion is implemented in the command about to be run: The shell runs the command with a specific --tabcomplete '<partial_string>' option. The command responds with simple JSON structure that the shell will parse to perform completion or display help messages.
Clone this wiki locally