You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve markdownlint MD003 heading style issues in README.md
- Remove unnecessary horizontal rules (---) that were being interpreted as setext-style headings
- Maintain proper atx-style heading format throughout the document
- Ensure all headings use # symbols instead of underline-style formatting
This resolves the markdownlint MD003/heading-style error that was occurring on line 5.
ShellRosetta is a cross-platform CLI tool for developers, sysadmins, and anyone switching between Windows and Linux.
16
15
17
16
It instantly translates commands—including flags and arguments—between Linux/Bash and PowerShell. No more flipping between cheat sheets or Stack Overflow!
18
17
19
-
---
20
-
21
18
## Features
22
19
23
20
- 🖥️ **Interactive Shell Mode!** Open ShellRosetta as a REPL and translate commands live, just like in a real shell.
@@ -34,8 +31,6 @@ It instantly translates commands—including flags and arguments—between Linux
34
31
- 🌐 **Web API:** REST API and beautiful web interface for programmatic access.
0 commit comments