Tags: bash*

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

  1. Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronization of your history between machines, via an Atuin server.
    2024-06-27 Tags: , , by klotz
  2. Omakub is a new bash script that transforms a fresh Ubuntu 24.04 LTS installation into a system optimized for web development with a single command.
    2024-06-26 Tags: , , , , , by klotz
  3. Simon Willison recently delivered a talk during the Mastering LLMs: A Conference For Developers & Data Scientists, which was a six-week long online event. The talk centered around Simon's LLM Python command-line utility and its plugins, emphasizing how they can be utilized to explore Large Language Models (LLMs) and perform various tasks. Last week, he discussed accessing LLMs from the command-line, sharing valuable insights and techniques with the audience.
    2024-06-21 Tags: , , , , by klotz
  4. A minimalist bash program that prints markdown files in a terminal.

    MarCLIdown is a minimalist bash program that prints a markdown file in a formatted text output in a Linux terminal. It can handle various elements, such as headers, emphasis and strong emphasis, strikethrough, linebreaks, unordered lists, ordered lists, hyperlinks, images, urls/mails, checkboxes, checkboxes as items on a list, tables, horizontal lines, blockquotes, nested blockquotes, formatted elements inside Blockquotes/Notes, notes, footnotes, footnote with multiple paragraphs, inline code, code blocks, formatting escape, collapsible section, subscript/superscript, other HTML tags, and HTML collapsible sections. The project is unlicensed and can be installed using the provided install script.
    2024-06-17 Tags: , , , by klotz
  5. A bash script called MarCLIdown allows you to preview markdown files in the terminal.
    2024-06-21 Tags: , , , , by klotz
  6. An optional component to enable AI features in iTerm2, providing network request functionality, ensuring secure data transmission.
  7. A new programming language called Amber, which compiles to Bash, aims to make bash scripting easier for new-age cloud engineers and beginners. Amber is designed based on the ECMA script syntax and can be compiled into a Bash script for easier and type-safe scripting.
    2024-07-13 Tags: , , , , by klotz
  8. This GitHub repository contains bash-completion.el, a script that adds programmable bash completion to Emacs shell-mode. It is based on bash completion and is aware of bash builtins, aliases, and functions. It supports file expansion inside colon-separated variables and after redirections (> or <), escapes special characters when expanding file names, and is configurable through programmable bash completion. It works on remote shells, through TRAMP.
  9. 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
  10. - This GitHub Gist provides instructions and scripts to enable true color (24-bit color) in Emacs for iTerm2.
    - A bash function is defined to run subsequent Emacs calls with 24-bit color.
    - An additional script is included to add a terminfo entry for a new terminal "xterm-24bit".
    - The scripts ensure that 24-bit color is used only when it will work, both inside and outside of tmux.
    2024-02-02 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