|
You are here |
blog.con.rs | ||
| | | | |
twobithistory.org
|
|
| | | | | What is GNU Readline and where did it come from? | |
| | | | |
www.lihaoyi.com
|
|
| | | | | [AI summary] The article discusses the implementation of a custom command-line interface using ANSI escape codes, highlighting the capabilities and flexibility of such an approach. It covers the basics of terminal interaction, including cursor control, text formatting, and input handling. The author also explores the benefits of building a DIY command-line, such as syntax highlighting and custom features, and mentions modern libraries that provide enhanced terminal experiences. The article concludes by emphasizing the importance of understanding terminal control codes for developing rich command-line applications. | |
| | | | |
thedroneely.com
|
|
| | | | | The Bourne Again Shell is ubiquitous among many unix-like systems. Here's a few tweaks that are applied to my bash configuration for improved interactivity. | |
| | | | |
bosker.wordpress.com
|
|
| | | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may | ||