Hacker News
- Useful Shell Prompt (2020) https://solovyov.net/blog/2020/useful-shell-prompt/ 45 comments
- Powerline-go: beautiful, useful and fast prompt for your shell https://github.com/justjanne/powerline-go#a-powerline-style-prompt-for-your-shell 2 comments
- Do not use redirection characters in your shell prompt https://tanelpoder.com/posts/how-to-stay-safe-in-shell/ 127 comments
Lobsters
- powerline-go: A beautiful and useful low-latency prompt for your shell, written in go https://github.com/justjanne/powerline-go 19 comments linux
- ShMonad - An infinitely customizable shell prompt using a Haskell DSL https://github.com/matthunz/shmonad 6 comments haskell
- Using YASnippet to create prompt templates for Chatgpt-Shell https://www.danliden.com/posts/20230709-yasnippet-chatgpt-shell.html 4 comments emacs
- Use a Different Color for the Root Shell Prompt - Terminal http://lifehacker.com/5195951/use-a-different-color-for-the-root-shell-prompt 12 comments linux
- Liquid prompt is a smart prompt for bash and Zsh The basic idea of the liquid prompt is to nicely display useful informations on the shell prompt, only when they are needed. It adds carefuly chosen colors to draw your attention on what differs from the normal context. https://github.com/nojhan/liquidprompt 14 comments linux
- I was using Windows Notepad as an intermediary for copy-pasting text & code for ages, until I've put together this tool. It pastes text by simulating user input, so it works with all editors, shells and terminals. It can also paste as single line, so nothing gets auto-executed in the command prompt. https://github.com/postprintum/devcomrade 26 comments programming