Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add official Buy me a Coffee buttons
  • Loading branch information
redromnon authored Jan 17, 2023
1 parent 38026af commit 18a2394
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img alt="GitHub" src="https://img.shields.io/github/license/redromnon/ibackep?style=flat-square"> <img alt="GitHub release (latest SemVer including pre-releases)" src="https://img.shields.io/github/v/release/redromnon/ibackep?include_prereleases&style=flat-square"> <img alt="GitHub all releases" src="https://img.shields.io/github/downloads/redromnon/ibackep/total?color=green&style=flat-square"> <a href="https://www.buymeacoffee.com/redromnon" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="20" width="80"></a>
<img alt="GitHub" src="https://img.shields.io/github/license/redromnon/ibackep?style=flat-square"> <img alt="GitHub release (latest SemVer including pre-releases)" src="https://img.shields.io/github/v/release/redromnon/ibackep?include_prereleases&style=flat-square"> <img alt="GitHub all releases" src="https://img.shields.io/github/downloads/redromnon/ibackep/total?color=green&style=flat-square"> <a href="https://www.buymeacoffee.com/redromnon"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=redromnon&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff" width=100 /></a>

# iBackep
iBackep is a simple and lightweight GUI backup manager for the Apple iPhone and iPad built using [Flet](https://github.com/flet-dev/flet). It is currently available for Linux.
Expand All @@ -8,6 +8,12 @@ Under the hood, the program makes use of [libimobiledevice](https://github.com/l
![Screenshot from 2022-12-11 20-29-12](https://user-images.githubusercontent.com/74495920/206911097-a1cb58af-e7f3-4a21-8a7a-fc2afe16ee78.png)


### Features
- Perform backup and restore operations (Tested on iPhone 5s)
- Encrypt backups
- Light and Dark themes support (Depending on the system theme)


### Requirements
You will need the following packages to be installed for the program to work:
- **libimobiledevice**
Expand All @@ -32,16 +38,19 @@ sudo dnf install libimobiledevice libimobiledevice-utils
pacman -S libimobiledevice
```

### Features
- Perform backup and restore operations (Tested on iPhone 5s)
- Encrypt backups
- Light and Dark themes support (Depending on the system theme)

### Download
Head over to [Releases](https://github.com/redromnon/iBackep/releases) and download the latest version's executable.


### Roadmap
- Better UI
- Display information about previous backups
- Support for customized backup and restore operations
- Windows and macOS support

### Download
Head over to [Releases](https://github.com/redromnon/iBackep/releases) and download the latest version's executable.

### Support
Like my work!? Feel free to

<a href="https://www.buymeacoffee.com/redromnon"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=redromnon&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff" /></a>

0 comments on commit 18a2394

Please sign in to comment.