sledge

(★ 58)

A SQLite-backed event and work engine that stays consistent across retries, restarts, and failures.

File Explorer

  • .gitignore
  • .npmignore
  • AGENTS.md
  • CHANGELOG.md
  • LICENSE
  • package-lock.json
  • package.json
  • README.md
  • tsconfig.build.json
  • tsconfig.json
  • VISION.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

ledger

View Details ▼

A powerful, double-entry accounting system.

ledger balance --file {{path/to/ledger.journal}}

Print a balance report showing totals:

ledger register {{expenses}} {{[-S|--sort]}} {{amount}}

List all postings in Expenses ordered by amount:

ledger balance {{Expenses}} and not ({{Drinks}} or {{Food}})

Print total Expenses other than Drinks and Food:

🔍

node

View Details ▼

Server-side JavaScript platform (Node.js).

node {{path/to/file}}

Run a JavaScript file:

node

Start a REPL (interactive shell):

node --watch {{path/to/file}}

Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):

🔍

module

View Details ▼

Modify a users' environment.

module avail

Display available modules:

module avail {{module_name}}

Search for a module by name:

module load {{module_name}}

Load a module:

🔍

signal

View Details ▼

Simplified software signal facilities.

man signal

View documentation for signals in macOS:

🔍

query

View Details ▼

Display information about user sessions and process.

query session

Display all user sessions:

query session /server:{{hostname}}

Display the current user sessions on a remote computer:

query user

Display logged in users:

// repository documentation