All Projects → dgtized → list-environment.el

dgtized / list-environment.el

Licence: other
A tabulated process environment editor

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to list-environment.el

modern-sh
🎸 An Emacs minor mode for editing shell script.
Stars: ✭ 27 (+107.69%)
Mutual labels:  emacs-mode, emacs-package
bnf-mode
A GNU Emacs major mode for editing BNF grammars
Stars: ✭ 34 (+161.54%)
Mutual labels:  emacs-mode, emacs-package
Swift Mode
Emacs support for Apple's Swift programming language.
Stars: ✭ 308 (+2269.23%)
Mutual labels:  emacs-mode
Emacs Fsharp Mode
F# Emacs mode
Stars: ✭ 160 (+1130.77%)
Mutual labels:  emacs-mode
Jq Mode
Emacs major mode for editing jq queries.
Stars: ✭ 70 (+438.46%)
Mutual labels:  emacs-mode
Deft
Deft for Emacs
Stars: ✭ 521 (+3907.69%)
Mutual labels:  emacs-mode
Graphql Mode
An Emacs mode for GraphQL
Stars: ✭ 120 (+823.08%)
Mutual labels:  emacs-mode
go-playground
GNU/Emacs mode that setup local Go playground for code snippets like play.golang.org or even better :)
Stars: ✭ 64 (+392.31%)
Mutual labels:  emacs-mode
tla-tools
TLA+ tools for Emacs
Stars: ✭ 27 (+107.69%)
Mutual labels:  emacs-mode
Webpaste.el
webpaste.el can paste whole buffers or parts of buffers to several pastebin-like services and supports failover if one service fails.
Stars: ✭ 67 (+415.38%)
Mutual labels:  emacs-mode
Org Msg
OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
Stars: ✭ 153 (+1076.92%)
Mutual labels:  emacs-mode
Fingers.el
Modal editing minor mode for Emacs
Stars: ✭ 51 (+292.31%)
Mutual labels:  emacs-mode
Nyan Mode
Nyan Cat for Emacs! Nyanyanyanyanyanyanyanyanyan!
Stars: ✭ 590 (+4438.46%)
Mutual labels:  emacs-mode
Emacs Solidity
The official solidity-mode for EMACS
Stars: ✭ 120 (+823.08%)
Mutual labels:  emacs-mode
Writegood Mode
Minor mode for Emacs to improve English writing
Stars: ✭ 369 (+2738.46%)
Mutual labels:  emacs-mode
Live Py Plugin
Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
Stars: ✭ 222 (+1607.69%)
Mutual labels:  emacs-mode
pdfgrep
PDFGrep is a GNU/Emacs module providing grep comparable facilities but for PDF files
Stars: ✭ 24 (+84.62%)
Mutual labels:  emacs-mode
Apib Mode
Emacs API Blueprint major mode
Stars: ✭ 44 (+238.46%)
Mutual labels:  emacs-mode
Subed
Subtitle editor for Emacs
Stars: ✭ 77 (+492.31%)
Mutual labels:  emacs-mode
groovy-emacs-modes
A groovy major mode, grails minor mode, and a groovy inferior mode.
Stars: ✭ 76 (+484.62%)
Mutual labels:  emacs-mode

List Environment

MELPA

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

Install

After adding the MELPA 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 point

It 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

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].