doc-view: C-j/C-k page navigation (same as pdf-tools)
This commit is contained in:
@@ -17,6 +17,14 @@ if [ ${#TARGETS[@]} -eq 0 ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Root ExoKortex repo (root-level org files only; see ~/ExoKortex/.gitignore)
|
||||
if git -C "$HOME/ExoKortex" rev-parse --is-inside-work-tree >/dev/null 2>&1; then
|
||||
if [ -n "$(git -C "$HOME/ExoKortex" status --porcelain)" ]; then
|
||||
git -C "$HOME/ExoKortex" add -A
|
||||
git -C "$HOME/ExoKortex" commit -m "System: Automated background sweep $(date +'%Y-%m-%d %H:%M')"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Execute strict structural scanning on active paths only
|
||||
find "${TARGETS[@]}" -mindepth 2 -maxdepth 2 -type d -name ".git" | while read -r gitdir; do
|
||||
repo_dir=$(dirname "$gitdir")
|
||||
|
||||
Reference in New Issue
Block a user