feat(watch): adopt new markdown files under a watched directory - #126
Merged
Merged
Conversation
This was referenced Sep 15, 2026
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.
Summary
gander watch <dir>,gander share --watch <dir>, andgander --watch <dir>register a directory watch with the runner (dir-share/dir-local)..mdfiles are onboarded automatically: hosted shares viaCreateShareplus a child file watch, or local previews under127.0.0.1:7821/w/<id>.--existing,--no-recursive,--glob,--yes(required when--existingwould onboard more than 50 files). Always skip.git/node_modules/.obsidian/vendor/ hidden dirs, editor temp files, and empty files. Cap 20 new files per minute per directory watch.gander stop <dir>stops adoption only; child file watches keep live-updating. Resume restores dir watches first, then files, and skips unknown kinds.Related Issue
Closes #123
Testing
go test ./...go vet ./...go build ./...Notes
--silent(feat: --silent to add shares and watches without opening the browser #117) already landed; directory-adopted files never open a browser regardless.--foregroundis refused for directories: adoption has to live in the runner after the CLI exits.