Add day_pipe_item() function
Serializes an appointment or an event, prompts for a shell command and executes that command in a new process, piping serialized item data to its stdin. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -637,6 +637,7 @@ struct day_item *day_get_item (int);
|
||||
int day_item_nb (long, int, int);
|
||||
void day_edit_note (char *);
|
||||
void day_view_note (char *);
|
||||
void day_pipe_item (struct conf *);
|
||||
|
||||
/* dmon.c */
|
||||
void dmon_start (int);
|
||||
|
||||
Reference in New Issue
Block a user