Skip to content

Commit

Permalink
docs(): regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodangelis committed Dec 9, 2023
1 parent 949f2bb commit 5f5c8e8
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ nfpms:
# windows: Windows
# 386: i386
# amd64: x86_64
- homepage: https://claudiodangelis.com/qrcp
- homepage: https://qrcp.sh
maintainer: Claudio d'Angelis <[email protected]>
description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
license: MIT
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Join the **Telegram channel** [qrcp_dev](https://t.me/qrcp_dev) or the [@qrcp_de


## How does it work?
![Screenshot](docs/screenshot.png)
![Screenshot](docs/img/screenshot.png)

`qrcp` binds a web server to the address of your Wi-Fi network interface on a random port and creates a handler for it. The default handler serves the content and exits the program when the transfer is complete. When used to receive files, `qrcp` serves an upload page and handles the transfer.

Expand All @@ -27,15 +27,15 @@ Most QR apps can detect URLs in decoded text and act accordingly (i.e. open the

Send files to mobile:

![screenshot](docs/demo.gif)
![screenshot](docs/img/demo.gif)

Receive files from mobile:

![Screenshot](docs/mobile-demo.gif)
![Screenshot](docs/img/mobile-demo.gif)

## Tutorials

- [Secure transfers with mkcert](https://claudiodangelis.com/qrcp/tutorials/secure-transfers-with-mkcert)
- [Secure transfers with mkcert](https://qrcp.sh/tutorials/secure-transfers-with-mkcert)

# Installation

Expand Down
Binary file removed docs/demo.gif
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Join the **Telegram channel** [qrcp_dev](https://t.me/qrcp_dev) or the [@qrcp_de


## How does it work?
![Screenshot](docs/screenshot.png)
![Screenshot](img/screenshot.png)

`qrcp` binds a web server to the address of your Wi-Fi network interface on a random port and creates a handler for it. The default handler serves the content and exits the program when the transfer is complete. When used to receive files, `qrcp` serves an upload page and handles the transfer.

Expand All @@ -27,15 +27,15 @@ Most QR apps can detect URLs in decoded text and act accordingly (i.e. open the

Send files to mobile:

![screenshot](docs/demo.gif)
![screenshot](img/demo.gif)

Receive files from mobile:

![Screenshot](docs/mobile-demo.gif)
![Screenshot](img/mobile-demo.gif)

## Tutorials

- [Secure transfers with mkcert](https://claudiodangelis.com/qrcp/tutorials/secure-transfers-with-mkcert)
- [Secure transfers with mkcert](https://qrcp.sh/tutorials/secure-transfers-with-mkcert)

# Installation

Expand Down
1 change: 0 additions & 1 deletion logo.svg

This file was deleted.

Binary file removed mobile-demo.gif
Binary file not shown.
Binary file removed mobile-screenshot.png
Binary file not shown.
Binary file removed screenshot.png
Binary file not shown.

0 comments on commit 5f5c8e8

Please sign in to comment.