You are viewing the documentation for the develop branch. The documentation for the release version is here .

Table of Contents

GitHub layer

Table of ContentsClose

github.png

1. Description

This layer is deprecated.

The layer had support searching for and cloning GitHub repositories, although that did not provide a secure way to store an access token to connect to GitHub.

The git layer provides interaction with GitHub and can securely store the access token using PGP.

1.1. Features:

2. Install

2.1. Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add github to the existing dotspacemacs-configuration-layers list in this file.

2.2. grip-mode

Grip-mode requires python and the python package grip to be installed on the system. Grip can usually be installed with the command pip install grip, on debian based systems make sure you use the python 3 version of pip, it is normally called pip3.

3. Key bindings

3.1. Grip-mode

Key binding Description
SPC g p toggle github flavored mb/org buffer preview in web-browser

Author: root

Created: 2022-05-24 Tue 11:52

Validate