Annexview is an Emacs Dired interface for modifying [git-annex metadata][gxm] and for creating [metadata-driven views][mdv]. See the [package commentary][com] for more details. [gxm]: https://git-annex.branchable.com/metadata/ [mdv]: https://git-annex.branchable.com/tips/metadata_driven_views/ [com]: https://git.sr.ht/~kyleam/annexview/tree/master/annexview.el#L24 ### Contributing Please send bug reports, feature requests, and other questions to [~kyleam/public-inbox@lists.sr.ht][lst] with **[annexview]** as the subject prefix. You can browse previous Annexview discussions at . If you'd like to contribute a patch, thank you! Please send it to the same address. You can generate the patch with git format-patch --subject-prefix="PATCH annexview" ... To avoid passing `--subject-prefix` each time you call `format-patch`, you can configure the repository's default prefix: git config format.subjectPrefix "PATCH annexview" For more information on sending patches, visit . [lst]: mailto:~kyleam/public-inbox@lists.sr.ht