GithubHelp home page GithubHelp logo

sam302rk / ssss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from infernio/sssm

0.0 0.0 0.0 13 KB

SSSS (Simple Steam Skin Supervisor) is a really simple CLI skin manager for Steam on Linux.

License: MIT License

Shell 100.00%

ssss's Introduction

SSSS - Simple Steam Skin Supervisor

A simple skin manager for Steam on Linux that can install, upgrade and uninstall skins from a CLI environment. Mostly meant to be used with a package manager in order to automatically install, upgrade and uninstall a skin as the skin's package is installed, upgraded or uninstalled.

This is necessary because Steam creates a ~/.local/share/Steam directory for each user, meaning that package managers can't properly install Steam skins.

Commands

Syntax: sssm [action-specific arguments]

Actions:

  • list [user]

    Lists all currently installed skins.

    Parameters:

    • user (optional): If specified, list only the skins that user has installed. Otherwise, list all globally installed skins.
  • sync [user]

    Installs or upgrades a skin for a user.

    Parameters:

    • skin: The skin to install / upgrade.
    • user (optional): The user to install / upgrade the skin for. If left empty, install / upgrade for all users.
  • remove [user]

    Uninstalls a skin for a user.

    Parameters:

    • skin: The skin to uninstall.
    • user (optional): The user to uninstall the skin for. If left empty, uninstall for all users.
  • version

    Prints the manager's version and exits.

Directories

  • /usr/share/steam/skins
    • SSSM looks for installed skins here. They will then be copied to the user's steam installation directory (see below). In other words, this is where the package manager should place installed skins.
  • /home/*/.local/share/Steam/skins
    • This is where copies of the installed skins will be placed for each user.

Typical Usage

  • After installation of a skin:

    sssm sync <skin_name>

  • After a skin has been upgraded:

    sssm sync <skin_name>

  • After a skin has been uninstalled:

    sssm remove <skin_name>

  • To list installed skins:

    sssm list

License

SSSM is licensed under the MIT license. See LICENSE for the full license text.

ssss's People

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.