🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

pi-almanac

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pi-almanac

Pi extension for exporting current session JSONL files for cross-machine resume workflows

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

pi-almanac

pi-almanac is a small Pi package that adds commands to export your current session JSONL file for cross-machine continuation.

Commands

  • /export-jsonl [path]
  • /almanac-export [path] (alias)

If path is omitted, the command writes a file in the current working directory:

  • ./almanac-YYYYMMDD-HHMMSS.jsonl

If path is a directory (or ends with /), the same default filename is created inside that directory.

Install

pi install /absolute/path/to/pi-almanac

or after publishing:

pi install npm:pi-almanac

Workflow (work -> home)

On machine A (mid-session):

/export-jsonl ~/almanac/my-task.jsonl

Copy that file to machine B, then continue:

pi --session ~/almanac/my-task.jsonl

Notes

  • This exports Pi's native session format (JSONL).
  • It does not replace Pi's built-in /export, which exports HTML.

Keywords

pi-package

FAQs

Package last updated on 15 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts