Skip to content
forked from pythops/impala

๐Ÿ›œ TUI for managing wifi

Notifications You must be signed in to change notification settings

rustbunker/impala

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TUI for managing wifi


๐Ÿ’ก Prerequisites

A Linux based OS with iwd installed.

๐Ÿš€ Installation

๐Ÿ“ฅ Binary release

You can download the pre-built binaries from the release page release page

๐Ÿ“ฆ crates.io

You can install impala from crates.io

cargo install impala

๐ŸงAUR

You can install impala from the AUR with using an AUR helper.

paru -S impala

โš’๏ธ Build from source

Run the following command:

git clone https://github.com/pythops/impala
cd impala
cargo build --release

This will produce an executable file at target/release/impala that you can copy to a directory in your $PATH.

๐Ÿช„ Usage

Global

Tab: Switch between different sections.

j or Down : Scroll down.

k or Up: Scroll up.

s: Start scanning.

Space: Connect/Disconnect the network.

?: Show help.

esc: Dismiss the help pop-up.

q or ctrl+c: Quit the app.

Device

i: Show device information.

Known Networks

d: Remove the network from the known networks list.

Custom keybindings

Keybindings can be customized in the config file $HOME/.config/impala/config.toml

toggle_scanning = "s"
toggle_connect = " "

[device]
infos = "i"

[known_network]
remove = "d"

โš–๏ธ License

GPLv3

About

๐Ÿ›œ TUI for managing wifi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Just 0.1%