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
@@ -27,14 +27,22 @@ AlgoBase (AB) is for those who prefer to use a desktop app for managing algorith
27
27
. Copy the file to the folder you want to use as the home folder for your AlgoBase application.
28
28
. Double-click the file to start the app. The GUI should appear in a few seconds.
29
29
+
30
-
image::Ui.png[width="790"]
30
+
image::Ui.png[width="80%"]
31
31
+
32
32
. Type the command in the command box and press kbd:[Enter] to execute it. +
33
33
e.g. typing *`help`* and pressing kbd:[Enter] will list all possible commands in the result window and open the help window.
34
34
. Some example commands you can try:
35
35
36
36
* *`list`* : lists all problems
37
37
* **`add`**`n/factorial d/define a function factorial that takes in a number and n and returns the factorial of the number t/recursion a/Halim` : adds a problem called 'factorial' tagged with 'recursion' and authored by 'Wee Han'
38
+
* **`edit`**`1 src/LeetCode` : edits the first problem displayed and sets its source to 'LeetCode'
39
+
* **`switchtab`**`t/display i/2` : switches to tag tab
40
+
* **`switchtab`**`t/display i/3` : switches to plan tab
41
+
+
42
+
image::UiStartPlan.png[width="60%"]
43
+
+
44
+
* **`findplan`**`n/CS2040` : finds plans that with name 'CS2040'
45
+
* **`clear`** : resets Algobase
38
46
* *`exit`* : exits the app
39
47
40
48
. Refer to <<Features>> for details of each command.
Since kbd:[Ctrl + ↑] is equivalent to executing `rewind 1`, you should not expect to rewind multiple commands back if you press the shortcut multiple times - it will always show you the last successfully executed command, if any. If you want to rewind several commands back
471
+
Since kbd:[Ctrl + ↑] is equivalent to executing `rewind 1`, you should not expect to rewind multiple commands back if you press the shortcut multiple times - it will always show you the last successfully executed command, if any. if you want to rewind several commands back, please use `rewind INDEX` instead.
0 commit comments