dotfiles/terminal/.config/vifm/scripts
Marty Oehme b8cbc8bc5d
vifm: Add simple file and folder diff command
The newly added `:cmp` command can compare the contents of either two
files or two directories.

Works in two ways: If nothing is selected, compares the currently
hovered-over object with that in the other pane.
If things are selected, compares those instead.
2024-05-28 21:39:47 +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
vifmdiff vifm: Add simple file and folder diff command 2024-05-28 21:39:47 +02: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.