Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bash completions #153

Merged
merged 5 commits into from
Oct 22, 2019
Merged

Add bash completions #153

merged 5 commits into from
Oct 22, 2019

Commits on Oct 8, 2019

  1. Add bash completions

    Create the /completions directory and add a completion script for bash
    MarkusG committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e1246e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Apply requested script changes

    Complete -i and -p with currently available players; complete the open
    command with filenames
    MarkusG committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    b17de54 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Add completions to package

    Create meson.build file in completions/ to install the completion script
    to /etc/bash_completion.d; add completions subdir in root meson.build;
    rename completions.bash to playerctl.bash
    MarkusG committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    5fe2e2e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Revert "Add completions to package"

    This reverts commit 5fe2e2e.
    
    Shell completions should not be included in the build process. Instead,
    package maintainers can decide how they want to distribute shell
    completion scripts.
    MarkusG committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    a7b1988 View commit details
    Browse the repository at this point in the history
  2. Rename bash completion script

    Rename bash completion script from 'completions.bash' to
    'playerctl.bash' to make the file more easily identifiable oustide the
    context of this repository
    MarkusG committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    1e2fd80 View commit details
    Browse the repository at this point in the history