Questions tagged [autocomplete]

A feature where a program proposes the user to complete a text input based on what the user started to type. Autocomplete proposes the most likely string input.

Questions that have the autocomplete tag should be about enabling, disabling, correcting or otherwise tweaking the autocomplete feature in browsers, search engines, word processors or programming editors.

Autocomplete is a composition of the words "automatic" and "complete". It stands for a program's attempt to automatically calculate and predict the most likely string a user wants to write in the program. The user can then select one of the proposals. The goal of autocomplete is to save time writing.

Typical applications are in word processors such as Microsoft Word (based on a list of words), in browsers where the predictions are based on the browsing history or in email clients where already used email addresses are proposed.

Example: When you are in a browser's address bar and you start typing go (for Google), you will like receive google.com as a proposal to complete your input.

The calculations are based either on past input or on a pool of likely inputs such as frequently used words or URLs. The more often a string is used, the more likely it will be proposed to autocomplete autocomplete. A string can consist of one word or of several words.

For a more thorough discussion you can refer to Wikipedia

581 questions
464
votes
1 answer

How to remove one or all auto-complete text entries in Chrome?

Ok... so this is embarrassing. I typed in "boobs" on EncyclopediaDramatica's search because, well, it's a really funny page. But now I've got a problem... EVERY TIME I click a search field in Chrome now, it shows "boobs" as the first suggestion in…
Garrett
  • 4,879
186
votes
7 answers

Remove auto-complete field entries in Google Chrome

Is there a way to stop the gmail address field (on the login page) from displaying all the gmail addresses that you have ever typed in it? When logging in with Google Chrome or trying to set up a new account, anything you type which starts with the…
NT.
  • 1,939
85
votes
6 answers

How can I disable Chrome's address bar search autocomplete?

Chrome's autocomplete for searches is often very annoying and intrusive because it is opt-out. It autocompletes by default and you have to press Backspace to dismiss it. Google search suggestions are welcome but sometimes I just want to type what I…
Brian Ortiz
  • 1,104
63
votes
4 answers

Bash autocomplete like zsh

I'm using bash, but I'd like to have zsh style autocomplete (you hit tab and it tabs through the possibilities), rather than what bash seems to do, which is display a list of possibilities but not choose anything until I type some more to…
61
votes
2 answers

oh-my-zsh history completion

I have recently switched to zsh, using robbyrussell's oh-my-zsh. Before that i used bash with a lot of custom stuff and i am only missing one thing because zsh is trying to be 'too smart': If i type git commit and then ↑ zsh goes through all recent…
Patrick Oscity
  • 1,829
  • 1
  • 16
  • 19
55
votes
3 answers

bash: smart autocomplete based on history?

I once found an amazing bash option, but now I can't remember how to re-enable it. It extended autocomplete to look at your most recent history. So if you'd previously typed open index.html and then open map.html, typing $ op and pressing Tab once…
flossfan
  • 551
  • 1
  • 5
  • 3
52
votes
2 answers

Bash autocomplete on symlink to directory complete to whole directory, including slash

Possible Duplicate: Tab-completion with directories/links when I've a symlink foo linking to a directory bar/ and I start typing f and hit tab, it completes to foo but I'd like to complete it to foo/ so I can immediately add the next character…
mark
  • 2,002
47
votes
1 answer

How to delete an URL from Chrome's Omnibox suggestions?

Possible Duplicate: How do I delete previously entered items from Google Chrome Omnibox? Chrome: remove URL from autocomplete which doesn't show up in history? How can I delete an URL from Chrome's Omnibox suggestions? The URLs won't be deleted…
41
votes
5 answers

How to expand * on Bash command line

I understand that if you type ls * it is actually expanded to ls a b c when the current directly has files a, b and c. I was wondering if there is a way to expand this before I hit enter. Similar to how Ctrl+X works, or tab complete works. So to…
bramp
  • 528
41
votes
2 answers

How to remove addresses from Thunderbird's autocomplete drop-down?

When Thunderbird suggests email addresses for me as I type, there are many addresses there that I know are obsolete. How can I permanently remove them so they are never suggested to me again?
37
votes
1 answer

Disable autocomplete hints on iTerm2

I would like to disable the autocomplete history things that come up on the iTerm, as shown in the picture below: I would like to get rid of the blue hint that comes up when I start typing a command similar to the one that was previously executed.
Konrad
  • 767
30
votes
2 answers

Does a fuzzy matching mode exist for the zsh shell?

I've recently fallen in love with efficient text completion systems. One of my favourite kinds of completion is so-called fuzzy completion. This is a mode where the program will complete the user's input based on only a couple of characters that can…
sp3ctum
  • 503
  • 1
  • 5
  • 7
26
votes
3 answers

How do I remove individual autofill suggestions from Google Chrome?

Sometimes, some things are better meant to be private and shouldn't be shown when others watch. How can I remove individual auto-fill suggestions so that they don't re-appear? I don't wish to remove them all because some auto-fill suggestions are…
InquilineKea
  • 1,266
  • 5
  • 19
  • 34
26
votes
2 answers

Tab-completion with directories/links

I have this problem with tab-completion in terminal in both archlinux and ubuntu: I have a link which links to a directory named "something" in my home directory. Now when I open a terminal and want to do something with that directory, let's say…
houbysoft
  • 4,444
23
votes
5 answers

Deleting selected autocomplete entries in Microsoft Edge

Some form fields on web pages and the Location Bar and the Search Bar have autocomplete drop down lists that appear with a list of previously-entered data. How can I delete selected entries in such drop down lists in Microsoft Edge browser? Note:…
Ωmega Δ
  • 322
  • 1
  • 3
  • 13
1
2 3
38 39