Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement directory previews #842

Merged
merged 7 commits into from
Oct 15, 2022
Merged

Conversation

ilmari-h
Copy link
Contributor

Implementation for #701.

Added option dirpreviews. When enabled, the selected directory is passed to previewer script.

Implementation essentially just adds another channel for directory previews dirPreviewChan and a corresponding goroutine dirPreviewLoop which work in the same manner as preview functionality for regular files.

(BTW: my first PR here, love the project so wanted to contribute with this as it seemed like a gentle introduction to the codebase)

@gokcehan
Copy link
Owner

@ilmari-h I'm going over past patches as part of #950. Thanks for the patch and sorry for late reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants