Command-line Completion - Completion in Different Command Line Interfaces

Completion in Different Command Line Interfaces

  • Unix shells, including Bash (the default shell in Linux and Mac OS X) and ksh among many others, have a long-standing tradition of advanced and customizable completion capabilities (see the external links section below for some examples).
    • For Korn shell users, file name completion depends on the value of the EDITOR variable. If EDITOR is set to vi, you type part of the name, and then Escape,\. If EDITOR is set to Emacs, you type part of the name, and then Escape,Escape.
    • The Z shell (zsh) pioneered the support for fully programmable completion, allowing users to have the shell automatically complete the parameters of various commands unrelated to the shell itself, which is accomplished by priming the shell with definitions of all known switches as well as appropriate parameter types. This allows the user to e.g. type tar xzf Tab ↹ and have the shell complete only tarred gzip archives from the actual filesystem, skipping files which are incompatible with the input parameters. A modern zsh installation comes with completion definitions for over five hundred commands.
  • Windows PowerShell, the extensible command shell from Microsoft, which is based on object-oriented programming and the Microsoft .NET framework provides powerful and customizable completion capabilities similar to those of traditional Unix shells.
  • The cmd.exe command processor of Windows NT-based systems supports basic completion. It is possible to use a separate key-binding for matching directory names only.
  • cmd.exe /F:ON enables file and directory name completion characters (^F and ^D by default). Use cmd.exe /? for more information.
  • TweakUI can be used to configure the keys used for file name and directory name completion.
  • The MS-DOS command processor COMMAND.COM did not have command-line completion: pressing the tab key would just advance the cursor. Before the release of Windows however, various enhanced shells for MS-DOS, such as 4DOS, or the FreeDOS version of COMMAND.COM, featured Unix-style tab completion.

Read more about this topic:  Command-line Completion

Famous quotes containing the words command and/or line:

    Under bare Ben Bulben’s head
    In Drumcliff churchyard Yeats is laid.
    An ancestor was rector there
    Long years ago, a church stands near,
    By the road an ancient cross.
    No marble, no conventional phrase;
    On limestone quarried near the spot
    By his command these words are cut:
    Cast a cold eye
    On life, on death.
    Horseman pass by!
    William Butler Yeats (1865–1939)

    There’s a line between love and fascination that’s hard to see on an evening such as this.
    Ned Washington (1901–1976)