pasejo 2026.5.31

passage re-implementation in Rust for teams
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: The pasejo Authors
// SPDX-License-Identifier: 0BSD

pub mod atomic_write;
pub mod clipboard;
pub mod completer;
pub mod constants;
pub mod environment_variables;
pub mod errors;
pub mod i18n;
pub mod merger;
pub mod parser;
pub mod prompts;
pub mod sandbox;