add notify-send hook for demo purposes

This commit is contained in:
blob42 2023-09-09 13:02:52 +02:00
parent 4a42f11cc1
commit f941846098
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ var (
},
Stats: &parsing.Stats{},
UseFileWatcher: true,
UseHooks: []string{"tags_from_name"},
UseHooks: []string{"tags_from_name", "notify-send"},
},
//TODO: profile
}

View File

@ -43,7 +43,7 @@ var (
UseFileWatcher: true,
// NOTE: see parsing.Hook to add custom parsing logic for each
// parsed node
// UseHooks: []string,
UseHooks: []string{"notify-send"},
},
// Default data source name query options for `places.sqlite` db