A command-line interface for Proton Pass.
Full documentation is available at https://protonpass.github.io/pass-cli/
Prerequisites: Rust toolchain (stable)
# Debug build
cargo build
# Release (optimized) build
cargo build --releaseThe compiled binary will be at target/debug/pass-cli or target/release/pass-cli respectively.
cargo testTo run tests for a specific crate:
cargo test -p pass-cliSee CONTRIBUTING.md.
The code and data files in this distribution are licensed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See https://www.gnu.org/licenses/ for a copy of this license.
See LICENSE file