spacemacs/layers/+source-control/github/README.org

47 lines
1.6 KiB
Org Mode
Raw Normal View History

#+TITLE: GitHub layer
2015-06-10 16:44:30 +00:00
2019-05-02 21:49:30 +00:00
#+TAGS: layer|versioning
2015-06-10 16:44:30 +00:00
[[file:img/github.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
2020-11-08 10:30:08 +00:00
- [[#grip-mode][grip-mode]]
- [[#key-bindings][Key bindings]]
2020-11-08 10:30:08 +00:00
- [[#grip-mode-1][Grip-mode]]
2015-06-10 16:44:30 +00:00
* Description
*This layer is deprecated*.
The layer had support searching for and cloning [[http://github.com][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.
2015-06-10 16:44:30 +00:00
** Features:
2020-11-08 10:30:08 +00:00
- [[https://github.com/seagle0128/grip-mode][grip-mode]] Github-flavored Markdown/Org preview using [[https://github.com/joeyespo/grip][Grip]].
2015-06-10 16:44:30 +00:00
* Install
** 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.
2015-06-10 16:44:30 +00:00
2020-11-08 10:30:08 +00:00
** grip-mode
Grip-mode [[https://github.com/seagle0128/grip-mode#prerequisite][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=.
* Key bindings
2020-11-08 10:30:08 +00:00
** Grip-mode
| Key binding | Description |
|-------------+-------------------------------------------------------------|
| ~SPC g p~ | toggle github flavored mb/org buffer preview in web-browser |