Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgtized/list-environment.el
A tabulated process environment editor
https://github.com/dgtized/list-environment.el
emacs emacs-mode emacs-package
Last synced: 3 months ago
JSON representation
A tabulated process environment editor
- Host: GitHub
- URL: https://github.com/dgtized/list-environment.el
- Owner: dgtized
- Created: 2015-06-19T23:49:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T14:39:51.000Z (over 3 years ago)
- Last Synced: 2024-08-05T06:05:59.168Z (6 months ago)
- Topics: emacs, emacs-mode, emacs-package
- Language: Emacs Lisp
- Homepage:
- Size: 70.3 KB
- Stars: 14
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List Environment
[![MELPA](http://melpa.org/packages/list-environment-badge.svg)](http://melpa.org/#/list-environment)
A tabulated process environment editor
## Usage
Running:
M-x list-environment
will popup a buffer showing the current values in `process-environment` in a nice tabulated view.
![List Environment Screenshot](list-environment-screenshot.png)
## Install
After adding the [MELPA](http://melpa.org) package archive:
M-x package-install [RET] list-environment [RET]
## Editing Commands
While in `list-environment-mode` the following commands are available:
Keybindings | Description
-------------|--------------------------
s | Set the environment variable at point to a new value
a | Add a new environment variable
d | Clear environment variable at pointIt also supports all the normal `tabulated-list-mode` commands, use h to run `describe-mode` to view bindings.
# License
Copyright © 2015-2021 Charles L.G. Comstock
Distributed under the GNU General Public License, version 3