Tags: bash*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This script defines logging functions for Bash scripts, including verbose, debug, info, warn, error, and stack trace functionalities.

    2025-04-03 Tags: , , by klotz
  2. Linux tab completion is a powerful feature that saves time and prevents errors by auto-completing commands and filenames. This article explores how to use tab completion in bash and zsh shells, highlighting its advanced capabilities with commands like git.

  3. A 6502 system emulated in a busybox ash shell script, featuring RAM, ROM, and an emulated serial port on STDIO, with built-in monitor and debugger.

    2025-03-17 Tags: , , , , , , by klotz
  4. Discover how Warp terminal's AI-powered debugging feature can automatically detect, fix, and explain coding errors in your scripts. The article details the author's experience using Warp to fix errors in bash and Python scripts.

    2025-03-15 Tags: , , , , by klotz
  5. Charm makes the command line glamorous with tools like Huh for interactive forms, Lip Gloss for styling, and Glow for markdown reading. They offer various libraries and applications for building terminal user interfaces.

    2025-03-11 Tags: , , , , , , by klotz
  6. An individual has created a raycasting display engine that runs entirely within bash, inspired by the techniques used in Wolfenstein 3D. This project explores the limits of bash for graphical applications, addressing challenges such as performance limitations and the lack of floating-point support. The project's development process and challenges are detailed, with code available on GitHub and a visual explanation on imgur.

    2025-01-18 Tags: , , , by klotz
  7. This project provides an LLM Websearch Agent using a local SearXNG server for search functionality and includes Python scripts and a bash script for interacting with an LLM to summarize search results.

    2024-11-30 Tags: , , , , , by klotz
  8. The article discusses two unexpected sources of code execution in bash: arithmetic expressions and the test -v command, which can evaluate arbitrary code under certain conditions.

    if  [ "${num}" -eq 42  » ]
    
    $  [ -v 'x[$(cat /etc/passwd > /tmp/pwned) » ' ]]
    
    2024-11-22 Tags: , , by klotz
  9. gptme is a personal AI assistant in your terminal, enabling it to use the terminal, run code, edit files, browse the web, use vision, and more. It assists in all kinds of knowledge-work, especially programming.

  10. 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

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "bash"

About - Propulsed by SemanticScuttle