Back to articles
I got tired of editing PS1, so I made a visual prompt generator

I got tired of editing PS1, so I made a visual prompt generator

via Dev.to WebdevJindřich Stoklasa

Hi all, I made a small Bash PS1 prompt generator and I thought it could be useful for some of you. This is a basic web tool that allows you to visually construct your prompt, select colors, add your username and path, include a git branch, etc, and you will get the PS1 string on the prompt without the need to deal with the escape sequences. I made this tool for myself to get rid of the repeated tiring work of adjusting the PS1 manually every single time 😅 So if anyone is interested, here it is: Bash Prompt Generator – Create Custom PS1 Prompts Online Create custom PS1 prompts for Bash with an interactive generator. neiki.eu GitHub: jindrichstoklasa / bash-prompt-generator Interactive Bash PS1 prompt generator – build custom terminal prompts with colors, Git branch, and more. No installation. Bash Prompt Generator An interactive Bash PS1 prompt generator and Linux prompt builder . Create custom terminal prompts with colors, Git branch, system info, and formatting—no installation needed.

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
7 views

Related Articles