spacemacs/contrib/perforce
2015-02-17 22:36:12 -05:00
..
img Move layer images into img directories 2014-12-24 01:03:49 -05:00
config.el Move perforce command prefix to the perforce layer config.el file 2015-01-14 23:10:50 -05:00
packages.el Update CONTRIBUTE.md and add file headers 2015-01-13 23:12:56 -05:00
README.md Update wrong code snippets in READMEs 2015-02-17 22:36:12 -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))

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