Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-09-23 17:00:37 +05:30
cmd Add support for storing accounts 2023-09-21 17:37:18 +05:30
internal Refactor 2023-09-23 16:15:10 +05:30
pkg Move collection key derivation in KeyHolder 2023-09-23 17:00:37 +05:30
utils/encoding Move encoding utils in separate pkg 2023-09-23 09:35:37 +05:30
.gitignore Add script to create binary 2023-09-14 12:24:09 +05:30
config.yaml Add readme 2023-09-14 13:03:20 +05:30
Dockerfile Add dockerfile 2023-09-21 18:10:18 +05:30
go.mod Add dependency on zalando/go-keyring 2023-09-21 12:25:20 +05:30
go.sum Add dependency on zalando/go-keyring 2023-09-21 12:25:20 +05:30
main.go Refactor 2023-09-23 16:15:10 +05:30
README.md Add dockerfile 2023-09-21 18:10:18 +05:30
release.sh Add readme 2023-09-14 13:03:20 +05:30

cli tool for exporting ente photos

Getting Started

Accounts

  • Add an account

    ente-cli account add
    
  • List accounts

    ente-cli account list
    

Testing

Run the release script to build the binary and run it.

  ./release.sh

or you can run the following command

 go build -o "bin/ente-cli" main.go
./bin/ente-cli --help

Docker

Build the docker image

docker build -t ente-cli:latest .

Run the commands using:

  docker run -it --rm ente-cli:latest ./ente-cli --help