From bb30ac63307b50d63b198cd7ad5c796c7ab39621 Mon Sep 17 00:00:00 2001 From: Seongbeom Park Date: Sun, 8 May 2022 03:58:38 +0900 Subject: [PATCH] add help.windows.txt --- help.windows.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 help.windows.txt diff --git a/help.windows.txt b/help.windows.txt new file mode 100644 index 0000000..4680cb8 --- /dev/null +++ b/help.windows.txt @@ -0,0 +1,20 @@ +Use the following shell commands: + +cd change directory [dir_name] +cat print file [file_name] +deleteme delete all of your data associated with foobar +edit open file in editor [file_name] +feedback provide feedback on foobar +less print a file a page at a time [file_name] +ls list directory contents [dir_name] +request request new challenge +status print progress +submit submit final solution file for assessment [file_name] +verify runs tests on solution file [file_name] + +Keyboard help: + +Ctrl + S save the open file [when editor is focused] +Ctrl + E close the editor [when editor is focused] + +Toggle between the editor and terminal using ESC followed by TAB, then activate with ENTER.