複数のGitリポジトリの状態を監視できるTUIダッシュボードgitpaneの紹介です。
コミットメッセージのスタイルをlintするcommittedの紹介です。
A small language model training toolkit in Rust using the Candle ML framework, with CUDA/Metal acceleration and AT Protocol training-data ingestion.
todo.txt形式のタスクを管理できる高速なTUI/CLIツールTuxedoの紹介です。
R言語の高機能REPLのarfの紹介です。
日時の解析・計算・フォーマットをターミナルで行えるCLIツールbttfの紹介です。
The CLI now supports --json and --support for scripting and tooling, an opencode plugin and stdio MCP server expose it as agent tools, and a new publish-weight command writes trained checkpoints to a PDS as chunked blobs.
ローカル・リモート・クラウドを統一UIで辿れるmacOSのファイルブラウザSheruの紹介です。
Codex CLIとClaude Codeの作業用に多彩な機能が盛り込まれたCodexiaの紹介です。
Claude Codeのセッションと設定を分析して無駄や改善点を見つけるCLIツールcclensの紹介です。
ターミナルでJWTをデコード・エンコード・検証できるJWT-UIの紹介です。
AIコーディングエージェントがドット絵のオフィスで働くTUIのpixtuoidの紹介です。
A Rust LLM training toolkit on Candle with hardware-aware auto-tuning, AT Protocol data sources, and a memory governor that throttles training rather than let the OS dip into swap.
ファイルとディレクトリをツリーマップで可視化するTUIのleavesの紹介です。
オープンソースのmacOS向けコンテナランタイムArcBoxの紹介です。
VS Code風のペイン構成を持つTUI IDEのcroftの紹介です。
Dockerfileを辛口な指摘でlintするdroastの紹介です。
Markdown・Quarto・R Markdown向けのlanguage server兼formatter兼linterツールPanacheの紹介です。
通信を検査・改変できるMITMプロキシTUIのProxelarの紹介です。
Vim形式のモーダル編集とExcel互換の数式が使えるTUI表計算エディタcellの紹介です。
エディタ・AIエージェント・Webプレビューを内蔵した軽量ターミナルTeraxの紹介です。
ヘッドレスChromeの代替を狙うRust製の軽量ブラウザエンジンObscuraの紹介です。
大規模リポジトリでも軽快に動くことを狙ったGit GUIクライアントGitCometの紹介です。
tapeスクリプトからGIFやSVGを高速生成するターミナル録画ツールEVPの紹介です。
悪質なAIスクレイパーを毒入りデータの無限ループに誘い込む防御ツールMiasmaの紹介です。
ターミナルで動くシンプルなKubernetesダッシュボードKDashの紹介です。
A Zola theme with standard.site support — 96 colour themes, syntax highlighting, and AT Protocol verification.
危険な処理を実行前に防ぐターミナル向けセキュリティゲートTirithの紹介です。
録画・編集・共有が一体になったOSSの画面録画アプリCapの紹介です。
Mermaid記法の図をレンダリングするRust製CLIツールMermanの紹介です。
複数のAIエージェントをターミナル内で並行管理するTUIツールHerdrの紹介です。
スクリプト実行時に依存関係を自動インストールするNode.jsパッケージマネージャaubeの紹介です。
MarkdownをリッチにプレビューできるTUIツールleafの紹介です。
超高速・高精度なファイル検索ツールキットfffの紹介です。
リンク移動に対応したターミナル用Markdownビューアmd-tuiの紹介です。
Built a TUI tool for generating constructed languages with a comprehensive linguistic taxonomy, Ratatui terminal interface, and AT Protocol publishing via standard.site.
A modular, high-performance Rust framework for generating constructed languages (conlangs).
Converted the avatar updater, gradient generator, Markov chain bots (Bluesky + Mastodon) from Python scripts to Rust binaries. Same pattern, same day, four repos.
lsを打ち間違えたときに機関車を走らせるslのRust版の紹介です。
I've had a Raspberry Pi Zero W sitting under my soundbar for about a year. The job description was simple: be the one device on the soundbar's Bluetooth allowlist so I never have to repair anything, and play whatever audio my MacBook shoves at it. That's it. No screen, no DAC, no hat. Just a tiny board acting as a permanent Bluetooth client.
Asked to build a Tic Tac Toe board validator in Rust. Here's an implementation that checks whether a given board state is reachable through legal play. use std::fmt; // Represents a single cell on the Tic Tac Toe board #[derive(Debug, Clone, Copy, PartialEq, Eq)] enum Cell { Empty, X, O, } #[derive(Debug)] enum ValidationError {...
PDFビューアTUIのtdfの紹介です。