mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Experiment with addons
Addons allow to execute external programs in some context inside docspell. Currently it is possible to run them after processing files. Addons are provided by URLs to zip files.
This commit is contained in:
@ -143,7 +143,9 @@ object Event {
|
||||
|
||||
}
|
||||
|
||||
/** Some generic list of items, chosen by a user. */
|
||||
/** Some generic list of items, chosen by a user. This is use to notify about periodic
|
||||
* search results.
|
||||
*/
|
||||
final case class ItemSelection(
|
||||
account: AccountId,
|
||||
items: Nel[Ident],
|
||||
|
Reference in New Issue
Block a user