 = FUcking Simple Wireless Interface Manager =
 
 I'm fucking tired to cope with invasive network managers that want to 
 do way too many things.
 
 I'm fucking tired to configure the Wireless interface by hand using ifup on
 my laptop.
 
 wicd was decent, but it's dead.

 I fucking want a wireless interface manager that is simple and do only one 
 simple thing: configure my wireless interface.
 
 I had spare hours to waste.

 I like spaghetti code.

 I like holiday/beach coding.

 That's it.
 
 This is a minimal alternative to wicd, network-manager, wpa_gui, wpa_cli to 
 configure your wireless device on Linux.

 You need installed:

  - Python3
  - wireless-tools
  - wpa_supplicant
  - dhclient
  - iproute2
  - figlet
  - pgrep
  - python3 shell_cmd
  - python3 psutil
  - python3 setproctitle (optional)
 
 Launch it in terminal, from /etc/rc.local, from sysv-init, from runit, from a 
 cron job. Just don't use systemd, because systemd is shit.

 To install it, look at the fucking INSTALL.txt

 Fuswim can be launched without arguments, in which case is fully interactive and will 
 NOT do anything unless you ask for it. Using auto as first argument will automatically try to 
 connect to know networks, but still will ask what to do if no know network has been detected and/or
 in other few cases. Using "boot" as the first argument will run completely non-interactive, connecting
 in case of know networks.

 Last argument, with or without boot and/or auto option, can optionally specify the interface name, if
 not specified  the default is wlan0

 Some features are still basic or missing, so, i have a "MAYBETODO.txt" that you can check to see what's
 the plan.









--- SPOILER ---









Yes. fuswim contain not one but two "easter eggs", with 2 undocumented options. 
One of them is "hidden" because i wanted to embed it. 
If you don't trust me and you can read the code, do it.
If you don't trust me and you can't read the code, don't use it or
ask someone you trust to read the code for you.

