Skip to content

A plugin attempting to replicate the black-screen/upterm autocomplete in hyper

Notifications You must be signed in to change notification settings

Inlustra/hyper-autocomplete

Repository files navigation

Hyper Autocomplete

Entirely inspired by the now deprecated Upterm!, Hyper Autocomplete attempts to replicate some of the behavior to provide richer autocomplete based on the directory and context.

It currently offers no actual autocompletion, only suggestions that you can't click on...

It is still not considered anywhere near production ready and is currently only working (Sort of) on my system. Tested on Mac OS and ZSH

Examples

Git Autocompletion

TODO

  • ACTUALLY autcomplete (Currently just provides examples)
  • Speed up icons autocompletion
    • Easy to do by using the SET_CWD action and building file list at that point (Think recursive)
  • Add scoring to the autocompletion
    • Score based on history
    • Score based on general most-used commands
  • Add maaaaaany missing autocompletions (Currently provides git and file autocomplete, sort of...)
  • Fix up the command listening
    • Handle missing commands
      • Delete next word
      • etc...

About

A plugin attempting to replicate the black-screen/upterm autocomplete in hyper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published