This commit is contained in:
parent
4f4234797e
commit
1e333b3493
1 changed files with 26 additions and 0 deletions
26
doc/forum/Editing_Metadata_in_your___36__EDITOR.mdwn
Normal file
26
doc/forum/Editing_Metadata_in_your___36__EDITOR.mdwn
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
Hey everyone,
|
||||||
|
|
||||||
|
I made a Python script that launches your `$EDITOR` (or `$VISUAL`) to conveniently edit git-annex metadata.
|
||||||
|
|
||||||
|
Code is [on Gitlab](https://gitlab.com/nobodyinperson/git-annex-metadata-edit).
|
||||||
|
|
||||||
|
## 📥 Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Installation
|
||||||
|
pip install git+https://gitlab.com/nobodyinperson/git-annex-metadata-edit
|
||||||
|
```
|
||||||
|
|
||||||
|
## ✨ Features
|
||||||
|
|
||||||
|
- Operate on multiple files (recursively)
|
||||||
|
- overwrite a metadata field
|
||||||
|
- add/remove specific values from a field in one go
|
||||||
|
|
||||||
|
## 📟 📹 Screencast
|
||||||
|
|
||||||
|
[](https://asciinema.org/a/541576?autoplay=1)
|
||||||
|
|
||||||
|
Cheers, 👍
|
||||||
|
|
||||||
|
Yann
|
Loading…
Add table
Add a link
Reference in a new issue