ezprompt icon indicating copy to clipboard operation
ezprompt copied to clipboard

An easy to use webapp for creating simple bash prompts.

Results 10 ezprompt issues
Sort by recently updated
recently updated
newest added

So based on the open pull requests, you're probably not maintaining this anymore, but I figured I'd do the right thing anyways. This adds: - True color support with graceful...

I added newline and backslash character. Thanks.

I didn't realize that there was a single space option available, and when I typed a space into the custom text field, the element bugged out (pretty sure it was...

When a user types a space into the custom text input (I did, not realizing that the last element was a space), a bug is triggered which prevents the user...

The function `parse_git_dirty` needs the output of `git status` to be in english. This means to lose information in the git status of your prompt if git speaks to you...

Hi, I like your Git prompt. Here's a variation to use or lose. Clean working tree: user@host:~/dev/src/Project [master] $ Dirty working tree: user@host:~/dev/src/Project [master:?+±→x↓↑] $ function identify_git_branch() { branch=$(git branch...

* Changes drag handle to inside element, removes added margin to eliminate reflow * Drag handle now shows on hover after delay * Limits drag elements to container * Changes...

Hi, would you be interested in support for generating a PS1 for the other big Unix shell [mksh](https://www.mirbsd.org/mksh.htm) from the same webapp? Shouldn’t be to difficult, and I convert GNU...

I already source git_status.sh in my bashrc file and I'd like to see output that integrates with that script instead of having to choose one or the other

First of all, I would like to pay tribute to the author, this is really a great project, which solves the PS1 setting variable problem that has always been a...