https://github.com/zimfw/magic-enter
Shown when there is no command and user presses ENTER.
https://github.com/zimfw/magic-enter
minimal zim zimfw zsh zsh-plugin zsh-plugins
Last synced: about 1 year ago
JSON representation
Shown when there is no command and user presses ENTER.
- Host: GitHub
- URL: https://github.com/zimfw/magic-enter
- Owner: zimfw
- License: gpl-3.0
- Created: 2022-10-01T00:17:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T23:44:26.000Z (about 1 year ago)
- Last Synced: 2025-04-05T00:28:09.627Z (about 1 year ago)
- Topics: minimal, zim, zimfw, zsh, zsh-plugin, zsh-plugins
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
magic-enter
===========
A minimal fork of the magic enter feature from [subnixr's minimal] prompt theme.
Shown when the start of a command line is empty and user presses ENTER.
What does it show?
------------------
* Info line:
* The last command exit status only if it is not 0.
* The number of background jobs only if there is at least one.
* The current username, hostname and working directory.
* The directory stack if it's not empty.
* `ls -AF` output.
* Concise `git status` only when inside a git repo.
[subnixr's minimal]: https://github.com/subnixr/minimal