An open API service indexing awesome lists of open source software.

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

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
```