Skip to content

step-/scripts-to-go

Repository files navigation

title: SCRIPTS TO GO
date: 2019-11-08
homepage: https://github.com/step-/scripts-to-go

Scripts To Go

Are you sated?

DOWNLOADS

Since November 2019 each script, and accompanying files and documentation, is packaged as a tar archive, which includes an installer and uninstaller, and can be downloaded from the :release page. Scripts are occasionally updated, and new, individual packages released.

The release page lists package versions. This page does not.

INTRO

This is a collection of scripts that I developed and maintain mostly for my personal use on Fatdog64 Linux.:1. Originated from Puppy Linux:2, nowadays Fatdog64 is built from Linux From Scratch (LFS):3 but still retains good compatibility with Puppy.

Most scripts in this collection are licensed under the terms of the GNU GPL version 2 license --- with a few exceptions, noted in the specific scripts, being licensed under the MIT license.

The scripts assume that the GNU flavor of various shell commands is installed, and that GTK2+ is the GUI toolkit. Also, some scripts use :4 for GUI dialogs --- in particular version 0.42 because it's the last version that supports GTK2.

Most scripts run in the POSIX-compliant dash:5 shell but are marked with the more generally available Bourne shell she-bang #!/bin/sh to simplify installation across Linux variants. Scripts that require features of a specific shell set the she-bang to reflect that shell, e.g., #!/bin/bash.

SCRIPTS


dndmate

Drag-and-drop list maker and automator

dndmate icon .

README

Screenshot: version 1.4.0

dndmate screenshot


fatdog-wireless-antenna

WiFi Antenna Manager for Fatdog64

fatdog-wireless-antenna icon .

README

Screenshot: version 1.0.0. In version 1.1.0 column "Details" replaces column "Reason".

fatdog-wireless-antenna screenshot


gmenu2

Stand-alone extended application menu

gmenu2 icon (gtkmenuplus:6 icon)

README

Screenshot: gmenu2 showing the traditional Fatdog64 application categories, as well as its own submenus 'Wine', 'Uncategorized', 'Recent', and 'Gmenu2'. If gmenu2-fdcp is installed, a 'Control Panel' submenu will be shown, too. The 'Recent' submenu tracks command activations for quick re-use. Recent items are shared with quicklaunch.

gmenu2 screenshot


gmenu2-fdcp

Stand-alone Fatdog64 control menu (also gmenu2 extension)

gmenu2-fdcp icon .

README

Screenshot: gmenu2-fdcp control menu displaying the default large font and 32-pixel icons (resizable) on Fatdog64 700.

gmenu2-fdcp screenshot


quicklaunch

Quick-launch user menu

quicklaunch icon (gtkmenuplus:6 icon)

README

Screenshot: LXQt Panel (top) --- the four default panel icons (Browser, Terminal, Rox and Control panel) have migrated to the top of Quicklaunch menu so the Panel has more space for application icons. Here the Quicklaunch menu is displaying two user-added items (Take-a-shot and Screencaster), and three submenus (Recently-executed commands, Rox bookmarks and Tools).

Themes: Fatdog64-802 default LXQt Panel theme (ambiance) with the Quicklaunch-ambiance menu theme.

quicklaunch screenshot


roxmm

ROX-Filer SendTo menu emulator

roxmm icon (gtkmenuplus:6 icon)

README

Right - actual rox SendTo menu. Left - roxmm emulated menu. Note the tooltip and the Tools menu.

roxmm screenshot


s-write-comment

File comment file writer

s-write-comment icon .

README

Screenshot: version 1.0.0.

s-write-comment screenshot


tray-radio

Internet radio and media file tray icon menu

tray-radio icon .

README

Screenshot:

tray-radio screenshot


Homepage github.com/step-/scripts-to-go

Release packages github.com/step-/scripts-to-go/releases

:1 Fatdog64 Linux distro.ibiblio.org/fatdog/web/

:2 Puppy Linux puppylinux.com/

:3 Linux From Scratch www.linuxfromscratch.org

:4 yad GUI dialog [github.com/v1cont/yad)yad

:5 dash shell www.mankier.com/1/dash

:6 gtkmenuplus github.com/step-/gtkmenuplus

:x busybox busybox.net/about.html