KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
p4-completion
★ 13
Open GitHub ↗
Bash completion for Perforce
Download README (.md)
Explore Similar Repositories
haxeprinter
:
A Haxe formatter and syntax highlighter
testmine
:
Test Result Aggregator and Analysis Tool
Processing-Sketch
:
No description available.
hawaii-2048
:
2048 game for Hawaii
Unity-SimpleDialog
:
A very simple lightweight UnityScript based dialog and character conversation system for Unity 4+
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
p4-completion
?
Download (.md)
# 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 ```