blob: 6f2bcc78a1250ed9bb58ee373b6abc1bee863cad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Annexview is an Emacs Dired interface for modifying git-annex metadata
[^1] and for creating metadata-driven views [^2]. See the package
commentary more details.
[^1]: https://git-annex.branchable.com/metadata/
[^2]: https://git-annex.branchable.com/tips/metadata_driven_views/
Status: hibernating
-------------------
The core functionality I had in mind is in place, but there are a lot
of little bits left to do. The main problem is that I don't actually
use git-annex views! I think metadata-driven views sound great and
exciting. But that hasn't been enough to get me to actually use them.
Contributing
------------
Bug reports, patches, questions, and other feedback are welcome.
Please send a plain-text email, with "[annexview]" as the subject
prefix, to
misc@inbox.kyleam.com
To add this prefix to patches, you can generate the them 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"
Messages that include the address above are public and available as
public-inbox [^3] archives at
https://inbox.kyleam.com/misc/?q=s%3Aannexview
[^3]: https://public-inbox.org/README
|