mirror of
https://github.com/malarinv/pass-dotenv.git
synced 2026-03-08 02:12:34 +00:00
- Introduced dotenv.bash for importing and exporting .env files to/from the password store. - Created Makefile for installation instructions. - Added LICENSE file for compliance with GNU General Public License v3.0. - Included README.md with detailed usage instructions and installation steps. - Established .env.file for environment variable configuration.
6 lines
277 B
Makefile
6 lines
277 B
Makefile
install:
|
|
@echo "Installing pass-cli plugin (dotenv.bash)..."
|
|
@mkdir -p ~/.password-store/.extensions/
|
|
@cp extension/dotenv.bash ~/.password-store/.extensions/
|
|
@chmod +x ~/.password-store/.extensions/dotenv.bash
|
|
@echo "Installation complete. You can now use 'pass-dotenv'."
|