Git Product home page Git Product logo

wificnt's Introduction

NvArch

Made with Shell

Written purely in shell, networkmanager program made to automate and provide seamless connection to known networks.

Guide

Generally, your SSID and password does not save, leading you to constantly retype your Network's password, creating a tiring process. This shell project is meant to change that.

wifirand : Typing the wifirand command will lead to the program to save your SSID and password. However, please keep in mind that wifirand must be accompanied by your . It will prompt you to save a password.

ex: wifirand Verizon_XXXX Keep in mind that as of writing this, only one SSID and password can be saved at a time

wificon: Typing this command will auto connect you to the SSID and password you listed in the wifirand command.

ex: wificon

Where does it save?:

It saves to a hidden file in your home directory, specifically, ~/.wificnt/wifi.md. Through here, the shell script is able to edit and save your wifi in plaintext.

Installation

NETWORKMANAGER MUST BE INSTALLED

Option 1: Shell

  • Install the repository
git clone https://github.com/mitzsou/wificnt.git
  • Enter the directory
cd ~/wificnt/
  • Elevate the script's permissions and run it!
chmod +x setup.sh 
./setup.sh

Option 2: Manual

  • Install the dependencies

Arch Linux

sudo pacman -S networkmanager git

Debian/Ubuntu

sudo apt install network-manager git

openSUSE

sudo zypper install NetworkManager git

Gentoo

sudo emerge net-misc/networkmanager dev-vcs/git
  • Setup NetworkManager
sudo systemctl start NetworkManager
sudo systemctl enable NetworkManager
  • Install the repository
git clone https://github.com/mitzsou/wificnt.git
  • Create the directory & save file
mkdir ~/.wificnt/
touch ~/.wificnt/wifi.md 
  • Move the designated files to your system's path
mv ~/wificnt/wificon /usr/local/bin
mv ~/wificnt/wificon /usr/local/bin

Your path may be different

To-do

  • Include a way to save multiple SSID's and SSID password's at once.
  • Include functionality for all linux distrobutions for setup.sh
  • think of more stuff to do w this lol

wificnt's People

Contributors

alaosao avatar

Stargazers

azsão avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.