Giter VIP home page Giter VIP logo

scoop-bucket's Introduction

scoop-bucket on yak1ex

Tests Excavator

yak1ex's personal bucket for Scoop, the Windows command-line installer.

To add this bucket, run

scoop bucket add <bucketname> https://github.com/yak1ex/scoop-bucket

Then, you can install manifest as usual like:

scoop install <manifest>

Manifests

Name Description Notes Homepage
afxbkmk CUI app to handle bookmark for afxw http://akt.d.dooo.jp/akt_afxw.html
afxw 2-screen filer for keyboard users with bregonig http://akt.d.dooo.jp/akt_afxw.html
amkln CUI app to create hardlinks/junctions http://akt.d.dooo.jp/akt_jnk.html
amksc CUI app to create shortcuts http://akt.d.dooo.jp/akt_jnk.html
cmigemo C/Migemo cp932 dictionary is used https://www.kaoriya.net/software/cmigemo/
firefilecopy Fire File Copy No longer developped https://web.archive.org/web/20171016072246/www.k3.dion.ne.jp:80/~kitt/pc/sw/ffc/
gtkplus-bundle GTK bundle GTK2 for node-canvas https://gtk.org/
hidemaru Hidemaru Edtitor with portable kit https://hide.maruo.co.jp/software/hidemaru.html
keyswap KeySwap for XP http://www.asahi-net.or.jp/~ee7k-nsd/
libjpeg-turbo JPEG image codec that uses SIMD instructions for node-canvas https://github.com/libjpeg-turbo/libjpeg-turbo
privoxy-enhanced Privoxy: a non-caching web proxy with filtering with enhanced patch https://github.com/yak1ex/privoxy-enhanced/
yaksetup YakSetup PS module my own PS module https://github.com/yak1ex/configurator/tree/master/bootstrap

Manifests from other buckets

TODO

scoop-bucket's People

Contributors

github-actions[bot] avatar yak1ex avatar

Watchers

 avatar  avatar  avatar

scoop-bucket's Issues

[afxw] Split C/Migemo

Afxw can configurate C/Migemo location so that we can separate a C/Migemo manifest.

[calibre-portable] Add

Now, extras/calibre can'be installed due to path length error by installer.
A lzip archive as old version 0 format is stored in resources of installer exe.
The latest official lzip win32/64 executables can't handle version 0 format, while the installer uses version 0 produced by easylzma library.
Converting from lzip to lzma might be promising.
A final zip archive is produced by decompressing the lzip archive.

Load from resource: https://stackoverflow.com/questions/25246877/loading-resources-from-external-dll-and-determining-the-resource-type
Convert lzip to lzma: https://github.com/lloyd/easylzma/blob/master/src/lzip_header.c https://github.com/lloyd/easylzma/blob/master/src/lzma_header.c

Add shortcuts in SendTo

[
  {
    "linkto": "$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Windows\\SendTo\\Bz (Admin).lnk",
    "linkfrom": "$dir\\Bz64Admin.exe",
    "work_dir": "$dir"
  },
  {
    "linkto": "$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Windows\\SendTo\\Bz.lnk",
    "linkfrom": "$dir\\Bz64.exe",
    "work_dir": "$dir"
  },
  {
    "linkto": "$env:USERPROFILE\\AppData\\Roaming\\Microsoft\\Windows\\SendTo\\秀丸.lnk",
    "linkfrom": "$dir\\Hidemaru.exe",
    "work_dir": "$dir",
    "description": "秀丸エディタ"
  }
]
$wsh_shell = New-Object -comObject WScript.Shell
$shortcut = $wsh_shell.CreateShortcut($linkto)
$shortcut.TargetPath = $linkfrom
$shortcut.WorkingDirectory = $work_dir
$shortcut.Description = $description
$shortcut.Save()

Using webclient ($wc) prohibits version updating of mutiple manifests

Version updating of multiple manifests, for example, just invoking .\bin\checkver.ps1, leads parallel downloading by DownloadDataAsync(). During the downloads, requests by sync version are prohibited. Therefore, using $wc in checkver.script causes NotSupportedException. Invoke-WebRequest will suffice.

[bzeditor] Add Admin feature

Install version has manifests for admin rights.
It is enough to add the feature to copy the manifests and to make hardlink for admin exe.

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.