All Projects → echoiron → echo-scoop

echoiron / echo-scoop

Licence: BSD-3-Clause license
A bucket of commonly used portable(green) software

Programming Languages

go
31211 projects - #10 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to echo-scoop

scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+50%)
Mutual labels:  bucket, scoop
Excavator
🕳️ This container runs the updating services for all scoop manifest repos (deprecated)
Stars: ✭ 25 (-40.48%)
Mutual labels:  bucket, scoop
scoop-for-jp
Scoop bucket for ALL Japanese users.
Stars: ✭ 17 (-59.52%)
Mutual labels:  bucket, scoop
Chart To Aws
Microservice to generate screenshot from a webpage and upload it to a AWS S3 Bucket.
Stars: ✭ 43 (+2.38%)
Mutual labels:  bucket
Bucket api
API for the bucket list
Stars: ✭ 83 (+97.62%)
Mutual labels:  bucket
terraform-aws-s3-bucket
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Stars: ✭ 138 (+228.57%)
Mutual labels:  bucket
scoop-gui
Graphical user interface for scoop (a windows package manager)
Stars: ✭ 20 (-52.38%)
Mutual labels:  scoop
Bolthold
BoltHold is an embeddable NoSQL store for Go types built on BoltDB
Stars: ✭ 467 (+1011.9%)
Mutual labels:  bucket
terraform-aws-cloudtrail-s3-bucket
S3 bucket with built in IAM policy to allow CloudTrail logs
Stars: ✭ 38 (-9.52%)
Mutual labels:  bucket
Baulk
baulk - Minimal Package Manager for Windows
Stars: ✭ 177 (+321.43%)
Mutual labels:  bucket
Cloudexplorer
Cloud Explorer
Stars: ✭ 170 (+304.76%)
Mutual labels:  bucket
Aws Cli Cheatsheet
☁️ AWS CLI + JQ = Make life easier
Stars: ✭ 94 (+123.81%)
Mutual labels:  bucket
s3-fuzzer
🔐 A concurrent, command-line AWS S3 Fuzzer. Written in Go.
Stars: ✭ 43 (+2.38%)
Mutual labels:  bucket
Terraform Aws S3 Log Storage
This module creates an S3 bucket suitable for receiving logs from other AWS services such as S3, CloudFront, and CloudTrail
Stars: ✭ 65 (+54.76%)
Mutual labels:  bucket
terraform-aws-lb-s3-bucket
Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs
Stars: ✭ 29 (-30.95%)
Mutual labels:  bucket
Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-80.95%)
Mutual labels:  bucket
upload-file-to-backblaze-b2-from-browser-example
Demonstrates calling the b2_upload_file Backblaze B2 Cloud Storage API from a web browser using AJAX.
Stars: ✭ 28 (-33.33%)
Mutual labels:  bucket
Storm
Simple and powerful toolkit for BoltDB
Stars: ✭ 1,814 (+4219.05%)
Mutual labels:  bucket
File Storage
File storage abstraction for Yii2
Stars: ✭ 116 (+176.19%)
Mutual labels:  bucket
Helm Gcs
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Stars: ✭ 202 (+380.95%)
Mutual labels:  bucket

echo-scoop

Quick Start

https://github.com/lukesampson/scoop/wiki/Quick-Start

Installing Scoop

Make sure you have allowed PowerShell to execute local scripts

set-executionpolicy remotesigned -scope currentuser

Installing Scoop to Custom Directory

$env:SCOOP='D:\scoop'
[environment]::setEnvironmentVariable('SCOOP',$env:SCOOP,'User')
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

How to install bucket

scoop bucket add echo https://github.com/echoiron/echo-scoop

App of installing bucket

scoop install echo/app_name

# e.g.
scoop install echo/fscapture

Delete all buckets

scoop bucket rm *

Commonly used commands

scoop update
scoop update *
scoop install extras/sumatrapdf
scoop install [email protected]
scoop install wechat -f
scoop uninstall discord -p
scoop cache rm notepad2
scoop cleanup *

Commonly used buckets

  • powershell
scoop bucket add main ;`
scoop bucket add extras ;`
scoop bucket add jetbrains https://github.com/Ash258/Scoop-JetBrains ;`
scoop bucket add echo https://github.com/echoiron/echo-scoop ;`
scoop bucket add dodorz https://github.com/dodorz/scoop ;`
scoop bucket add dorado https://github.com/chawyehsu/dorado ;`
scoop bucket add 42wim https://github.com/42wim/scoop-bucket ;`
scoop bucket add mochi https://github.com/Qv2ray/mochi
  • dos
scoop bucket add main & ^
scoop bucket add extras & ^
scoop bucket add jetbrains https://github.com/Ash258/Scoop-JetBrains & ^
scoop bucket add echo https://github.com/echoiron/echo-scoop & ^
scoop bucket add dodorz https://github.com/dodorz/scoop & ^
scoop bucket add dorado https://github.com/chawyehsu/dorado & ^
scoop bucket add 42wim https://github.com/42wim/scoop-bucket & ^
scoop bucket add mochi https://github.com/Qv2ray/mochi

Other app buckets

https://rasa.github.io/scoop-directory/by-score

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].