mirror of
https://github.com/malarinv/pass-dotenv.git
synced 2026-03-08 02:12:34 +00:00
Add dotenv management extension and necessary files
- 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.
This commit is contained in:
6
Makefile
Normal file
6
Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
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'."
|
||||
Reference in New Issue
Block a user