Bash completion for Perforce client.
Source p4_completion.bash
by adding this to your bashrc
source /path/to/p4_completion.bash
Or add p4_completion.bash
to your system's bash_completion.d
directory.
# Linux
$ sudo cp p4_completion.bash /etc/bash_completion.d/p4
# OSX (Mac)
$ sudo cp p4_completion.bash /opt/local/etc/bash_completion.d/p4
p4_completion ============= Bash completion for Perforce client. Installation ------------ Source `p4_completion.bash` by adding this to your `bashrc` ```bash source /path/to/p4_completion.bash ``` Or add `p4_completion.bash` to your system's `bash_completion.d` directory. ```bash # Linux $ sudo cp p4_completion.bash /etc/bash_completion.d/p4 # OSX (Mac) $ sudo cp p4_completion.bash /opt/local/etc/bash_completion.d/p4 ```
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 21266 | Liz Lam | update readme | ||
#1 | 16099 | swarm-user | "Forking branch main of p4-completion to liz_lam-p4-completion." | ||
//guest/zachwhaley/p4_completion/README.md | |||||
#2 | 12543 | zachwhaley | Copied updates from GitHub, if you want to see granular commits visit https://github.com/zachwhaley/p4_completion/commits/master | ||
#1 | 8792 | zachwhaley |
I think this is going to get clobbered later. Anyway, this is a bash completion script for Perforce CLI. |