Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-09-22 13:48:33 +05:30
cmd Add support for storing accounts 2023-09-21 17:37:18 +05:30
internal RestClient: Attach account specific token 2023-09-22 13:48:33 +05:30
pkg EncString: Use base64 encoding 2023-09-22 13:47:40 +05:30
utils Add util method for encoding 2023-09-06 20:52:43 +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-15 16:25:29 +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