RCSB 3D Structure Alignment Application
An easy way to include comments from the fediverse in a website
A crate for evaluating and exploring quantum error correction.
QEC for Rust PECOS.
Provides simulators and related elements for PECOS simulations.
Provides core definitions and functions for PECOS simulations.
An AI command line assistant, which is context-aware and multi-turn capable.
An AI command line assistant, which is context-aware and multi-turn capable.
A fast CLI tool for analyzing Claude Code usage patterns, token consumption, and costs
poipoi is a quick access tool to project directories.
checkline: checkbox line picker for stdin line input
Automatically generate commit messages from a git diff using AI
A CLI tool for simplified Git worktree management
A library for simple (usually command-line) user interaction.
Select objects with peco
Run adb command with peco
A lightweight, ruby version of peco with filtering
Fuzzy finder excel. This uses a fuzzy finder such as peco or fzf.
# MakeData A CLI for generating fake json, csv, or yaml data. Uses Faker to produce fake data in whatever category you choose. ## Quick Start Requires `peco`, so `brew install peco` (or however you get packages) ``` mkdata ``` Follow the prompts to select the category, keys, count, and format. ## Options `-h --help` Shows the help menu `-c --category [CATEGORY]` choose a category from Faker. (I can never remember these, so I use the interactive mode. Mostly here so that this could be used without interaction, like in a script) `-f --format [FORMAT]` json, csv, or yaml. What format to generate the data in. `-a --all` use all the keys from that Faker category.