Giter Site home page Giter Site logo

scoopman's Introduction

scoopman

An PACMAN like wrapper for SCOOP written in C++.

Please note that https://github.com/rami3l/pacaptr written in Rust, is much better, and is honestly well coded than this project.

That being said if you still want to stick around and follow this, you can do so!

INSTRUCTIONS TO INSTALL

You can install Scoop from following the instructions on https://scoop.sh

git clone https://github.com/Eyepan/scoopman.git

If you have C++ BuildTools/Visual Studio C++ installed:

  1. Create a Developer CMD instance and cd to the directory where you cloned scoopman
  2. nmake
    (Nmake automatically copies the file for you, so you don't have to do anything)

If you have gcc/mingw installed:

  1. cd to the folder you have cloned scoopman
  2. mkdir bin
  3. g++ src\*.cpp -I include -o bin\pacman.exe
  4. Copy the file bin\pacman.exe to ~\scoop\shims

If you don't have a C++ compiler you can download the latest release from https://github.com/Eyepan/scoopman/releases

  1. Copy the file pacman.exe to ~\scoop\shims

USAGE INSTRUCTIONS

Flags Use Case Scoop Equivalent
-(or) -h Show this page scoop help
-S Install an/multiple apps scoop install
-Syu Update all installed apps and install additional apps if necessary scoop update * && scoop install
-Q List all installed apps scoop list
-Qe Search for installed apps scoop which
-Ss Searches online for apps scoop search
-R Removes/Uninstalls an app scoop uninstall
Anything else Invalid option scoop help

I can add any and all functionality that is required. Feel free to raise an issue!

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.