-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommandslist.csv
More file actions
We can make this file beautiful and searchable if this error is corrected: It looks like row 51 should actually have 2 columns, instead of 4 in line 50.
54 lines (54 loc) · 3.98 KB
/
commandslist.csv
File metadata and controls
54 lines (54 loc) · 3.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Commands,Usage
weather,Check Wather Data Of Default City Mentioned In Methd
w,Cechk Wather Data Of Default City Mentioned In Methd
weather <city_name>,Check Weather Data of Given City
w <city_name>,Check Weather Data of Given City
joke,print single joke got from api
jokes,print single joke got from api
joke <joke_count>,print the number of jokes from given count
jokes <joke_count>,print the number of jokes from given count
advice,print single advice got from api
advices,print single advice got from api
advice <joke_count>,print the number of advices from given count
advices <joke_count>,print the number of advices from given count
exit,to exit the terminal and close it
add birthday <person_name> <person_birthdate(dd-mm),Add persons brithday data to data list
add bd <person_name> <person_birthdate(dd-mm),Add persons brithday data to data list
show bd,list all birthdays in data list
show birthdays,list all birthdays in data list
show birthday,list all birthdays in data list
check bd,list all birthdays in data list
check birthdays,list all birthdays in data list
check birthday,list all birthdays in data list
list bd,list all birthdays in data list
list birthdays,list all birthdays in data list
list birthday,list all birthdays in data list
cls,clear terminal (remove above commands)
clear,clear terminal (remove above commands)
show bd <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
show birthdays <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
show birthday <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
check bd <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
check birthdays <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
check birthday <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
list bd <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
list birthdays <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
list birthday <date(dd)> <month(mm>),list all birthdays in data list. with specified month and date and if you want to find for only month or date the put others value to '0'
delete birthday,delete the birthday data from data list
delete bd,delete the birthday data from data list
rmdir <folder_name>,remove the folder which was given in 2nd arguement
mkdir <folder_name>,create the folder at given location in 2nd arguement
rmfile <file_name>,remove file whose location given at 2nd arguement
mkfile <file_name>,create file with the given location as 2nd arguement
delete task,to delete task from todo list
delete tasks,to delete task from todo list
show task,to show all available tasks
show tasks,to show all available tasks
add task <task_description>,add the task into todolist
start timer <time> min,start time according to given minute and after complete played timer complete sound
start timer <time> sec,start time according to given seconds and after complete played timer complete sound
battery status,print the battery status such as is currently charger is pluged or not and battery percentage
random <item1>,<item2>,....<itemn>,print a random element from given items
random <num1> to <num2>,print a random number between range of num1 to num2
clear task,to clear all available tasks
clear tasks,to clear all available tasks