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.
Dune is a shell that combines the power of Bash with the functional programming capabilities of Lisp, designed for customizable and efficient scripting tasks. Written in Rust, Dune supports metaprogramming concepts and includes a standard library to simplify sysadmin tasks.
A bash script called MarCLIdown allows you to preview markdown files in the terminal.
An optional component to enable AI features in iTerm2, providing network request functionality, ensuring secure data transmission.
Use large language models embedded in single-file executables from the command line to perform tasks like renaming images based on their visual content
string split on first space:
arg1: echo "${var% *}"
arg2: echo "${var#* }"