Add titles to config file and sort list by title
This commit is contained in:
@@ -93,6 +93,7 @@ func splitScheduleCommandTitle(b []byte) (string, string, string) {
|
||||
if i := strings.LastIndex(commandTitle, "#"); i >= 0 {
|
||||
title = commandTitle[i+1:]
|
||||
}
|
||||
title = strings.TrimSpace(title)
|
||||
return schedule, commandTitle, title
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user