Implement Executable File Detection & Terminal Integration + i18n Improvements #252

Merged
ZacharyZcR merged 63 commits from main into main 2025-09-18 02:58:14 +00:00
Showing only changes of commit 7bcc863270 - Show all commits
@@ -21,7 +21,7 @@ import {
SiJavascript,
SiTypescript,
SiPython,
SiJava,
SiOracle,
SiCplusplus,
SiC,
SiDotnet,
@@ -91,7 +91,7 @@ function getLanguageIcon(filename: string): React.ReactNode {
'ts': <SiTypescript className="w-6 h-6 text-blue-500" />,
'tsx': <SiTypescript className="w-6 h-6 text-blue-500" />,
'py': <SiPython className="w-6 h-6 text-blue-400" />,
'java': <SiJava className="w-6 h-6 text-red-500" />,
'java': <SiOracle className="w-6 h-6 text-red-500" />,
'cpp': <SiCplusplus className="w-6 h-6 text-blue-600" />,
'c': <SiC className="w-6 h-6 text-blue-700" />,
'cs': <SiDotnet className="w-6 h-6 text-purple-600" />,