Dotfiles-coach Alternatives
Similar projects and alternatives to dotfiles-coach
-
nevr-env
Type-safe environment validation for TypeScript with an interactive CLI, plugins, encrypted vault, and Docker/Podman auto-discovery. The missing DX layer between your .env files and your app.
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.
-
gitcoach-cli
Git CLI tool with educational guidance and optional AI commit messages. Built for the GitHub Copilot CLI Challenge 2026.
-
vibesafu
Better Claude Code workflow with smart safety checks. Safe YOLO mode without --dangerously-skip-permission
-
pushok
Discontinued Way Finder - Find your way to what matters. AI-powered goals, photo timeline. In memory of Stela 🐱. Built with GitHub Copilot CLI. [GET https://api.github.com/repos/aleksey-cherenkov/pushok: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
-
shelltutor
Interactive shell command tutor powered by GitHub Copilot CLI learn the terminal through hands-on challenges with AI-powered semantic evaluation
-
roastttp
HTTP status codes with attitude. A tiny CLI and Express middleware that roasts your responses.
-
devlog-cli
AI-powered developer journal — transforms your git history into meaningful narratives using GitHub Copilot CLI
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
WYX-CLI
Swiss-army-knife CLI compatible with BASH & ZSH on Debian and Macintosh with an array of utilities for optimising your development workflow and productivity in the terminal
dotfiles-coach discussion
dotfiles-coach reviews and mentions
- Show HN: Dotfiles Coach CLI that analyzes your shell history with GitHub Copilot
-
Dotfiles Coach: Your Shell History is Full of Automation Gold (You Just Don't Know It Yet)
# Install git clone https://github.com/OlaProeis/dotfiles-coach.git cd dotfiles-coach npm install && npm run build # 1. Analyze your shell history (100% offline) node dist/cli.js analyze # 2. Get Copilot-powered suggestions node dist/cli.js suggest # 3. Preview what would be written (dry-run) node dist/cli.js apply --dry-run # 4. Apply suggestions to a file node dist/cli.js apply # 5. Generate a report node dist/cli.js report --output report.md
Stats
The primary programming language of dotfiles-coach is TypeScript.