Skip to content

conao3/leaf-browser.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaf-browser.el

https://img.shields.io/github/license/conao3/leaf-browser.el.svg?style=flat-square https://img.shields.io/github/tag/conao3/leaf-browser.el.svg?style=flat-square https://github.com/conao3/leaf-browser.el/workflows/Main%20workflow/badge.svg

Overview

leaf-browser.el provides a web-based frontend for Emacs’s customize mode. It allows you to browse and configure Emacs customization groups through your web browser, making it easier to explore and modify settings with a familiar interface.

https://raw.githubusercontent.com/conao3/files/master/blob/leaf-browser.el/splash.png

https://raw.githubusercontent.com/conao3/files/master/blob/leaf-browser.el/debug1.png

Requirements

Installation

Using leaf

(leaf leaf-browser
  :ensure t)

Manual Installation

Clone this repository and add it to your load path:

(add-to-list 'load-path "/path/to/leaf-browser.el")
(require 'leaf-browser)

Usage

Start a leaf-browser session:

M-x lbrowser-open

This starts a local HTTP server and opens the web interface. You can then access the customization browser through your web browser.

To stop the session:

M-x lbrowser-close

Configuration

(leaf leaf-browser
  :ensure t
  :custom
  ;; Enable debug mode to show additional information in the browser
  (lbrowser-debugp . nil))

License

This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.

Third-Party Licenses

This package includes the following third-party components:

  • jQuery - MIT License (Copyright JS Foundation and contributors)
  • Materialize - MIT License (Copyright 2014-2018 Materialize)
  • GitHub Corners - MIT License (Copyright 2016 Tim Holman)

About

Web browser frontend of Emacs customize-mode for leaf.el

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •