GithubHelp home page GithubHelp logo

auto completion about dotfiles HOT 9 CLOSED

natac13 avatar natac13 commented on June 3, 2024
auto completion

from dotfiles.

Comments (9)

natac13 avatar natac13 commented on June 3, 2024

https://docs.docker.com/compose/completion/

Download bash completion file from https://github.com/docker/docker-ce/blob/master/components/cli/contrib/completion/bash/docker into /etc/bash_completion.d

curl https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker -o /etc/bash_completion.d/docker.sh

https://raw.githubusercontent.com/docker/docker-ce/master/components/cli/contrib/completion/bash/docker

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

gh

https://github.com/ohmybash/oh-my-bash/blob/master/completions/gh.completion.sh

https://cli.github.com/manual/gh_completion

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

makefile

https://github.com/ohmybash/oh-my-bash/blob/master/completions/makefile.completion.sh

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

npm

https://github.com/ohmybash/oh-my-bash/blob/master/completions/npm.completion.sh

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

https://github.com/ohmybash/oh-my-bash/blob/master/completions/tmux.completion.sh

tmux

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

https://www.gnu.org/software/stow/

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

Bash it

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

Add this back to bashrc

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi

check those file listed in the comment.

from dotfiles.

natac13 avatar natac13 commented on June 3, 2024

https://github.com/Bash-it/bash-it/blob/master/completion/available/system.completion.bash

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.