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
Copy file name to clipboardExpand all lines: commands/ctftime.go
+37-27Lines changed: 37 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -29,37 +29,16 @@ func init() {
29
29
}
30
30
31
31
funcCtfTimeHelp() string {
32
-
return"set the current ctftime url with ret\n\n"+
33
-
"the ctftime url is stored in "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+" using the "+theme.ColorYellow+"`\"ctftimeurl\"`"+theme.ColorReset+" field\n\n"+
34
-
"the command will use the ctftime.org api to fetch details about the currently set ctftime url and then display them\n\n"+
32
+
return"adds a ctftime url with ret\n\n"+
33
+
"the ctftime urls are stored in "+theme.ColorCyan+"`~/.config/ret`"+theme.ColorReset+" using the "+theme.ColorYellow+"`\"ctftimeurls\"`"+theme.ColorReset+" field\n\n"+
34
+
"the command will use the ctftime.org api to fetch details about all the currently set ctftime urls and then display them\n\n"+
35
35
"the ctf's title, start time and finish time will be displayed along with an indication of the time to the start or finish depending on the context\n\n"+
36
36
"for more details please see https://ctftime.org/api/\n\n"+
37
-
"the ctftime url will be used to aid in the generation of writeups with the "+theme.ColorGreen+"`writeup`"+theme.ColorReset+" command\n\n"
37
+
"the ctftime urls will be used to aid in the generation of writeups with the "+theme.ColorGreen+"`writeup`"+theme.ColorReset+" command\n\n"
0 commit comments