Commit Graph

305 Commits (a1babef972538d97fedaf32326dcf2bbeeadb6d2)
 

Author SHA1 Message Date
Michael Robinson c3e7668fbb Merge pull request from bfred-it/osx-install-fix
Fixed: installation on OS X fails
Federico Brigante 8970e71d50 Fixed: installation on OS X fails
Michael Robinson 89b85d88cc Use -f instead of -e option for readlink to
Fixed 
Michael Robinson d76af3c076 Update README.mkd
Michael Robinson 5f13490bae Reverted 9e710593e3
Michael Robinson 1be4a54048 Merge pull request from wgallios/master
Created simple install sh script
Michael Robinson 7446059f63 Merge pull request from maksimr/patch-1
fix:Add autosuggest to highlighters list only once
Michael Robinson 71a7154815 Removed "unmaintained" message!
William Gallios 9e710593e3 updates to readme
William Gallios 0d9aabedb2 updated readme for new install script
William Gallios 32fb7930d8 created simple install script
Thiago de Arruda 0d36d4ccdd Add alpha-quality software warning
Thiago de Arruda cbb0963896 Merge pull request from CoolOppo/patch-1
Removed Shelr demo link because it died
CoolOppo 683b48b644 Removed Shelr demo link because it died
Thiago de Arruda 85739dbe76 Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
Maksim Ryzhikov 6dbb419a7a fix:Add autosuggest to highlighters list only once
Thiago de Arruda bd11c34e84 Merge pull request from piecioshka/master
Create automatic command for plugin setup
Thiago de Arruda 0cc05bd08e Merge pull request from mihaisucan/master
add a config for RIGHT arrow to accept the suggestion, like in fish
Mihai Sucan 824b9be13f add autosuggestions.plugin.zsh to get this repo working with antigen
Mihai Sucan 1cbd78c850 add a config for RIGHT arrow to accept the suggestion, like in fish
Thiago de Arruda ebe4cf251a Merge pull request from ajkaanbal/master
Suspend autosuggest on 'history-substring-search-up' and 'history-substr...
Ricardo M. Vilchis 7e69ddda7f Suspend autosuggest on 'history-substring-search-up' and 'history-substring-search-down' (zsh-history-substring-plugin commands). Accept on 'end-of-line' (Ctrl-e or END key)
piecioshka 5dff7a69f1 start label with big letter
piecioshka c5567cf371 add label for zsh-autosuggestions
piecioshka b18f01a256 fix end of file
tarruda a29e838cdf Merge pull request from dreadatour/master
Add plugin config variables
Vladimir Rudnyh 48f03e2b0c Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands
Vladimir Rudnyh ea19b7bcf8 Add highlight color config variables
Vladimir Rudnyh 196cfa0eb0 Remove spaces at the end of lines
Thiago de Arruda 8af98f7d29 Validate original widget name when restoring on
autosuggest-pause
Thiago de Arruda 6ddbde147f Fixed syntax highlight in README code snippet
Thiago de Arruda 7d737e3cc8 Fixed accept-line and motion widgets integration
with zsh-syntax-highlighting
Thiago de Arruda a0d6493f34 Update documentation
Thiago de Arruda 7cb87a8a55 Integrate with zsh-syntax-highlighting
Thiago de Arruda 936056fd9b Refactored, only use completion server on
zsh > 5.0.3(where the zle -F issue will be fixed)
Thiago de Arruda a6f53879ae Direct less frequent log messages to stderr for
easier debugging
Thiago de Arruda 3dbe2c8c9b Fixed server log statements
Thiago de Arruda 09954ddd71 Add link to shelr demo
Thiago de Arruda 77ef2e0259 Update instructions
Thiago de Arruda 6d2146a542 Refactored into a widget to enable asynchronous
update of the zle buffer
Thiago de Arruda 911730c1e4 Refactored client to use persistent connections
and server to use zselect for handling concurrency
Thiago de Arruda 2d67624963 Improved criteria used to popup autosuggestions
Thiago de Arruda 4ca0501c25 Add magic prefix to distinguish completion lines
from possible garbage output generated by the completion function
Thiago de Arruda 3734b1eb4e Fixed options completion
Thiago de Arruda c6c97ab7bd Got basic completions working, need to ignore
cases like 'kill name<tab>' which should replace the word
Thiago de Arruda 1e6e900abf Refactored completion server to use zsocket
Thiago de Arruda c183ca22de Adapted Valodim's capture completion script to
implement a simple completion service
Thiago de Arruda edc762de64 Remove user completion obstructions
Thiago de Arruda cdb15d4d98 Update readme
Thiago de Arruda 7efb859477 Reimplement insert/delete widgets based on
predict-on code