scripting

Tag

Cards List
#scripting

A shell colon does nothing. Use it anyway

Lobsters Hottest · 2d ago Cached

Explains the shell colon (null command) and its practical uses like argument checking, setting defaults, and file operations.

0 favorites 0 likes
#scripting

I wrote an bash enumerator because I was sick of xargs

Hacker News Top · 2026-07-20 Cached

The author created a bash enumerator tool to replace xargs for command-line enumeration tasks.

0 favorites 0 likes
#scripting

Are small local models for automation a thing?

Reddit r/LocalLLaMA · 2026-06-16

A Reddit user discusses the potential of small local language models (1B-4B parameters) for automation and scripting, and asks for resources focused on this use case.

0 favorites 0 likes
#scripting

Why Janet? (2023)

Hacker News Top · 2026-06-02 Cached

An article advocating for the Janet programming language, highlighting its simplicity, ease of distribution, powerful parsing with PEGs, and excellent subprocess DSL, making it ideal for side projects and command-line tools.

0 favorites 0 likes
#scripting

Splitting Konsole views from Helix to run tools

Lobsters Hottest · 2026-05-25 Cached

The author describes creating a shell script to automate splitting Konsole terminal views and running tools like gitu directly from the Helix editor, improving workflow automation.

0 favorites 0 likes
#scripting

Skill for building agent-native CLIs

Reddit r/AI_Agents · 2026-05-20

A guide on designing CLIs specifically for AI agents, emphasizing predictability, scriptability, and safe defaults.

0 favorites 0 likes
#scripting

Prolog Projects Tips

Lobsters Hottest · 2026-05-16 Cached

Tips for automating Prolog project releases using a Prolog script to increment versions, commit, tag, and register new pack versions with SWI-Prolog's pack system.

0 favorites 0 likes
#scripting

why use F# for scripting and automation?

Lobsters Hottest · 2026-05-15 Cached

The article explains why F# is a great choice for scripting and automation tasks, highlighting its helpful type system and natural pipeline operator that make code predictable and reliable.

0 favorites 0 likes
#scripting

Using LLM in the shebang line of a script

Simon Willison's Blog · 2026-05-11 Cached

Simon Willison demonstrates how to use the llm CLI tool in script shebang lines to execute LLM prompts and tool calls directly from executable files.

0 favorites 0 likes
← Back to home

Submit Feedback