GithubHelp home page GithubHelp logo

bjansen / scoop-apps Goto Github PK

View Code? Open in Web Editor NEW
26.0 4.0 1.0 2.28 MB

๐Ÿจ An online package browser for the Scoop installer

Home Page: https://bjansen.github.io/scoop-apps/

Kotlin 77.85% JavaScript 9.80% SCSS 12.36%
scoop scoop-apps package-browser

scoop-apps's Introduction

Scoop Apps

Scoop Apps is an online package browser for Scoop โ€“ the command-line installer for Windows.


https://bjansen.github.io/scoop-apps/


Status

Since this project was started, a similar browser has been added to the official Scoop website, which kinda makes this project less useful.

Screenshots

Search bar

List of apps in a given bucket

App details

Updating the website

# Update buckets and applications metadata
./gradlew scanBuckets

# Regenerate website from updated metadata
./gradlew -Penv=prod -PURL=https://bjansen.github.io/scoop-apps/ orchidBuild

# Push to GitHub Pages
./gradlew -Penv=prod -PURL=https://bjansen.github.io/scoop-apps/ orchidDeploy

# Update Algolia index (for the search bar)
./gradlew updateAlgolia

scoop-apps's People

Contributors

bjansen avatar cjbrooks12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

linuxleague

scoop-apps's Issues

KeenWrite

Hi,

Would you mind removing KeenWrite from scoop apps?

Thank you!

App manifest link gives 404 error

The current scheme

appManifestUrl: ${app.bucket.url}/tree/${bucket.name}/bucket/${app.appName}.json

from what I understand gives me this URL:

https://github.com/ScoopInstaller/Extras/tree/extras/bucket/bitwarden.json

which gives me a file not found error.
Looks like we need to add branch name and remove the extras?

For example,

https://github.com/ScoopInstaller/Extras/blob/master/bucket/bitwarden.json 

Of course, it couldn't be as simple as that.
I looked at the last change on this line and looks like it used to be that way.

From 0bd6660

appManifestUrl: ${app.bucket.url}/tree/master/bucket/${app.appName}.json

One problem I don't know how to handle in a generic way is how do we get this string "master" for a given ${app.bucket.url}.
I am just a scoop user so I don't know the internal working but from what I understand a bucket url is not necessarily github but any public(?) git repo?

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.