Implements direnv watch file functionality #224
Open
mawwwrk wants to merge 9 commits into
Open
Conversation
Owner
|
Thanks! I merged it and made a few changes. I still need to incorporate json parsing (the one you have in the PR can fail produce incorrect results on well-formed json). My work-in-progress changes are here: https://github.com/romkatv/zsh4humans/tree/direnv. With luck I'll get back to it later this week. |
mawwwrk
force-pushed
the
fix-direnv_watch
branch
from
June 16, 2022 11:49
80f8233 to
64cf5bb
Compare
|
I'm curious, has this just been overlooked/forgotten about? |
Owner
|
Something like that. |
Bonniemarie216
approved these changes
Aug 10, 2024
Bonniemarie216
approved these changes
Aug 10, 2024
Bonniemarie216
approved these changes
Aug 10, 2024
mawwwrk
force-pushed
the
fix-direnv_watch
branch
from
February 27, 2026 23:14
a7e6c3a to
66b1946
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes issue described in #202.
additional change: added additional folder in check for deps files,
{,direnv/}, line 30.