Autocomplete

Open-source projects categorized as Autocomplete

Top 23 Autocomplete Open-Source Projects

  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

  • Project mention: Setting up a MacBook for development in 2024 | dev.to | 2024-01-08

    brew install fzf # for fuzzy find files, commands, etc brew install starship $(brew --prefix)/opt/fzf/install git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting # syntax highlight for zsh git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions # smart autosuggestions for zsh echo 'eval "$(starship init zsh)"' >> ~/.zshrc

  • select2

    Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

  • Project mention: Does MVC have a combobox? | /r/dotnet | 2023-12-07
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • autocomplete

    IDE-style autocomplete for your existing terminal & shell

  • Project mention: Fig Is Sunsetting | news.ycombinator.com | 2024-03-14
  • chosen

    Deprecated - Chosen is a library for making long, unwieldy select boxes more friendly.

  • Project mention: Custom <select> ? | /r/Frontend | 2023-07-05
  • typeahead.js

    typeahead.js is a fast and fully-featured autocomplete library

  • ale

    Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support

  • Project mention: A decent VS Code and Ruby on Rails setup | news.ycombinator.com | 2024-02-21

    I saw no mention of RBS+Steep, the latter providing a LSP. I use it a lot and very much like it, although it's still young and needs love, but it's making good, steady progress! I've been very pleasantly surprised by some of the crazy things Steep can catch, completely statically!

    You appear to be working on projects with Sorbet (which I tried to like but found it fell short in practice, notably outside of the app use case i.e it's mostly useless for gems) so it may be a tall order to try on those. Maybe you can give RBS+Steep a shot on some small project?

    RBS: https://github.com/ruby/rbs

    RBS collection (for those gems that don't ship RBS signatures in `sig`, integrates with bundler): https://github.com/ruby/gem_rbs_collection

    Steep: https://github.com/soutaro/steep

    VS Code: https://github.com/soutaro/steep-vscode

    Sublime Text: https://github.com/sublimelsp/LSP

    Vim (I'm working on it): https://github.com/dense-analysis/ale/pull/4671

  • selectize.js

    Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.

  • Project mention: How would I replicate this country selector functionality with ACF Pro | /r/Wordpress | 2023-05-17

    Selectize will do the heavy lifting https://selectize.dev/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • downshift 🏎

    🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

  • HTTP Prompt

    An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie

  • inshellisense

    IDE style command line auto complete

  • Project mention: Carapace: A multi-shell completion library and binary | news.ycombinator.com | 2024-04-22
  • bit

    Bit is a modern Git CLI (by chriswalz)

  • Choices.js

    A vanilla JS customisable select box/text input plugin ⚡️

  • react-autosuggest

    WAI-ARIA compliant React autosuggest component

  • zsh-autocomplete

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

  • Project mention: Make Your Linux Terminal Enjoyable to Use | dev.to | 2023-12-30

    git clone --depth 1 "https://github.com/marlonrichert/zsh-autocomplete.git" $HOME/.oh-my-zsh/custom/plugins/zsh-autocomplete

  • autocomplete

    🔮 Fast and full-featured autocomplete library (by algolia)

  • Project mention: autocomplete - a JavaScript library that lets you quickly build autocomplete experiences | /r/javascript | 2023-06-08
  • searchkit

    Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support

  • Project mention: Autocomplete – a JavaScript library for building autocomplete experiences | news.ycombinator.com | 2023-06-07

    https://github.com/searchkit/searchkit is an instantsearch adapter for elasticsearch / opensearch

  • picocli

    Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

  • Project mention: GraalVM for JDK 21 is here | news.ycombinator.com | 2023-09-19

    Picocli allows using a compiler annotation processor to generate classes at compile time instead [0].

    [0]: https://github.com/remkop/picocli/blob/main/picocli-codegen/...

  • jnv

    interactive JSON filter using jq (by ynqa)

  • Project mention: FLaNK AI Weekly 25 March 2025 | dev.to | 2024-03-25
  • minisearch

    Tiny and powerful JavaScript full-text search engine for browser and Node

  • Project mention: Character and Subsector generators for Classic Traveller, with TAS Forms! | /r/traveller | 2023-12-07

    I wrote an online catalog a while back (and I need to get back on adding graphics and products at some point). It’s written using Eleventy and the minisearch library. The source and data are available on Github if you want to see how I did things. I’m not a professional web designer either, but it was a fun project.

  • autoComplete.js

    Simple autocomplete pure vanilla Javascript library.

  • jQuery-Autocomplete

    Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields

  • graphqurl

    curl for GraphQL with autocomplete, subscriptions and GraphiQL. Also a dead-simple universal javascript GraphQL client.

  • Project mention: How to generate a CLI from GraphQL API/schema? | /r/graphql | 2023-06-03
  • codeium.vim

    Free, ultrafast Copilot alternative for Vim and Neovim

  • Project mention: Learn to ask for help | dev.to | 2024-04-20

    https://codeium.com/ (VSCode, code completion aside, they have a chat mode with your context available)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Autocomplete related posts

Index

What are some of the best open-source Autocomplete projects? This list will help you:

Project Stars
1 zsh-autosuggestions 29,589
2 select2 25,762
3 autocomplete 24,265
4 chosen 21,909
5 typeahead.js 16,528
6 ale 13,264
7 selectize.js 13,002
8 downshift 🏎 11,897
9 HTTP Prompt 8,872
10 inshellisense 8,035
11 bit 6,003
12 Choices.js 5,986
13 react-autosuggest 5,961
14 zsh-autocomplete 4,804
15 autocomplete 4,724
16 searchkit 4,710
17 picocli 4,705
18 jnv 4,285
19 minisearch 4,066
20 autoComplete.js 3,890
21 jQuery-Autocomplete 3,566
22 graphqurl 3,300
23 codeium.vim 3,293

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com