public
Type | Acronym |
---|---|
Client | c |
Session | s |
Schedule | sch |
Common Commands | Action | Format | Example |
---|---|---|---|
General Commands | Open Home Page | home |
home |
Open Help Window | help |
help |
|
Open Settings Window | settings |
settings |
|
Clear all data | clear |
clear |
|
Exit this program | exit |
exit |
|
Add | Add Client Info | cadd n/NAME p/PHONE_NUMBER e/EMAIL [t/TAG] |
cadd n/Jane Doe p/91234567 e/jane@gmail.com |
Add a Session | sadd g/GYM_NAME ex/EXERCISE_TYPE at/START_TIME t/DURATION |
sadd g/Machoman Gym ex/Endurance at/29/09/2020 1600 t/120 |
|
Create a Schedule | schadd c/CLIENT_INDEX s/SESSION_INDEX |
schadd c/1 s/3 |
|
Edit | Edit Client Info | cedit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAG] |
cedit 1 n/Janie Doe |
Edit Session Info | sedit INDEX [g/GYM_NAME] [ex/EXERCISE_TYPE] [at/START_TIME t/DURATION] |
sedit 1 g/Machoman at/29/09/2020 1600 t/120 |
|
Edit a Schedule | schedit c/CLIENT_INDEX s/SESSION_INDEX [us/UPDATED_SESSION_INDEX] [pd/PAYMENT_STATUS] [r/REMARK] [w/WEIGHT] |
schedit c/1 s/1 us/1 pd/paid r/did 5 pushups w/70kg |
|
Delete | Delete Client Info | cdel INDEX [f/] |
cdel 1 |
Delete a Session | sdel INDEX [f/] |
sdel 1 |
|
Delete a Schedule | schdel c/CLIENT_INDEX s/SESSION_INDEX |
schdel c/2 s/3 |
|
List/View | List All Clients | clist |
clist |
View a Client's Full Profile | cview INDEX |
cview 1 |
|
View Sessions within Period | sview p/PERIOD |
sview p/all |
|
Find | Find Client by Name | cfind KEYWORD [MORE_KEYWORDS] |
cfind John Doe |
help
exit
cadd n/NAME p/PHONE_NUMBER e/EMAIL [t/TAG]
cedit INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAG]
cdel INDEX
clist
cfind KEYWORD [MORE_KEYWORDS]
Adding a session: sadd s/SESSIONTYPE dt/DATETIME dur/DURATION g/GYM_NAME
Schedule a client to a session: schedule c/CLIENT_INDEX s/SESSION_INDEX
Deschedule a client a session : deschedule rm c/CLIENT_INDEX s/SESSION_INDEX
Deschedule a client a session : reschedule rm c/CLIENT_INDEX s/SESSION_INDEX
Updating a session: sedit INDEX [s/SESSIONTYPE] [dt/DATETIME] [dur/DURATION] [g/GYM_NAME]
Deleting a session: sdel INDEX
Client (Class)
GymSession (Class)
14/09/2020 1300
, duration, location)Schedule (As a collection of sessions)
sfind d/DATE
gadd n/NAME a/ADDRESS p/PHONE_NUMBER
gedit
gdel
glist
Below are the screenshot of calliing the commands in FitEgo (the command box is actually automatically cleared, but shown here for the sake of clarity)
Add Client
Edit Client
Delete Client
View Client
View Client's Schedule & Remarks
View Client's Weight over different sessions
Find Client
Add Schedule
Edit Schedule
Delete Schedule
Home
Clear
Help
Settings
Add Session (Conflict) - Similar to Add Client (Conflict)
Add Session (Success)
Edit Session
Delete Session (Force)
Delete Session (No Force)
Session View
For more information, please refer to our User Guide and Developer Guide
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing