You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spaceship prompt is
pretty good... but it was getting a bit sluggish for my liking. So I made this
slimmed down version which does all the heavy lifting in D.
Build and install
ldc is required to build
due to the use of some non standard complier flags.
The prompt can be built using
make
make install
You will need to source the generated searocket.zsh file from your .zshrc.
By default /usr/share/searocket/searocket.zsh, see
Build flags section for details.
searocket will be installed to ${DESTDIR}${PREFIX}/bin/searocket.
searocket.zsh file will be installed to ${DESTDIR}${ZSH_FILE_LOCATION}/searocket.zsh.
If MODE is set to DEBUG, builds in debug mode. This enables all Features, utilities and
integrations (even the unsupported ones). Produces better errors if the prompt crashes. Runs a bit
slower.
If TESTING is specified, running the searocket executable will run the tests, rather than
produce a prompt.
License
Most of the code is written by me and licensed under the MIT license (see
LICENSE file).
Regular expressions used for parsing git status are from the spaceship prompt
project and are licensed under the MIT license (see spaceship prompt
LICENSE.md).