Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-10-04 11:52:34 +05:30
cmd Add support for storing accounts 2023-09-21 17:37:18 +05:30
internal Rename 2023-10-04 08:31:24 +05:30
pkg Add support for storing albumEntries 2023-10-04 11:52:34 +05:30
utils/encoding Store remote albums in local db 2023-09-25 08:10:15 +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 Move CLIkey in KeyHolder 2023-09-27 14:09:44 +05:30
README.md Update README.md 2023-09-25 14:19:03 +05:30
release.sh Add readme 2023-09-14 13:03:20 +05:30

cli tool for exporting data from ente.io

You can configure multiple accounts for export

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