script_manager

module
v0.0.0-...-a1afa3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2025 License: MIT

README

Script manager

A little program I wrote to manage one-off scripts

Quick Start

go install github.com/oneElectron/script_manager/cmd/s@latest
go install github.com/oneElectron/script_manager/cmd/sm@latest

Then you can edit a script with your favorite editor (defined by the $EDITOR variable) with:

# export EDITOR=nvim
sm edit <SCRIPT NAME>

You can run the script with:

s <SCRIPT NAME>

the s binary is only to run scripts. the sm binary is to do everything that isnt running scripts. To get a full list of options you can run:

sm --help

Have fun :)

Directories

Path Synopsis
cmd
s command
sm command
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL