Zsh Autocomplete Versions Save

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

21.05.23

2 years ago
  • 966312b Support HIST_FIND_NO_DUPS shell option
    • Implements issue #129.
  • 1b0e714 Enable alias substitution at runtime
    • Fixes issue #252.
  • 76ff7df Fix a bug in history line completion
  • Fixes issue #243.
  • 75cc6de Fix bugs in insert-unambiguous logic
    • Fixes issue #248.
  • 9fb88ff Prepare for zsh-users/zsh@587cced
  • 13cb2b5 Fix bugs in async max lines calculation
    • Fixes issue #230 and resolves discussion #240.
  • 6181266 Autoload Zsh modules (instead of just load)

21.04.24

3 years ago
  • cd4e19f Add additional failsafe to compinit
  • e1924c7 Fix bug in add-space logic
  • 549908d Auto-create $XDG_DATA_HOME/zsh
    • Fixes issue #244.
  • 473d31a Make vared completion act like normal completion
  • 69fdedf Don't add a space if there already is a space
  • 0efc93e Prefer exact match in recent dirs
  • 5c61a00 Improve recent dirs jumping prompt workaround
  • a328879 Remove stray space from history search results

21.04.13

3 years ago
  • fdc21c0 Ensure completions are in $fpath before compinit
    • Fixes issue #213.
  • 044c6a8 Fix bugs in recent dirs completion
  • 0a027ac Support autonamedirs in extra dir completions
  • d78cf6f Improve prioritization of extra dir completions
    • Fixes issue #225.
  • 68bae95 Add smoke testing & autoloading by absolute path
  • dd08b2c Add delayed compdef handling
  • 2497113 Fix oddity in config module
  • 4350be9 Fix word-splitting logic for recent dirs
    • Fixes issue #231.
  • 5c70d1b Add ~zsh-autocomplete named dir

21.03.19

3 years ago
  • 85fdb57 Avoid clobber errors
    • Fixes issue #214.
  • 3a20f69 Fix zero-buffer handling
    • Fixes issue #178.
  • 75aca1b Don't show 1-character substrings
  • e14687b Fix highlighting bug
  • 778a555 Let user specify number of lines to show
    • Implements issue #191.
  • 60fad1b Let user choose when to insert a space
    • Implements issue #168.
  • 5a06dbd Show more completions after _expand_alias
    • Fixes issue #208.
  • f56336d Improve history search context logic
  • e49d7c0 Tweak glob expansion
  • 0a54509 Tweak zero-buffer completion
  • 7d1e29f Fix bugs in dir completions

21.03.12

3 years ago
  • c311bad Fix bugs in Tab widgets
    • Fixes issue #209.
  • 6284119 Add "all matches" completion for files/directories
    • Implements issue #188.
  • 7a79dc6 Let expand menu instead of ⌃␣
  • f10a681 Give fuzzy completion lower priority
  • 559c66a Refactor .autocomplete.compinit
  • 84c91c6 Fix bugs in Tab widget
  • e9adb6e Fix bug in shell options
  • 0dc548b Ensure compact completion listings
  • b88c6ab Rewrite "Settings" section in Readme
  • 4ec8790 Simplify "unambiguous" logic
  • 204c263 Fix bugs in _correct & _approximate completers
  • d46522c Fix bugs in "recent dirs" logic
  • fa6b2b1 Update installation instructions
  • 77a989a Cap zero-buffer output
    • Fixes issue #200.
  • daa912c Tweak completion config
  • 661b63b Don't trim local dir listings

21.03.07

3 years ago
  • d4580de Add key bindings to vi key maps
    • Implements issue #192.
  • 7259c21 Make it possible to disable live history search
    • Implements issue #189.
  • f3f7cd5 Use yellow background for "unambiguous" substrings
  • 46087cd Tweak alias expansion

21.03.04

3 years ago
  • d90b83d Simplify group-order config
  • ea554ad Fix bug in _approximate
  • 4e8bb4d Improve Git completion
  • 1518caf Improve key bindings
  • c20c03f Improve GitHub bug report template
  • 9e1db07 Simplify screen-space function
  • 4d4a74a Simplify highlight caching
  • a045272 Improve ZLE flag preservation
  • df2ce77 Reduce the number of file descriptors used
  • d204282 Don't show completions during text selection
  • 167fddf Improve "recent dirs" code
    • Move recent dirs file to $XDG_DATA_HOME/zsh.
    • Eliminate duplicates from the directory stack on load.
    • Increase number of dirs tried from 10 to 16.
  • 9275f25 Refactor _history_search widget
  • d91e494 Refactor completion patches
  • 94873f7 Improve compdump invalidation logic
    • Also, put compdump file in $XDG_CACHE_HOME/zsh/ instead of directly inside $XDG_CACHE_HOME.
  • 1d53051 Patch alternative quoting into expand
  • 6d27f2b Move builtin patch to separate file
  • ddd4de5 Simplify completion config
  • 13b09e1 Use Zsh's own history words completer
  • 6d7fa58 Improve insert-unambiguous logic
  • d0405bd Use ancestor/recent dirs functions as completers
  • 7983247 Use Zsh's own alias expansion function
  • 2b8730f Don't export global params

21.02.25

3 years ago
  • a5f8638 Make initial matcher less greedy
    • Fixes the second part of issue #177.

21.02.20

3 years ago
  • 05e3809 Work around plugin managers making key local
    • Fixes issue #187.
  • 83d26d5 Use dirstack for managing recent dirs
    • This eliminates the need for an additional chpwd hook.
    • Fixes issue #182.

21.02.14

3 years ago

Happy Valentine's Day! 💝

  • 5b3d1a5 Fix bug in ZLE flag preservation
  • b6915f5 Complete dir stack & cd options
  • a5f1b7b Don't compile dotfiles in compcache
  • fb4ec20 Fix bug in unambiguous
  • 281381f Improve key bindings