app
Adom Gantt
Public Made by Adomby adom
Interactive Gantt chart viewer for project timelines, with a table view over the same data. Data-driven, dark by default with a print-friendly light mode, and fully editable in the browser: drag bars to move or resize, multi-select and batch-shift dates, manage dependency arrows inline, reorder rows, filter by phase, and undo. Toggle to the table for every task and milestone as a row with owner, deadline and status, filtered per owner and edited in place. Every edit is recorded in an append-only
#!/bin/sh
set -e
# Symlink the server back into the module dir so edits propagate and
# reinstalls do not clobber.
mkdir -p "$HOME/.local/bin"
chmod +x "$PWD/server.js"
ln -sfn "$PWD/server.js" "$HOME/.local/bin/adom-gantt"
echo "installed: adom-gantt"
echo "run 'adom-gantt --data <project.json> [--port 8901]', then open /proxy/8901/ in a webview"
echo "example data lives in $PWD/examples/"