klotz: scripting*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. Gum is a utility that can enhance bash script input and output with minimal effort. It offers commands for prompting for input (lines, lists, yes/no), file picking, and displaying formatted output (markdown, tables, colors, etc.). The article details its features, installation, and provides a practical example using a number guessing game.
  2. Amber is a new language that compiles to bash, offering modern syntax and compile-time checks while outputting a bash script. The article discusses its features, limitations, and provides a simple example of its usage.
  3. A guide to using YAD (Yet Another Dialog) for creating graphical user interfaces with bash scripts. It covers various dialog types, options, and examples.
    2026-01-07 Tags: , , , , , , , by klotz
  4. An article detailing the author's experience replacing bash scripts with Python, outlining the improvements in readability, error handling, and testability, as well as the challenges encountered during the migration.
  5. Learning Lua, the world's simplest programming language, can enhance programming skills, increase exposure to computer science, and improve software design skills.
  6. Dune is a shell designed for powerful scripting, combining elements of bash and Lisp, offering normal shell operations and functional programming abstractions for sysadmin tasks.
    2024-09-28 Tags: , , , , , , , by klotz
  7. This article discusses the author's experience using ChatGPT to improve their understanding and proficiency in using Linux. Topics covered include navigating complex Linux concepts, understanding Linux commands, troubleshooting errors, automating tasks, and more.
  8. Introduction to parameter substitution in Bash scripting

    Different types of parameter substitution:
    - ${parameter}
    - ${parameter-:-word}
    - ${parameter-:=word}
    - ${parameter-:?word}
    - ${parameter-:+word}

    - Examples of using parameter substitution, positional parameters and special parameters in Bash
    2024-04-01 Tags: , , , , by klotz
  9. 2006-08-09 Tags: , , by klotz
  10. 2006-08-09 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: scripting

About - Propulsed by SemanticScuttle