Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10sr/prompt-text-el
Configure your Minibuffer Prompt
https://github.com/10sr/prompt-text-el
Last synced: 2 days ago
JSON representation
Configure your Minibuffer Prompt
- Host: GitHub
- URL: https://github.com/10sr/prompt-text-el
- Owner: 10sr
- License: unlicense
- Created: 2016-01-02T08:53:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T13:08:49.000Z (over 3 years ago)
- Last Synced: 2024-11-15T20:41:05.150Z (2 months ago)
- Language: Emacs Lisp
- Homepage: http://10sr.github.io/prompt-text-el/
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/10sr/prompt-text-el/actions/workflows/main.yml/badge.svg)](https://github.com/10sr/prompt-text-el/actions/workflows/main.yml)
[![MELPA](http://melpa.org/packages/prompt-text-badge.svg)](http://melpa.org/#/prompt-text)
[![MELPA Stable](http://stable.melpa.org/packages/prompt-text-badge.svg)](http://stable.melpa.org/#/prompt-text)prompt-text-el
==============Configure your Minibuffer Prompt
![ss.png](ss.png)
Overview
--------`prompt-text` provides a feature to print additional information
always when Emacs asks you something in minibuffer.By default the text includes your login name, hostname and current working
directory.
For example, when you type `M-x`, Emacs will show a prompt like:10sr@mbp0:~/prompt-text-el M-x
Enable global minor-mode `prompt-text-mode` to start using.
You can set `prompt-text-format` to change the text to print.
This value will be formatted with `format-mode-line`: see docstring of
`mode-line-format` for available expressions.License
-------This software is released under Unlicense.