By: Team M11-3 Since: Jan 2019 Licence: MIT
- 1. Introduction
- 2. Quick Start
- 3. Features
- 3.1. Viewing help :
help - 3.2. Adding a flashcard:
add - 3.3. Listing all flashcards categorized by subjects:
listorl - 3.4. Editing a flashcard:
editore - 3.5. Finding a flashcard based on topic:
findorf - 3.6. Deleting a flashcard:
deleteord - 3.7. Selecting a subject:
selectSubject - 3.8. Selecting a flashcard:
select - 3.9. Viewing the next flashcard:
nextorn - 3.10. Viewing the next flashcard:
previousorp - 3.11. Listing entered commands:
history - 3.12. Clearing all flashcards:
clearorc - 3.13. Exiting the program:
exit - 3.14. Saving the data
- 3.15. Creating an account (coming in v2.0)
- 3.16. Logging in (coming in v2.0)
- 3.1. Viewing help :
- 4. FAQ
- 5. Command Summary
FlashCards is for those who prefer to use a desktop application to manage their notes. More importantly, FlashCards is optimized for those who are comfortable working with a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
With FlashCards, you no longer need to worry about sieving through your hard copied notes for various subjects just to find the ones you want. You can have all your notes categorized neatly in one platform and be easily accessible at your fingertips!
Read on to get started!
-
Ensure you have Java version
9or later installed in your Computer. -
Download the latest
flashcard.jarhere. -
Copy the file to the folder you want to use as the home folder for this FlashCard application.
-
Double-click the file to start the app. The GUI should appear in a few seconds.
-
Type the command in the command box and press Enter to execute it.
e.g. typinghelpand pressing Enter will open the help window.
Other example commands you can try:
-
list: lists all flashcards -
addt/Pythagoras Theorem diff/1 c/a^2 + b^2 = c^2 d/30-03-2019 s/Math
Adds a flashcard named Pythagoras Theorem under the subject Math to the list of flashcards.
It has a difficulty level of 1 with the content a^2 + b^2 = c^2 and should be memorised by 30-03-2019.
-
delete3: deletes the 3rd flashcard shown in the current list -
exit: exits the app-
Refer to Section 3, “Features” for details of each command.
-
Command Format
-
Words in
UPPER_CASEare the parameters to be supplied by the user e.g. inadd t/TOPIC,TOPICis a parameter which can be used asadd t/Pythagoras Theorem. -
Parameters can be in any order e.g. if the command specifies
t/TOPIC c/CONTENT,c/CONTENT t/TOPICis also acceptable.
Adds a flashcard.
Format: add t/TOPIC diff/DIFFICULTY c/CONTENT s/SUBJECT
-
TOPIC: Title of the flashcard. -
DIFFICULTY: Difficulty level of the flashcard’s content indicated by a positive integer 1, 2, or 3 only. -
CONTENT: Content of the flashcard. -
SUBJECT: Subject of the flashcard.
Examples:
-
add t/Pythagoras Theorem diff/1 c/a^2 + b^2 = c^2 s/Math
Adds a flashcard named "Pythagoras Theorem" under the subject "Math" to the list of flashcards. It has the content "a^2 + b^2 = c^2" and a difficulty level of "1". -
add t/Photosynthesis diff/1 c/A chemical reaction that takes place inside a plant, producing food for the plant to survive s/Science
Adds a flashcard named "Photosynthesis" under the subject "Science" to the list of flashcards. It has the content "A chemical reaction that takes place inside a plant, producing food for the plant to survive" and a difficulty level of "1".
The flashcard that was just added will be displayed in the flashcards panel.
Displays an indexed list of flashcards categorized by subjects.
Format: list or l
Subject tags will be colour-coded. Same subject tags will have the same colour.
Edits field(s) of a specified flashcard.
Enter the index of the flashcard to edit, followed by the field(s) you wish to edit.
Format: edit INDEX [t/TOPIC] [diff/DIFFICULTY] [c/CONTENT] [d/DEADLINE] [s/SUBJECT]
-
INDEX: Index number of the flashcard to be edited. This index number will be shown in the displayed list of flashcards in the flashcards panel. Must be a positive integer such as 1, 2, 3, … -
[t/TOPIC] [diff/DIFFICULTY] [c/CONTENT] [d/DEADLINE] [s/SUBJECT]: At least one of these fields enclosed in [ ] must be present.
Steps to edit a flashcard:
-
Click on a subject in the subjects panel; or
-
Enter the
selectSubjectcommand to select a subject (see Section 3.9.); then -
Use the
editcommand to edit a flashcard
Examples:
-
Editing 1 field
-
After clicking on a subject e.g. Math, flashcards that are tagged under "Math" will be displayed in the flashcards panel.
Next, enteredit 1 s/Scienceore 1 s/Scienceto edit the flashcard with index "1". It will replace the flashcard’s existing subject with "Science". -
After entering this command
selectSubject English, all flashcards that are tagged under "English" will be displayed in the flashcards panel.
Next, enteredit 2 c/The quick brown foxore 2 c/The quick brown foxto edit the flashcard with index "2". It will replace the flashcard’s existing content with "The quick brown fox".
-
-
Editing more than 1 field
-
After clicking on a subject e.g. Math, flashcards that are tagged under "Math" will be displayed in the flashcards panel.
Next, enteredit 1 c/Plants s/Scienceore 1 c/Plants s/Scienceto edit the flashcard with index "1". It will replace the flashcard’s existing content with "Plants" and subject with "Science". -
After entering this command
selectSubject English, all flashcards that are tagged under "English" will be displayed in the flashcards panel.
Next, enteredit 1 t/Brown Fox diff/1ore 1 t/Brown Fox diff/1to edit the flashcard with index "1". It will replace the flashcard’s existing topic with "Brown Fox" and difficulty level with "1".
-
The edited flashcard will be updated and displayed in the flashcards panel.
Find flashcards based on the given keyword.
Format: find KEYWORD [MORE_KEYWORDS]
-
KEYWORD: The keyword to find flashcards with -
[MORE_KEYWORDS]: More than one keyword is accepted but at least one keyword is needed.
Things to note:
-
The search is case insensitive. e.g
foxwill matchFox. -
The order of the keywords does not matter. e.g.
Pythagoras Theoremwill matchTheorem Pythagoras. -
The search is based on the flashcard’s topic.
-
Only full words will be matched e.g.
Theoremwill not matchTheorems. -
Flashcards containing the keyword will be displayed (i.e.
ORsearch). e.g.Photosynthesis Theoremwill returnPhotosynthesisandPythagoras Theoremflashcards.
Examples:
-
find Theorem
Returns "Pythagoras Theorem" and "Bayes Theorem" flashcards and any flashcards whose topic containsTheorem. -
f sun fox
Returns any flashcards whose topic containssunorfoxsuch as "Brown fox" and "Rising sun" flashcards.
The flashcard(s) whose topic matches any of the keywords given will be displayed in the list of flashcards.
Deletes the specified flashcard.
Enter the index of a flashcard to be deleted.
Format: delete INDEX
-
INDEX: Index number of the flashcard to be deleted. This index number will be shown in the displayed list of flashcards. Must be a positive integer such as 1, 2, 3, …
Steps to delete a flashcard:
-
Click on a subject in the subjects panel; or
-
Enter the
selectSubjectcommand to select a subject (see Section 3.9.); then -
Use the
deletecommand to delete a flashcard
Examples:
-
After clicking on a subject e.g. Math, flashcards that are tagged under "Math" will be displayed in the flashcards panel.
Next, enterdelete 2ord 2to delete the specified flashcard at index 2. -
After entering this command
selectSubject English, all flashcards that are tagged under "English" will be displayed in the flashcards panel.
Next, enterdelete 1ord 1to delete the specified flashcard at index 1.
The updated list of flashcards will be displayed in the flashcards panel.
Selects the subject identified by the name used in the displayed list of subjects.+
Format: selectSubject SUBJECT
-
SUBJECT: Subject to be selected. This subject name can be found in the displayed list of subjects on the left panel. Must be a subject that is already in the subject list
Steps to select a subject:
* Enter the selectSubject command to select a subject;
Examples:
* Enter this command selectSubject English, all flashcards that are tagged under "English" will be displayed in the flashcards panel.
Selects the flashcard identified by the index number used in the displayed list of flashcards.
Format: select INDEX
-
INDEX: Index number of the flashcard to be selected. This index number will be shown in the displayed list of flashcards. Must be a positive integer such as 1, 2, 3, …
Steps to select a flashcard:
-
Click on a subject in the subjects panel; or
-
Enter the
selectSubjectcommand to select a subject (see Section 3.9.); then -
Use the
selectcommand to select a flashcard
Examples:
-
After clicking on a subject e.g. Math, flashcards that are tagged under "Math" will be displayed in the flashcards panel.
Next, enterselect 2to select the 2nd flashcard of the subject "Math" in the flashcards panel. -
After entering this command
selectSubject English, all flashcards that are tagged under "English" will be displayed in the flashcards panel.
Next, enterselect 1to select the 1st flashcard of the subject "English" in the flashcards panel.
Views the next flashcard in line.
Format: next or n
-
Selects the next flashcard and displays its content
Steps to view next flashcard:
-
First select the subject of the flashcards you want to toggle with
selectSubjectcommand. -
Next, use the
selectcommand (see Section 3.9) to select a flashcard first. -
Use
next/ncommand to go to the next flashcard.
Examples:
-
selectSubject math
Selects all flashcards that is tagged under subject math.
select 2
Selects the 2nd flashcard in the filtered list.
next
Selects the next flashcard in the list (i.e. the 3rd flashcard); and displays the content of this flashcard.+ -
selectSubject science
Selects all flashcards that is tagged under subject science.
select 5
Selects the 5th flashcard in the list.
n
Displays the next flashcard in the list (i.e. the 6th flashcard); and + displays the content of this flashcard.
The next flashcard in line will be selected and its content will be displayed.
Views the previous flashcard in line.
Format: previous or p
-
Selects the previous flashcard and displays its content
Steps to view previous flashcard:
-
First select the subject of the flashcards you want to toggle with
selectSubjectcommand. -
Use the
selectcommand (see Section 3.9) to select a flashcard first. -
Use this
previous/pcommand to go to the previous flashcard.
Examples:
-
selectSubject math
Selects all flashcards that is tagged under subject math.
select 2
Selects the 2nd flashcard in the list.
previous
Selects the previous flashcard in the filtered list (i.e. the 1st flashcard); and displays the content of this flashcard. -
selectSubject science
Selects all flashcards that is tagged under subject science.
select 5
Selects the 5th flashcard in the list.
p
Selects the previous flashcard in the list (i.e. the 4th flashcard); and displays the content of this flashcard.
The previous flashcard in line will be selected and its content will be displayed.
Lists all the commands that you have entered in reverse chronological order.
Format: history
|
ℹ️
|
Pressing the ↑ and ↓ arrows will display the previous and next input respectively in the command box. |
FlashCards data is saved in the hard disk automatically after any command that changes the data.
There is no need to save manually.
Creates an account for the user.
This feature will support multiple users and all operations carried out will be tagged to the same user account.
Q: How do I transfer my data to another Computer?
A: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous FlashCard Book folder.
-
Add :
add t/TOPIC diff/DIFFICULTY c/CONTENT d/DEADLINE s/SUBJECT
e.g.add t/Pythagoras Theorem diff/1 c/a^2 + b^2 = c^2 d/30-03-2019 s/Math -
Clear :
clearorc -
Delete :
delete INDEX
e.g.delete 3ord 3 -
Edit :
edit INDEX [t/TOPIC] [diff/DIFFICULTY] [c/CONTENT] [d/DEADLINE] [s/SUBJECT]
e.g.edit 2 s/Scienceore 2 c/The quick brown fox -
Find :
find KEYWORD [MORE_KEYWORDS]
e.g.find Theoremorf sun fox -
Help :
help -
History :
history -
List :
listorl -
Next :
nextorn -
Previous :
previousorp -
Select :
select INDEX
e.g.select 2 -
Select Subject :
selectSubject SUBJECT
e.g.selectSubject Math
