Jeden/Docs

CLI command

jeden sessions

List locally stored Jeden session identifiers.

Exact invocation#

Shell
jeden sessions [limit]

Inputs and options#

  • Optional: a positive integer-style positional limit. With no limit, every directory in the session root is considered.
  • The session root is ~/.jeden/sessions unless JEDEN_SESSION_ROOT overrides it.

Output and state effect#

Reads session directory names and prints one per line; it does not mutate session data. An empty or unreadable root prints No sessions found..

Refusals and boundaries#

  • There is no command-specific hard refusal: a non-numeric limit is ignored because parsing uses an optional integer conversion.
  • Unknown global options are refused before dispatch.