diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bash_automatic_cd.sh | 2 | ||||
-rw-r--r-- | examples/bash_subshell_notice.sh | 2 | ||||
-rw-r--r-- | examples/plugin_chmod_keybindings.py | 2 | ||||
-rw-r--r-- | examples/plugin_file_filter.py | 2 | ||||
-rw-r--r-- | examples/plugin_hello_world.py | 2 | ||||
-rw-r--r-- | examples/plugin_new_macro.py | 2 | ||||
-rw-r--r-- | examples/plugin_new_sorting_method.py | 2 | ||||
-rw-r--r-- | examples/rifle_different_file_opener.conf | 2 | ||||
-rwxr-xr-x | examples/rifle_sxiv.sh | 2 | ||||
-rw-r--r-- | examples/vim_file_chooser.vim | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/bash_automatic_cd.sh b/examples/bash_automatic_cd.sh index 465c9c80..ac96ea12 100644 --- a/examples/bash_automatic_cd.sh +++ b/examples/bash_automatic_cd.sh @@ -1,4 +1,4 @@ -# Compatible with ranger 1.4.2 through 1.6.* +# Compatible with ranger 1.4.2 through 1.7.* # # Automatically change the directory in bash after closing ranger # diff --git a/examples/bash_subshell_notice.sh b/examples/bash_subshell_notice.sh index bc44d5a8..4c9269c4 100644 --- a/examples/bash_subshell_notice.sh +++ b/examples/bash_subshell_notice.sh @@ -1,4 +1,4 @@ -# Compatible with ranger 1.5.3 through 1.6.* +# Compatible with ranger 1.5.3 through 1.7.* # # Change the prompt when you open a shell from inside ranger # diff --git a/examples/plugin_chmod_keybindings.py b/examples/plugin_chmod_keybindings.py index 0ab975ed..1c9558f7 100644 --- a/examples/plugin_chmod_keybindings.py +++ b/examples/plugin_chmod_keybindings.py @@ -1,4 +1,4 @@ -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through ranger 1.7.* # # This plugin serves as an example for adding key bindings through a plugin. # It could replace the ten lines in the rc.conf that create the key bindings diff --git a/examples/plugin_file_filter.py b/examples/plugin_file_filter.py index b9bea1f3..d5ea2d2d 100644 --- a/examples/plugin_file_filter.py +++ b/examples/plugin_file_filter.py @@ -1,4 +1,4 @@ -# Compatible since ranger 1.6.1, git commit c82a8a76989c +# Compatible since ranger 1.7.0 (git commit c82a8a76989c) # # This plugin hides the directories "/boot", "/sbin", "/proc" and "/sys" unless # the "show_hidden" option is activated. diff --git a/examples/plugin_hello_world.py b/examples/plugin_hello_world.py index a803e21b..b64916d4 100644 --- a/examples/plugin_hello_world.py +++ b/examples/plugin_hello_world.py @@ -1,4 +1,4 @@ -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through 1.7.* # # This is a sample plugin that displays "Hello World" in ranger's console after # it started. diff --git a/examples/plugin_new_macro.py b/examples/plugin_new_macro.py index 159a92f2..6757e491 100644 --- a/examples/plugin_new_macro.py +++ b/examples/plugin_new_macro.py @@ -1,4 +1,4 @@ -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through 1.7.* # # This plugin adds the new macro %date which is substituted with the current # date in commands that allow macros. You can test it with the command diff --git a/examples/plugin_new_sorting_method.py b/examples/plugin_new_sorting_method.py index 6b41b0e1..c6e35a68 100644 --- a/examples/plugin_new_sorting_method.py +++ b/examples/plugin_new_sorting_method.py @@ -1,4 +1,4 @@ -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through 1.7.* # # This plugin adds the sorting algorithm called 'random'. To enable it, type # ":set sort=random" or create a key binding with ":map oz set sort=random" diff --git a/examples/rifle_different_file_opener.conf b/examples/rifle_different_file_opener.conf index 4a8250b8..695f27c6 100644 --- a/examples/rifle_different_file_opener.conf +++ b/examples/rifle_different_file_opener.conf @@ -1,4 +1,4 @@ -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through 1.7.* # # Replace your rifle.conf with this file to use xdg-open as your file opener. # This is, of course, adaptable for use with any other file opener. diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh index 6307f1c2..8cb13907 100755 --- a/examples/rifle_sxiv.sh +++ b/examples/rifle_sxiv.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Compatible with ranger 1.6.* +# Compatible with ranger 1.6.0 through 1.7.* # # This script searches image files in a directory, opens them all with sxiv and # sets the first argument to the first image displayed by sxiv. diff --git a/examples/vim_file_chooser.vim b/examples/vim_file_chooser.vim index aa3af763..fb9b7e1b 100644 --- a/examples/vim_file_chooser.vim +++ b/examples/vim_file_chooser.vim @@ -1,4 +1,4 @@ -" Compatible with ranger 1.4.2 through 1.6.* +" Compatible with ranger 1.4.2 through 1.7.* " " Add ranger as a file chooser in vim " |