llogin

Crates.iollogin
lib.rsllogin
version0.2.2
created_at2024-04-17 22:09:06.88061+00
updated_at2024-11-08 08:51:43.512764+00
descriptionLPU WiFi Manager: A CLI tool for managing Lovely Professional University WiFi connections.
homepage
repositoryhttps://github.com/smazmi/LPU-WiFi-Manager
max_upload_size
id1211833
size46,043
Sadique (smazmi)

documentation

https://docs.rs/llogin

README

LPU WiFi Manager

LPU WiFi Manager is a command-line tool for managing Lovely Professional University WiFi connections.

Crates.io Documentation

Features

  • Store multiple LPU WiFi credentials securely
  • Cross-platform support for Windows and Linux
  • Login to LPU WiFi network
  • Logout from LPU WiFi network
  • List stored accounts
  • Secure credential storage in system config directory

Usage

Run the program without any arguments to be prompted for an account ID and perform LPU login:

llogin

You can also use the following options:

  • --help or -h: Show the help message.
  • --version or -v: Show the version of the program.
  • --account <account_id> or -a <account_id>: Perform LPU login with the provided account ID.
  • --list or -l: List all stored account IDs.
  • --logout <account_id> or -lg <account_id>: Perform logout with the provided account ID.

Installation

To install LPU WiFi Manager, you need to have Rust installed on your machine. You can then use cargo to install the package:

cargo install llogin

License

This project is licensed under the MIT License.

Commit count: 21

cargo fmt