Add some metadata #7
2 changed files with 13 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
||||||
name = "immich-tools"
|
name = "immich-tools"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
description = "Small command-line utilities to work with an Immich server"
|
||||||
|
repository = "https://git.enoent.fr/kernald/immich-tools"
|
||||||
|
categories = ["command-line-utilities"]
|
||||||
|
keywords = ["immich"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.91"
|
anyhow = "1.0.91"
|
||||||
|
|
8
README.md
Normal file
8
README.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Immich CLI utilities
|
||||||
|
|
||||||
|
`immich-tools` is a small command-line utility interacting with an Immich server. It offers the following features:
|
||||||
|
|
||||||
|
- List named faces that do not have an associated date of birth
|
||||||
|
- Synchronise date of births from a vcard file
|
||||||
|
|
||||||
|
Some other features are planned, mainly around using external libraries. Feature ideas and contributions welcome.
|
Loading…
Add table
Add a link
Reference in a new issue