dotfiles/terminal/.config/vifm/scripts
Marty Oehme 7ccd7e4757
vifm: Fancy markdown display with glow or bat
For anything markdown or that gets displayed as markdown
(e.g. docx files) in the vifm preview, we now use glow
or bat to display a nicely styled and colored version.

For glow I added a script which tries to detect the
current terminal background between dark/light to
correctly set the color scheme.
2023-10-03 13:01:29 +02:00
..
README terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
vifm-default-viewer vifm: Fancy markdown display with glow or bat 2023-10-03 13:01:29 +02:00
vifm-sixel terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00
vifm-thumbnailer terminal: Create module to consolidate term utils 2023-01-07 16:11:40 +01:00

This directory is dedicated for user-supplied scripts/executables.
vifm modifies its PATH environment variable to let user run those
scripts without specifying full path.  All subdirectories are added
as well.  File in a subdirectory overrules file with the same name
in parent directories.  Restart might be needed to recognize files
in newly created or renamed subdirectories.