


A tool that wraps Git operations in a GUI. A file management app for you, whether you're an engineer or non-engineer, who handles files.

ライセンス文取得を楽に行えるNode.js CLIツール

I will copy frequently used template text to the clipboard. It's convenient to keep things like prompts for AI.

A CLI tool that makes it easy to understand file sizes. Supports tree structure display like the tree command.

Convert text into voice. "MD Reader" - a Markdown document reader that reads aloud in natural speech. Seamlessly input your text while working, while on the move.

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

You can find places where you can smoke cigars and record the cigars you've smoked.

MUS (My Usual Shopping) is a "simple shopping management app" that makes it easy to organize your daily shopping.

Instantly extract text from images and PDFs! A fully privacy-conscious AI-OCR tool

AI agent-exclusive knowledge base that enables AI to retain memory across sessions

感情を吐き出し、共有、振り返る新感覚SNS

GitHub repository? Just leave it to Claude.

「Where should I start?」 I'll give you that answer.

This is an app that allows you to easily manage household inventory and stock status with the intuitive feel of placing magnets on a whiteboard. By switching between three states—white/yellow/red—with a single tap, you can intuitively manage your inventory. It can be used for a variety of purposes, such as seasonings, food, and daily necessities! By creating multiple "boards," you can organize and manage items by category.

恋愛で迷ったときの道しるべ

Escape awkward situations in a snap! An essential item for smartly getting out. A personal helper tool that can fake a realistic phone call at a specified time. With a bright and refreshing screen, it supports a natural exit without being noticed!

A dedicated eye drop timer that eliminates the "which one next?" confusion when using multiple eye drops. It gently guides you through the application intervals and order. Settings are easy to configure while looking at the actual products! It's also useful in care facilities and other professional settings!

When you're about to sing, you can't remember what song you wanted to sing. Have you ever had that experience? This is a karaoke repertoire notebook. I've scattered some convenient features like key settings throughout. Works with both JOYSOUND and DAM.

PNG file size reduction app that supports metadata reduction, sorting optimization, and color reduction

画像カラーピッカーとは、写真やスクリーンショットから主要な色を自動で抽出し、WEBデザイン用のカラーパレットを生成するツールです。配色をゼロから考えるのではなく、参考にしたい画像からサンプリング

This is a service where you can place pins 📍 at smoking areas to make it easier for smokers to find smoking areas. Non-smokers can also place pins and share them with smokers, making the world a little bit more comfortable for everyone.

1日3分、英語のひとりごと。話すだけでAIが発音を「口の形」レベルでコーチ。アカウント登録不要、録音は分析後すぐ破棄されます。

A memorization app specialized in goro-awase (Japanese phonetic mnemonics). You can search and save goro-awase posted by everyone, making it many times easier than thinking of them on your own. Recommended for middle school students, high school students, and exam takers.

Are you keeping a record of your orthodontic progress? Every month, you stand in front of a mirror, hold up your smartphone, open your mouth, and take a photo. Those photos all end up getting lost somewhere in your camera roll, don't they? I created an app that lets you record and compare just your mouth area without showing your face.
任意の.gitignores/フォルダの中に自分(あるいはAI)が{名前}.gitignoreを作成し、mushiコマンドを実行することでルートフォルダの.gitignoreファイルにまとめられるCLIツールです。全無視*からの例外!方式でgitignoreを管理する人向けです。
ホワイトリスト方式のメリットは一旦全無視するようにするため、余計なファイルが混ざりにくいという点があります。
しかし、その特性上gitignoreファイルがどんどん長くなり、管理がめんどくさくなります。そのため、特定のタグ事にgitignoreを作成し、最終的にそれらを1つにまとめて一つのgitignoreで中央集権的に管理できるようにしたら便利では?と考え、作成しました。以下はイメージです。
projectName/.gitignores/src.gitignore
!src
!src/app.js
!src/pipe-line-1.js
!src/pipe-line-2.jsprojectName/.gitignores/projectName.gitignore
!README.md
!LICENSE.md
!package.jsonこれらが合成されて、projectName/.gitignore
# project:projectName
*
!.gitignore
# ---AUTO-Generated---
# .gitignores/src.gitignore
!src
!src/app.js
!src/pipe-line-1.js
!src/pipe-line-2.js
# .gitignores/projectName.gitignore
!README.md
!LICENSE.md
!package.jsonこのような形になります。関心の分離の考えでそれぞれのgitignoreを作成し、人間やAIが管理しやすいようにすることで可読性や保守性を向上、また機械向けに整えることで人間と機械の役割を分けています。
Feedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback