https://github.com/zachwhaley/p4-completion
Bash completion for Perforce
https://github.com/zachwhaley/p4-completion
bash-completion p4 perforce
Last synced: 7 months ago
JSON representation
Bash completion for Perforce
- Host: GitHub
- URL: https://github.com/zachwhaley/p4-completion
- Owner: zachwhaley
- License: mit
- Created: 2014-04-03T23:02:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T14:58:06.000Z (over 8 years ago)
- Last Synced: 2023-04-09T13:36:20.098Z (about 2 years ago)
- Topics: bash-completion, p4, perforce
- Language: Shell
- Homepage: http://zachwhaleys.website/p4-completion/
- Size: 52.7 KB
- Stars: 12
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# p4-completion
Perforce Bash completion.
## Installation
Source `p4-completion.sh` by adding this to your `bashrc`
```bash
source /path/to/p4-completion.sh
```Or add `p4-completion.sh` to your home directory's `.bash_completion` directory.
```bash
cp p4-completion.sh ~/.bash_completion/p4
```