


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.

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

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.

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

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

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.

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.

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.

「今夜、誰かと飲みたい」がつながる。飲み友と出会い、お酒の時間と思い出を共有する呑んべぇSNS「のもっか」🍻

Aikatsu Mood! is a web app for PC/smartphone. It displays Aikatsu YOUTUBE videos and you can play by tapping buttons. We are recruiting sheet music creators. Editing is PC only.

https://apps.apple.com/jp/app/本のおくすり/id6759515746 What's lined up here isn't book titles, but "prescriptions." "Good to read at times like this," "Reading this will make you like this"—— you can encounter a book filled with someone's heartfelt wishes that matches your current feelings. Why don't you also try delivering a precious book of yours as a "prescription"? --- "Book Medicine" is an app where you share recommended books as "prescriptions" with each other. ■ For those searching for a book What's lined up isn't book titles, but "prescriptions." "I want to feel soothed and comforted," "I want to become more positive," "I want to be deeply moved"—— As you flip through prescriptions based on your current mood, you'll encounter a book that someone has thoughtfully delivered to you. You choose books based only on their effects, deliberately without seeing the titles. That's precisely why unexpected encounters await you. ■ Leave your feelings in the books you've read Save books that catch your interest in your medicine handbook and begin reading. Write down what you feel while reading in your journal, or record words that stay with you. In your "reading record," you can look back on the books you've read and the traces of your feelings. Through leaving behind what you felt and how you've changed, your heart becomes enriched. ■ For those who want to deliver books A favorite book, a book that saved you, a book you want someone to read. Why not deliver it as medicine? Simply write: ・When you'd like them to read it ・The "effects" after reading ("I felt okay being myself," "Tomorrow became a little more exciting," etc.) ・Your own experience or a word or two Your one book becomes medicine for someone, somewhere. ■ Small reactions that connect givers and receivers Save to your medicine handbook, or convey your interest through comments. Small reactions turn into the giver's "I'm glad I introduced this."
任意の.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