pasejo 2026.4.19

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

pub mod clipboard;
pub mod completer;
pub mod constants;
pub mod environment_variables;
pub mod errors;
pub mod logs;
pub mod merger;
pub mod parser;
pub mod prompts;