π€ Easily upload and share files as secure notes in 1Password!
- π Upload any file as a secure note to 1Password
- π Generate shareable links
- π Automatically copy share links to clipboard
- π§ Optional email-gated sharing
- π One-time view option for extra security
Ensure you have Rust and cargo installed on your system. You also need the 1Password CLI installed on your system.
# Install 1Password CLI using your package manager (apt, yum, alpine, brew)
brew install --cask 1password-cli
# Authenticate using the 1Password CLI
eval $(op login)
# Install the application
cargo install sendenv
Thats it! π
sendenv [OPTIONS] --path <PATH_TO_FILE>
# Uploads and creates a link for the `.env` file in the current directory
sendenv
# Uploads and creates a link for file `.env.development` in the cwd
sendenv -p env.development
# Uploads and shares link that can only be displayed once
# and which requires email verification from "[email protected]"
sendenv [email protected] --display-once
-p, --path <PATH_TO_FILE>
: Path to the file you want to share (default:.env
of current working directory)-e, --email <EMAIL>
: Require email to access the shared note-d, --display-once
: Make the link expire after a single use
- π€ Clap - a tool that simplifies the creation of CLI applications
- π Arboard - a tool that streamlines clipboard management
- 1Password CLI installed and configured
- Active 1Password session (
eval $(op signin)
)
This tool uses 1Password's secure infrastructure to protect your sensitive data.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.
Developed by Julian Grande
π‘ Need help? Open an issue or contact me via email