@@ -12,7 +12,8 @@ It can understand human speech, talk to user and execute basic commands.
12
12
13
13
#### Assistant Skills
14
14
* ** Opens a web page** (e.g 'Jarvis open youtube')
15
- * ** Play music in Youtube** (e.g 'play mozart')
15
+ * ** Play music in Youtube** (e.g 'Jarvis play mozart')
16
+ * ** Increase/decrease** the speakers master volume (also can set max/mute speakers volume) ** (e.g 'Jarvis volume up!')
16
17
* ** Opens libreoffice suite applications (calc, writer, impress)** (e.g 'Jarvis open calc')
17
18
* ** Tells about something** , by searching on the internet (e.g 'Jarvis tells me about oranges')
18
19
* ** Tells the weather** for a place (e.g 'Jarvis tell_the_skills me the weather in London')
@@ -28,10 +29,10 @@ It can understand human speech, talk to user and execute basic commands.
28
29
* ** Tells the current location** (e.g 'Jarvis tell me your current location')
29
30
* ** Tells how much memory consumes** (e.g 'Jarvis tell me your memory consumption)
30
31
* ** Tells users commands history** (e.g 'Jarvis tell me my history')
31
- * ** Write/tell 'learn ' and enable learning mode and add new responses on demand!** (e.g 'learn ')
32
+ * ** Write/tell 'remember ' and enable learning mode and add new responses on demand!** (e.g 'Jarvis remember ')
32
33
* ** Clear bash console** (e.g 'Jarvis clear console')
33
- * ** Has help command, which prints all the skills with their descriptions** (e.g 'help')
34
- * ** Do basic calculations** (e.g 'Jarvis (5 + 6) * 8')
34
+ * ** Has help command, which prints all the skills with their descriptions** (e.g 'Jarvis help')
35
+ * ** Do basic calculations** (e.g 'Jarvis (5 + 6) * 8' or 'Jarvis one plus one' )
35
36
* ** Change settings on runtime** (e.g 'Jarvis change settings')
36
37
37
38
#### Assistant Features
0 commit comments