-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5b3f0e
commit 28188c3
Showing
2 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# iCloud Photos Downloader [![Quality Checks](https://github.com/icloud-photos-downloader/icloud_photos_downloader/workflows/Quality%20Checks/badge.svg)](https://github.com/icloud-photos-downloader/icloud_photos_downloader/actions/workflows/quality-checks.yml) [![Multi Platform Docker Build](https://github.com/icloud-photos-downloader/icloud_photos_downloader/workflows/Docker%20Build/badge.svg)](https://github.com/icloud-photos-downloader/icloud_photos_downloader/actions/workflows/docker-build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) | ||
|
||
A command-line tool to download all your iCloud photos. | ||
|
||
## Install | ||
|
||
AUR packages can be installed on Arch Linux. Installation can be done [manually](https://wiki.archlinux.org/title/Arch_User_Repository#Installing_and_upgrading_packages) or with the use of an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers). | ||
|
||
The manual process would look like this: | ||
|
||
``` sh | ||
git clone https://aur.archlinux.org/icloudpd-bin.git | ||
cd icloudpd-bin | ||
makepkg -sirc | ||
``` | ||
|
||
With the use of the AUR helper e.g. [yay](https://github.com/Jguer/yay) the installation process would look like this: | ||
|
||
``` sh | ||
yay -S icloudpd-bin | ||
``` | ||
|
||
## Usage | ||
|
||
Synchronization logic can be adjusted with command-line parameters. Run the following to get full list: | ||
|
||
``` sh | ||
icloudpd --help | ||
``` | ||
|
||
## More | ||
|
||
See [Project page](https://github.com/icloud-photos-downloader/icloud_photos_downloader/) for more details. |