wifile

Crates.iowifile
lib.rswifile
version0.1.0
created_at2025-01-10 10:44:59.649386+00
updated_at2025-01-10 10:44:59.649386+00
descriptionShare files between multiple devices seemlessly.
homepage
repositoryhttps://github.com/thatmagicalcat/wifile
max_upload_size
id1511142
size48,976
(thatmagicalcat)

documentation

README

Wifile

Wifile is a cli tool for managing and transferring files over Wi-Fi.

Installation

To install Wifile, you need to have Rust and Cargo installed. You can install Rust from rust-lang.org.

$ cargo install wifile

Usage

To start using Wifile, run the following command:

$ wifile-send <file_path>

To receive a file, use:

$ wifile-recv <ip_address>
Commit count: 1

cargo fmt