Tool for Linux beginners to learn shell commands
WhatTheShell is a translator between GUI actions and shell commands.
Actions like click and double-click, copying and removing files are translated to corresponding commands, and vice versa.
It currently supports basic Bash commands (e.g. mv, cp, rm).
vanilla- Original work, written in pure (but messy) JavaScriptreact- Being re-written in React and TypeScript
- Gunwoo Kim - gunwooterry
- Jooyoung Lee - leenoix
- Suhwan Jee - zeniuus
- Youngkyu Hong - realykhong
WhatTheShell is a course project of KAIST CS374 (Intro to HCI), instructed by Juho Kim.