changed name of scope.sh

This commit is contained in:
edwark43 2023-11-26 15:31:28 -05:00
parent c77a046f15
commit 4157ee0d32
2 changed files with 3 additions and 11 deletions

8
config/ranger/scope.sh → config/ranger/preview.sh Normal file → Executable file
View File

@ -3,14 +3,6 @@
set -o noclobber -o noglob -o nounset -o pipefail set -o noclobber -o noglob -o nounset -o pipefail
IFS=$'\n' IFS=$'\n'
# If the option `use_preview_script` is set to `true`,
# then this script will be called and its output will be displayed in ranger.
# ANSI color codes are supported.
# STDIN is disabled, so interactive scripts won't work properly
# This script is considered a configuration file and must be updated manually.
# It will be left untouched if you upgrade ranger.
# Meanings of exit codes: # Meanings of exit codes:
# code | meaning | action of ranger # code | meaning | action of ranger
# -----+------------+------------------------------------------- # -----+------------+-------------------------------------------

View File

@ -1,4 +1,4 @@
set preview_script ~/.config/ranger/scope.sh set preview_script ~/.config/ranger/preview.sh
# Use the external preview script or display simple plain text or image previews? # Use the external preview script or display simple plain text or image previews?
set use_preview_script true set use_preview_script true