All Projects → ananthakumaran → Monky

ananthakumaran / Monky

Licence: gpl-3.0
Magit for Hg

Labels

Projects that are alternatives of or similar to Monky

Togetherly
Allow multiple clients to edit a single file on-line
Stars: ✭ 130 (-8.45%)
Mutual labels:  emacs
Dots
Personal *nix configuration files
Stars: ✭ 136 (-4.23%)
Mutual labels:  emacs
Org Graph View
View Org buffers as a clickable, graphical mind-map
Stars: ✭ 141 (-0.7%)
Mutual labels:  emacs
Emacs Gdscript Mode
An Emacs package to get GDScript support and syntax highlighting.
Stars: ✭ 132 (-7.04%)
Mutual labels:  emacs
Magic Latex Buffer
Magical syntax highlighting for LaTeX-mode buffers
Stars: ✭ 135 (-4.93%)
Mutual labels:  emacs
Elpa
Emacs China ELPA 镜像
Stars: ✭ 137 (-3.52%)
Mutual labels:  emacs
Emacs Solaire Mode
If only certain buffers could be so grossly incandescent.
Stars: ✭ 129 (-9.15%)
Mutual labels:  emacs
Hledger Mode
An Emacs major mode for Hledger
Stars: ✭ 142 (+0%)
Mutual labels:  emacs
Flyspell Correct
Distraction-free words correction with flyspell via selected interface.
Stars: ✭ 136 (-4.23%)
Mutual labels:  emacs
Emacs Cl
Common Lisp implemented in Emacs Lisp.
Stars: ✭ 140 (-1.41%)
Mutual labels:  emacs
Nix Doom Emacs
doom-emacs packaged for Nix
Stars: ✭ 132 (-7.04%)
Mutual labels:  emacs
Vscode Emacs Mcx
Awesome Emacs Keymap - VSCode emacs keybinding with multi cursor support
Stars: ✭ 135 (-4.93%)
Mutual labels:  emacs
Tron Legacy Emacs Theme
Original retro-futuristic theme inspired by Tron: Legacy
Stars: ✭ 139 (-2.11%)
Mutual labels:  emacs
Eval In Repl
Consistent ESS-like eval interface for various REPLs
Stars: ✭ 130 (-8.45%)
Mutual labels:  emacs
Prism.el
Disperse Lisp forms (and other languages) into a spectrum of colors by depth
Stars: ✭ 141 (-0.7%)
Mutual labels:  emacs
Psc Ide Emacs
Emacs integration for PureScript's psc-ide tool.
Stars: ✭ 130 (-8.45%)
Mutual labels:  emacs
Nix Mode
An Emacs major mode for editing Nix expressions.
Stars: ✭ 137 (-3.52%)
Mutual labels:  emacs
Org Mode Workshop
Workshop for Org-mode with focus on todo-, project- and workflow-management
Stars: ✭ 141 (-0.7%)
Mutual labels:  emacs
Pipenv.el
A Pipenv porcelain inside Emacs.
Stars: ✭ 141 (-0.7%)
Mutual labels:  emacs
Evil Easymotion
⏩ A port of vim easymotion to Emacs' evil-mode
Stars: ✭ 140 (-1.41%)
Mutual labels:  emacs

Monky An Emacs mode for Hg Build Status

Monky provides an interactive interface for Hg.

screenshot

Installation

(add-to-list 'load-path "path/to/monky/dir")
(require 'monky)

;; By default monky spawns a seperate hg process for every command.
;; This will be slow if the repo contains lot of changes.
;; if `monky-process-type' is set to cmdserver then monky will spawn a single
;; cmdserver and communicate over pipe.
;; Available only on mercurial versions 1.9 or higher

(setq monky-process-type 'cmdserver)

Usage

open any file in a hg repo and run M-x monky-status to see the current status. Look at the documentation for further details.

Thanks

Heavily borrowed from Magit. Thanks to Marius Vollmer.

Contributors

ananthakumaran (Anantha Kumaran)

lyro (Frank Fischer)

tkf (Takafumi Arakaki)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].