pi-session-bookmarks
v0.1.1
Published
Bookmark Pi sessions and jump back in from any repo.
Readme
pi-session-bookmarks
You had a good idea, but now you need to switch contexts?
Make a bookmark and keep track of important Pi sessions across workspaces. Easy /bookmark and /bookmark-list makes it easy to hop back in.

Usage
/bookmark [note] bookmark the current Pi session
/bookmark-list browse all bookmarked sessions
/unbookmark remove the current session bookmarkTypical flow:
- Run
/bookmark new app idea: tinder for horsesin a session you want to keep. - Later, from any workspace, run
/bookmark-list. - Pick the session and press Enter to resume it.
Bookmarks are global, not tied to the current cwd. They are stored at:
~/.pi/agent/session-bookmarks/bookmarks.jsonQuickstart
Install with Pi:
pi install npm:pi-session-bookmarksThen restart Pi or run /reload.
cwd
/bookmark-list allows switching the current Pi session. If the bookmarked session belongs to another workspace, Pi's runtime cwd changes to that session's cwd. Your outer shell's cwd is unchanged.
