

This is a CLI tool that retrieves text directly embedded in source code.

Share text and hand-drawn pictures in real time! It's a real-time online whiteboard. With no time lag, you can share what you want to convey visually while having conversations with people in remote locations. No troublesome member registration required. You can use it by simply deciding on any whiteboard ID and sharing that ID and URL. Try opening two windows to see if it's reflected!

This is a service that supports Scrum development.

As the name suggests, it's a launcher for Python apps. It can read a folder and execute .py files in it with just one button click. I created it because I wanted to try using Gemini CLI. I packed in convenient features such as console execution, batch startup, scheduled startup, favorites, group functionality, hardware monitoring, and virtual environment creation (.venv). I created the GUI with CustomTkinter, but there are technical limitations, and there is some stuttering when scrolling. Please understand. ※ Supports both Japanese and English. The default is English, so please change to Japanese from the View menu in the menu bar.

考えを整理して前に進むための「意思決定支援ソフト」です
This is a CLI tool that detects and lists hardcoded text within source code.
By default, it outputs information for humans, but it can also output in JSON for machines, and can output Exit Codes, making it easy to integrate into CI/CD pipelines.
Internally, it first roughly detects strings enclosed in "double quotation marks", 'single quotation marks', or バッククォート, narrows down the candidates, and then uses tree-sitter AST to obtain more precise information.
This app was created with the philosophy of "it's better to output candidates just in case rather than miss something." In other words, it prioritizes false positives.
It supports multiple programming languages including Rust, Python, JS/TS, Go, C#, and others.
→ For Windows
# Windows (PowerShell)
irm https://raw.githubusercontent.com/DovahkiinYuzuko/txthc-cli/main/install.ps1 | iex→ For Linux/Mac
# Linux / macOS (bash)
curl -fsSL https://raw.githubusercontent.com/DovahkiinYuzuko/txthc-cli/main/install.sh | bash# 基本の使い方
txthc <ファイルパス>
# ヘルプの表示
txthc --help
# 最新リリースへ更新(確認あり)
txthc update
# アンインストール(確認あり)
txthc uninstall
Feedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback