https://github.com/inlustra/hyper-autocomplete
A plugin attempting to replicate the black-screen/upterm autocomplete in hyper
https://github.com/inlustra/hyper-autocomplete
Last synced: about 1 year ago
JSON representation
A plugin attempting to replicate the black-screen/upterm autocomplete in hyper
- Host: GitHub
- URL: https://github.com/inlustra/hyper-autocomplete
- Owner: Inlustra
- Created: 2018-08-23T15:50:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:52:36.000Z (over 3 years ago)
- Last Synced: 2025-03-24T19:39:29.896Z (about 1 year ago)
- Language: TypeScript
- Size: 5.16 MB
- Stars: 42
- Watchers: 5
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyper Autocomplete
Entirely inspired by the now deprecated [Upterm!](https://github.com/railsware/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

## 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...