Compare Version according to debian policy
Deb maker for Electron Forge
Create manpages, insert preinst, postinst, prerm and postrm
Cross platform updater for electron applications
Debian packaging for Node.js projects
A simple utility for executing cli commands with an assumed role.
Create a Debian package for your Electron app.
AI Stack Kit — spec-driven skills, subagents, and hooks for Cursor, Copilot, and Claude (CLI + VS Code extension)
Create a Debian package for a binary
ST — Lenguaje ejecutable con nucleo logico y capa textual. Motor multi-perfil (11 lógicas), derivaciones, tablas de verdad, contramodelos, aliases modales, Belnap 4-valores y capa textual para formalización de documentos.
Shell scripts that I use to play with my sanity (writing = bad, using = good)
Simple git hooks manager
The Linux 64-bit binary for lefthook, git hooks manager.
cordova-ios release
Simple cli for BunnyCDN service. This app is not an official one.
Creates a .deb from a control and data directory.
Native nodejs bindings for [libgpiod][libgpiod]
Snyk CLI docker plugin
Debouncing Function
Simple git hooks manager
The Linux ARM 64-bit binary for lefthook, git hooks manager.
The macOS ARM 64-bit binary for lefthook, git hooks manager.
The FreeBSD 64-bit binary for lefthook, git hooks manager.
The FreeBSD ARM 64-bit binary for lefthook, git hooks manager.
Compare (Debian-style) version numbers
Parsing and comparing of Debian package versions
Make Debian packages (.deb) easily with a Cargo subcommand
A port of Debian Version comparison to Ruby.
This is a simple hello world gem copied from https://guides.rubygems.org/make-your-own-gem/. Since I've been using echoe a number of times, this time I want to be able to create a Gem without echoe so i can fix sakuric ASAP which is breaking many environemnts. This gem tries to be able to give DEB and COLORS as 'ric' without all 'ric' dependencies. Like a vanilla RIC version I can include in my stuff. Possibly depending on lolcat :).
Glimmer DSL for SWT (JRuby Desktop Development Cross-Platform Native GUI Framework) is a native-GUI cross-platform desktop development library written in JRuby, an OS-threaded faster JVM version of Ruby. It includes SWT 4.30 (released on December 1, 2023). Glimmer's main innovation is a declarative Ruby DSL that enables productive and efficient authoring of professional-grade desktop applications by relying on the robust Eclipse SWT library, with the familiar native look, feel, and behavior of GUI on Mac, Windows, and Linux. Glimmer additionally innovates by having built-in data-binding support, which greatly facilitates synchronizing the GUI with domain models, thus achieving true decoupling of object oriented components and enabling developers to solve business problems (test-first) without worrying about GUI concerns, or alternatively drive development GUI-first, and then write clean business models (test-first) afterwards. Not only does Glimmer provide a large set of GUI widgets, but it also supports drawing Canvas Graphics like Shapes and Animations. To get started quickly, Glimmer offers scaffolding options for Apps, Gems, and Custom Widgets. Glimmer also includes native-executable packaging support, sorely lacking in other libraries, thus enabling the delivery of desktop apps written in Ruby as truly native DMG/PKG/APP files on the Mac, MSI/EXE files on Windows, and DEB/RPM files on Linux. Glimmer was the first Ruby gem to bring SWT (Standard Widget Toolkit) to Ruby, thanks to creator Andy Maleh, EclipseCon/EclipseWorld/RubyConf speaker. If you liked Shoes, You'll love Glimmer!
zu == Unzipper (in the tradition of `uz`, but better). Works for .tgz, .xz, .zip, .deb, .rpm — you name it. (Literally. If you find an archive that it doesn't open, let me know about it and I'll add that.) If you have an archive sitting there of format `xyz`, then `zu foo.xyz` should take care of it. It will: - Know how to extract the archive (based on extension ┈ though a version that detects based on `file` is something we're considering) - Guard against impoliteness. That is, if the archive only has one file, it will be permitted to extract into the current directory, otherwise it will first `mkdir foo; cd foo` then extract there. (The directory name will be the archive file minus the extension.) - Download the file first, using `wget`, if the arg starts with `http:`, `https:`, or `ftp:` - Remove the archive file if you pass `-d` Dependencies ------------ `zu` doesn't strive to be dependency-free by any means. For starters, it expects Ruby. Then it simply delegates to `unzip`, `gunzip`, `tar`, etc. Not sure if I ever plan on changing this. The main purpose is to optimize the command-line extraction of archives on a configured box. Installation ------------ 1. Have Ruby 1.8 (with gems) or 1.9 2. `gem install zu` Feedback -------- Tell us. (exad-zu@sharpsaw.worg)[mailto:exad-zu@sharpsaw.org]