Skip to content

This is a project to make working with the command line interface (CLI) super easy on the Raspberry Pi by providing a more GUI like interface for those less familiar with Linux.

License

Notifications You must be signed in to change notification settings

Death259/PiAssist

Repository files navigation

In a nutshell, this is a BASH script file that I hope will make configuring/using your raspberry pi that much easier. I'm testing this only with a RetroPIE install, but most if not all of the functionality should carry over to other linux distributions (Raspbian, OpenELEC, etc.) that can run on the Pi.

The planned functionality of this project is to provide general system information (network, remaining storage space, etc.), connecting/removing bluetooth devices, configuring game controllers (for use with emulators), connecting to WiFi networks and whatever else I can come up with.

Here's the menu options currently available to let you know what the system is capable of:

  1. Network (WiFi/Ethernet)
    1. Display Network Information
    2. Scan for WiFi Networks
    3. Connect to WiFi network (Root Required)
  2. Bluetooth
    1. Install Bluetooth Packages (Root Required)
    2. Connect Bluetooth Device
    3. Remove Bluetooth Device
    4. Display Registered & Connected Bluetooth Devices
  3. Controller
    1. Configure Game Controller (Root Required)
  4. System Info
    1. Display System Information
    2. Display Disk Space
    3. Display Home Space Utilization
  5. Add PiAssist to Emulation Station (Root Required)
  6. Power Menu
    1. Shutdown
    2. Reboot
  7. Update PiAssist
  8. Miscellaneous (Root Required)
    1. Change Keyboard Language/Configuration
    2. ROM Scraper Created by SSELPH
    3. Search for File by File Name
    4. Backup Emulator Save files to DropBox (Thanks andreafabrizi)
    5. Restore Save files from Backup on DropBox (Thanks andreafabrizi)
    6. Change Splash Screen
      1. Set Individual Splash Screen
      2. Use Splash Screen Randomizer (Thanks sur0x)

Please see the Wiki for more detail explanations and instructions.


Libraries Used

  1. scraper which was created by SSELPH
  2. Dropbox-Uploader which was created by andreafabrizi

About

This is a project to make working with the command line interface (CLI) super easy on the Raspberry Pi by providing a more GUI like interface for those less familiar with Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages