An open API service indexing awesome lists of open source software.

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.

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