If you’re an IT person, you likely use many tools and operating systems, and you take notes of commands you might have to look up in the near future.
I’ve always had my command notes stored in Google Sheets for reference, but that felt inconvenient.
I decided to make a simple desktop application for Windows and Mac to store the commands you use. Enter the command for copy/pasting, a description, and assign a group like Cisco, Kubernetes, Linux, and so on.
So far, the data is stored locally via Better SQLite3, but the plan is to use Google Drive to store data.
I chose ElectronJS + React + Vite + TypeScript for my framework.
Work in progress, and the app will have a switch between an English and Japanese interface.

