spacemacs/contrib/perforce
2014-12-24 01:03:49 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
packages.el Fix perforce layer 2014-12-18 00:12:34 -05:00
README.md Move layer images into img directories 2014-12-24 01:03:49 -05:00

Perforce contribution layer for Spacemacs

logo

Table of Contents

Description

This layer adds support for Perforce (p4).

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(perforce)
  "List of contribution to load."
)

You'll have to install the `p4`` command line, download page.

Don't forget to setup the environment variables:

  • P4_PORT
  • P4_CLIENT
  • P4_USER
  • P4_PASSWD

Key bindings

Key Binding      |                 Description

---------------------|------------------------------------------------------------ SPC p 4 a | add a file in depot SPC p 4 d | delete a file in depot SPC p 4 D | p4-describe SPC p 4 e | checkout a file SPC p 4 r | rename a file SPC p 4 R | revert a file SPC p 4 S | submit CL