A command line utility to try executing a shell command and retry if it fails or repeat even if it succeeds.
Get stdout window width, with two fallbacks, tty and then a default.
CLI for the swc project
A unified, high-performance i18next CLI.
The Agent Client Protocol (ACP) is a protocol that standardizes communication between *code editors* (interactive programs for viewing and editing source code) and *coding agents* (programs that use generative AI to autonomously modify code).
Dev Containers CLI
Configuration generator for ember-try
An object-oriented command-line parser for TypeScript
An ember-cli addon to test against multiple dependencies, such as ember and ember-data.
Syntax highlighting in your terminal
`Start a promise chain
YAML 1.2 parser and serializer
easy to use progress-bar for command-line/terminal applications
Tries to execute a function and discards any error that occurs
A CLI interface for Marp and Marpit based converters
Sitemap-generating lib/cli
Commitizen adapter using the commitlint.config.js
[](https://github.com/paralleldrive/aidd)[](https://paralleldrive.com)
Lint packaging errors
CLI for developing Backstage plugins and apps
Download templates and git repositories with pleasure!
CLI for rspack
Generate massive amounts of fake contextual data
Super-fast alternative to Babel for when you can target modern JS runtimes
Lightweight, time-sensitive directory navigation for experiments — a fast way to jump between temporary project folders
Command line interface for AI Agent Registry
A CLI for the colorimetry crate
Communicate with Docker Registries to fetch image metadata.
elephantry cli tool
Core registry canister client-rs/client-canister.
Wallet registry canister client-rs/client-canister.
A tool to perform telemetry analysis on F1 racing data
Telemetry client for F1 game by Codemasters
Clean CLI for Flowistry information-flow analysis
Finite State Machines with an entry API and data storage
Molt WASM-aware registry client built on oci-client (OCI /v2 + /wasm/v1)
A CLI tool for managing experimental projects. Creates dated directories for your tries, with fuzzy search and easy navigation.
Feel it's sometimes cumbersome to browse to a website, only to download a .gitignore? We've got your back! ignore-it is a small cli tool, which helps in fetching and creating .gitignore files from gitignore.io or local custom templates. We try to keep runtime dependencies as small as possible and are using mostly standard ruby libraries.
rails-ai-context turns your running Rails app into the source of truth for AI coding assistants. Instead of guessing from training data or stale file reads, agents query 38 live tools (via MCP server or CLI) to get your actual schema, associations, routes, inherited filters, conventions, and test patterns. Semantic validation catches cross-file errors (wrong columns, missing partials, broken routes) before code runs — so AI writes correct code on the first try. Auto-generates context files for Claude Code, Cursor, GitHub Copilot, OpenCode, and Codex CLI. Works standalone or in-Gemfile.
== ABOUT A simple program and library to conjugate french verbs. Parses responses to requests to an online reference site. === Executable ConjugateFR comes with the executable binary +conjugatefr+. To view information about it's supported arguments, run conjugatefr --help === Custom Renderers To make a custom renderer, just type require conjugatefr/renderer and then make a class that extends +Renderer+. An example is as follows: require 'conjugatefr/renderer' class ExampleRenderer < Renderer def pre puts "This goes before the words." end def word (name, words) print "#{name}:" words.each do |word| print " #{word}" end end def post puts "This goes after the words." end def description; "Renders an example format."; end end # Add to the Renderers list (For CLI and other programs that use it.) $renderers["Example"] = ExampleRenderer.new To try this out, save it as +erend.rb+ and then run: conjugatefr -R ./erend.rb -r Example It will produce the output: This goes before the words. someword: someconjugation etc etc ... (more words will be here) This goes after the words. === The Library The library can be included with +require conjugatefr+. It includes the +ConjugateFR+ class.
Manage your notes from the console. If you're like me, you spend most of your computing time in a terminal, you have a text-editor set up just to your liking, and you wish you could use it for everything. Naturally, when it comes time to ditch your paper note-pad, you refuse to to use the more popular gui-driven apps and want to find a way to use your editor instead. But when you start looking for a terminal-based notes framework (or plugin for your editor) you're blinded by crazy features and unwilling to learn a new tool. You've also already started keeping your notes in some text files and don't want to have to start over. Anyway, I went through the same thing and made this this lightweight tool (originally from some aliases in my bashrc) to do what I wanted it to do, which isn't a lot. But, like ruby, it has a nice interface, and it'll stay out of the way. That means you can choose where you keep your notes, how you organize them, how you track them (if you do), and what editor you use to write them. So if you already have your own notes, you can just point `peter-notes` at them and start using worlds simplest (and coolest) notes-manager. This is a cli tool, don't try to import it into some ruby source code.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.