Skip to content

mack1070101/fotingo-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fotingo Emacs

https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg

fotingo-emacs is an Emacs interface to the cli tool fotingo. Fotingo is a CLI to ease the interaction between Git, Github and Jira when working on tasks. fotingo-emacs aims to provide the same level of convenience provided by Magit and is designed to follow a similar workflow.

Installation

Pre-Requisites:

  • Git
  • fotingo must be installed into the shell that Emacs will run shell-command.

See fotingo’s README.md for instructions on how to install fotingo. Fotingo provides additional options for configuration.

It is also recommended to install Magit so that fotingo-emacs can be integrated into it’s transient menus.

Local Install of fotingo-emacs

Step 1: clone the repo

git clone https://github.com/mack1070101/fotingo-emacs.git

Step 2: add the following to your init.el

(add-to-list 'load-path "/path/to/fotingo-emacs/fotingo-emacs.el")

Step 3: (optional) integrate into Magit.

(transient-append-suffix 'magit-dispatch "F" '("o" "Fotingo" fotingo-dispatch))

MELPA

Coming soon

Usage