Skip to content

jpdlr/logfuse

Repository files navigation

LogFuse

LogFuse merges app logs, terminal output, and git commits into a single searchable timeline.

Input formats

  • App logs: JSONL (timestamp, message, optional level, detail)
  • Terminal logs: [ISO_TIMESTAMP] command/output
  • Git logs: SHA|TIMESTAMP|SUBJECT

Quick start

npm install
npm run build
node dist/cli.js merge --app app.jsonl --terminal term.log --git git.log --out timeline.json

Scripts

  • npm run dev
  • npm run typecheck
  • npm test
  • npm run build

License

MIT

About

Merge app logs, terminal output, and git commits into one searchable timeline.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors