op-loader 0.5.0

TUI for configuring 1password secrets for injection into your shell environment
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tasks.build]
run = "cargo build"

[tasks.install]
run = "cargo install --path ."

[tasks.format-clippy]
run = "cargo fmt && cargo clippy -- -D clippy::pedantic -D clippy::nursery"

[tasks.test]
run = "cargo test {{ args | default(value=\"\") }}"

[tasks.release]
run = "cargo release {{ args | default(value=\"\") }}"