Generate QR code of your Wi-Fi network

Related tags

Command-line ranpha
Overview

ranpha

Generate QR code of your Wi-Fi network.

image format of generated image. Only PNG or SVG is valid (case-insensitive). PNG will be used if not specified. -o, --output output path of generated image. The current dir will be used if not specified. --size size of generated image (px). 128 will be used if not specified. -h, --help Prints help information">
Usage: -p PROTOCOL -s SSID [-k KEY] [-f IMAGE_FORMAT] [-o OUT_DIR] [--size SIZE]

Available options:
    -p, --protocol     encryption protocol, only WPA2, WPA, or WEP is valid (case-insensitive).
    -s, --ssid             SSID of your network.
    -k, --key               key of your network. "nopass" will be used if not specified.
    -f, --format   image format of generated image. Only PNG or SVG is valid (case-insensitive). PNG will be used if not specified.
    -o, --output        output path of generated image. The current dir will be used if not specified.
        --size             size of generated image (px). 128 will be used if not specified.
    -h, --help                   Prints help information

Installation

Install via Cargo:

cargo install ranpha
You might also like...
ChatGPT-Code-Review is a Rust application that uses the OpenAI GPT-3.5 language model to review code

ChatGPT-Code-Review is a Rust application that uses the OpenAI GPT-3.5 language model to review code. It accepts a local path to a folder containing code, and generates a review for each file in the folder and its subdirectories.

Code-shape is a tool for extracting definitions from source code files

Code-shape Code-shape is a tool that uses Tree-sitter to extract a shape of code definitions from a source code file. The tool uses the same language

rehype plugin to use tree-sitter to highlight code in pre code blocks

rehype-tree-sitter rehype plugin to use tree-sitter to highlight code in precode blocks Contents What is this? When should I use this? Install Use

Crate to generate files in ROFF format (Rust)

roffman A crate to generate roff man pages. Usage Add the following to the Cargo.toml: [dependencies] roffman = "0.3" Example use roffman::{Roff, Roff

git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.⛰️
git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.⛰️

git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.

Small and simple CLI app to generate .editorconfig based on a given settings.

add-editorconfig Small and simple CLI app to generate .editorconfig based on a given settings. Usage # Will create an .editorconfig in the current dir

A command-line tool to generate a list of required missing Android OS Project blobs.

aosp-missing-blobs aosp-missing-blobs is a nifty tool to identify required blobs (.so) that are missing from AOSP ROM builds, and to show which existi

Cargo-about - 📜 Cargo plugin to generate list of all licenses for a crate 🦀

📜 cargo-about Cargo plugin for generating a license listing for all dependencies of a crate See the book 📕 for in-depth documentation. Please Note:

A Cli to generate React Component and Hooks.

React Cli A cli to create React Components and Hooks. Instructions: Download the binary. To Create A React Component ./react -n Component Name T

Comments
  • update bpaf to 0.5.0

    update bpaf to 0.5.0

    Next version, checking I'm not breaking anything. Shouldn't change the behavior, but I adjusted one of the help messages so it fits better within reasonable screen width.

    opened by pacak 0
  • Mostly bpaf related improvements

    Mostly bpaf related improvements

    Got curious how other people are using the library and what's missing from the documentation.

    This pull requests moves more validation into command line option parser so if you get something from it - most likely it's going to be correct. Still not perfect, I'd also change how output file/directory is handled. Not all the file names are valid strings, so at least the output directory should use PathBuf - created with argument_os and marked with .optional().

    You can also use derive macro from bpaf (project already depends on proc macros so it won't make much difference)

    opened by pacak 0
Releases(0.1.1)
  • 0.1.1(Jun 9, 2022)

    What's Changed

    • Mostly bpaf related improvements by @pacak in https://github.com/JohnTitor/ranpha/pull/1

    New Contributors

    • @pacak made their first contribution in https://github.com/JohnTitor/ranpha/pull/1

    Full Changelog: https://github.com/JohnTitor/ranpha/compare/0.1.0...0.1.1

    Source code(tar.gz)
    Source code(zip)
  • 0.1.0(Jun 3, 2022)

Owner
Yuki Okushi
Japanese codewriting ninja, FLOSS nerd | Making things better on @rust-lang, @nodejs, @GNOME, @kubernetes, @llvm, etc. | he/they
Yuki Okushi
Generate PHP code from Rust using a fluent API 🐘 🦀

PHP-Codegen Generate PHP code from Rust using a fluent API ?? ?? Rust PHP Usage To bring this crate into your repository, either add php_codegen to yo

PHP Rust Tools 7 Dec 24, 2022
Generate perfect Vyper compatible code headers every time.

headers-vy Generate perfect Vyper-compatible code headers every time. Build You need Rust and Cargo installed on your machine. See the installation gu

t11s 15 Feb 12, 2023
auto-rust is an experimental project that aims to automatically generate Rust code with LLM (Large Language Models) during compilation, utilizing procedural macros.

Auto Rust auto-rust is an experimental project that aims to automatically generate Rust code with LLM (Large Language Models) during compilation, util

Minsky 6 May 14, 2023
languagetool-code-comments integrates the LanguageTool API to parse, spell check, and correct the grammar of your code comments!

languagetool-code-comments integrates the LanguageTool API to parse, spell check, and correct the grammar of your code comments! Overview Install MacO

Dustin Blackman 17 Dec 25, 2022
Generate a vanity address (`juno1wynd...`) to show your support for WYND DAO

WYND Generator When you generate a new mnemonic, it is very random (must be to be secure), and you cannot predict the address you will get. However, i

null 9 Dec 8, 2022
wait what? generate your entire infra from rust macros

infra as macro translate rust structs to terraform at compile time // your infra is a macro static DB: Postgres = Postgres16! { host: "env.host",

Jonathan Kelley 4 Dec 5, 2023
Manage your dotfiles and packages with ease. Define your $HOME as Code 💻 🚀 ✨

EnvHub is a simple tool to manage dotfiles and packages accross multiple machines. Written in Rust, internally it uses nix/homebrew/pkgx/devbox to man

Tsiry Sandratraina 8 Oct 27, 2023
When your network-sense tingles 🚨

HTTP Sense HTTP Sense is a reverse proxy and network monitoring tool that provides comprehensive network monitoring for your backend servers and micro

HTTP Sense 6 Dec 22, 2022
🪂 SkyFolder shares your folders on the network!

Skyfolder Easily share your files & folders on the network. Security, Simplicity, Style all built in. It's like your own personal Google Drive! Skyfol

null 20 May 29, 2023
Share clipboard between machines on your local network.

Clipshare Do you ever have to work on multiple machines? Do you ever used your Github™ Gists just to send some text between then? Clipshare is here to

Rodrigo Navarro 39 Jun 19, 2023