This website requires JavaScript.
Explore
Help
Sign In
Marty
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
3
Pull requests
Projects
Releases
Wiki
Activity
5e53105a62
dotfiles
/
scripts
/
.config
/
sh
/
env.d
/
nomie-api-key.sh
4 lines
82 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts: Fix nomie static analysis linting Fixed linting in nomie environmental variable key command
2021-04-04 10:22:34 +00:00
#!/usr/bin/env sh
scripts: Improve nomie credentials options Added option to input nomie api key either directly as an environment variable, or to pass a command (also through env var) to nomie which it will call to get the api key. So, if you have e.g. pass as password manager running, you can just do `NOMIE_API_KEY_CMD="pass show path/to/key/file"` and it will use the returned credentials.
2021-03-30 20:21:42 +00:00
export
NOMIE_API_KEY_CMD
=
"pass show websites/nomie.app/apikey"
Reference in a new issue
Copy permalink