A VIM-inspired filemanager for the console
654 matches across 11 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | setup.py | 5 | |
| LOW | setup.py | 5 | |
| LOW | setup.py | 5 | |
| LOW | ranger.py | 26 | |
| LOW | ranger.py | 26 | |
| LOW | ranger.py | 26 | |
| LOW | ranger/__init__.py | 11 | |
| LOW | ranger/__init__.py | 11 | |
| LOW | ranger/__init__.py | 11 | |
| LOW | ranger/__init__.py | 66 | |
| LOW | ranger/core/runner.py | 25 | |
| LOW | ranger/core/runner.py | 25 | |
| LOW | ranger/core/runner.py | 25 | |
| LOW | ranger/core/filter_stack.py | 6 | |
| LOW | ranger/core/filter_stack.py | 6 | |
| LOW | ranger/core/filter_stack.py | 6 | |
| LOW | ranger/core/metadata.py | 14 | |
| LOW | ranger/core/metadata.py | 14 | |
| LOW | ranger/core/metadata.py | 14 | |
| LOW | ranger/core/actions.py | 6 | |
| LOW | ranger/core/actions.py | 6 | |
| LOW | ranger/core/actions.py | 6 | |
| LOW | ranger/core/fm.py | 6 | |
| LOW | ranger/core/fm.py | 6 | |
| LOW | ranger/core/fm.py | 6 | |
| LOW | ranger/core/shared.py | 6 | |
| LOW | ranger/core/shared.py | 6 | |
| LOW | ranger/core/shared.py | 6 | |
| LOW | ranger/core/loader.py | 4 | |
| LOW | ranger/core/loader.py | 4 | |
| LOW | ranger/core/loader.py | 4 | |
| LOW | ranger/core/linemode.py | 6 | |
| LOW | ranger/core/linemode.py | 6 | |
| LOW | ranger/core/linemode.py | 6 | |
| LOW | ranger/core/tab.py | 4 | |
| LOW | ranger/core/tab.py | 4 | |
| LOW | ranger/core/tab.py | 4 | |
| LOW | ranger/core/main.py | 6 | |
| LOW | ranger/core/main.py | 6 | |
| LOW | ranger/core/main.py | 6 | |
| LOW | ranger/config/commands_sample.py | 10 | |
| LOW | ranger/config/commands_sample.py | 10 | |
| LOW | ranger/config/commands_sample.py | 10 | |
| LOW | ranger/config/commands.py | 94 | |
| LOW | ranger/config/commands.py | 94 | |
| LOW | ranger/config/commands.py | 94 | |
| LOW | ranger/config/commands.py | 503 | |
| LOW | ranger/config/commands.py | 1090 | |
| LOW | ranger/ext/human_readable.py | 4 | |
| LOW | ranger/ext/human_readable.py | 4 | |
| LOW | ranger/ext/human_readable.py | 4 | |
| LOW | ranger/ext/signals.py | 67 | |
| LOW | ranger/ext/signals.py | 67 | |
| LOW | ranger/ext/signals.py | 67 | |
| LOW | ranger/ext/direction.py | 21 | |
| LOW | ranger/ext/direction.py | 21 | |
| LOW | ranger/ext/direction.py | 21 | |
| LOW | ranger/ext/keybinding_parser.py | 4 | |
| LOW | ranger/ext/keybinding_parser.py | 4 | |
| LOW | ranger/ext/keybinding_parser.py | 4 | |
| 261 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | setup.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger.py | 2 | # This file is part of ranger, the console file manager. (coding: utf-8) |
| MEDIUM | ranger/__init__.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/runner.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/runner.py | 4 | """This module is an abstract layer over subprocess.Popen |
| MEDIUM | ranger/core/filter_stack.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/metadata.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/actions.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/fm.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/shared.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/loader.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/linemode.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/tab.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/main.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/core/main.py | 467 | # Create the file if it doesn't exist. |
| MEDIUM | ranger/config/commands.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/config/commands.py | 11 | # This file contains ranger's commands. |
| MEDIUM | ranger/ext/human_readable.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/signals.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/direction.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/direction.py | 4 | """This class provides convenient methods for movement operations. |
| MEDIUM | ranger/ext/keybinding_parser.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/relative_symlink.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/popen23.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/popen_forked.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/openstruct.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/posix_signals.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/hash.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/cached_function.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/curses_interrupt_handler.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/get_executables.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/accumulator.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/widestring.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/spawn.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/shell_escape.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/rifle.py | 2 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/which.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/img_display.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/iter_tools.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/safe_path.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/mount_path.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/lazy_property.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/abc.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/git.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/svn.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/bzr.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/__init__.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/vcs.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/ext/vcs/hg.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/tags.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/fsobject.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/file.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/settings.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/bookmarks.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/directory.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/container/history.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/colorschemes/snow.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/colorschemes/solarized.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/colorschemes/default.py | 1 | # This file is part of ranger, the console file manager. |
| MEDIUM | ranger/colorschemes/jungle.py | 1 | # This file is part of ranger, the console file manager. |
| 36 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | ranger.py | 5 | # ===================== |
| MEDIUM | ranger/core/actions.py | 52 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 54 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 464 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 466 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 651 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 653 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 786 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 788 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 858 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 860 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 909 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 911 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 964 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 966 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1033 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1035 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1240 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1242 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1449 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1451 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1527 | # -------------------------- |
| MEDIUM | ranger/core/actions.py | 1529 | # -------------------------- |
| MEDIUM | ranger/config/commands_sample.py | 8 | # ----------------------------------------------------------------------------- |
| MEDIUM | ranger/config/commands.py | 4 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 10 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 27 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 48 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 62 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 90 | # =================================================================== |
| MEDIUM | ranger/config/commands.py | 1909 | # -------------------------------- |
| MEDIUM | ranger/config/commands.py | 1954 | # -------------------------------- |
| MEDIUM | doc/config/commands.py | 4 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 10 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 27 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 48 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 62 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 90 | # =================================================================== |
| MEDIUM | doc/config/commands.py | 1909 | # -------------------------------- |
| MEDIUM | doc/config/commands.py | 1954 | # -------------------------------- |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/core/filter_stack.py | 120 | |
| LOW | ranger/core/actions.py | 279 | |
| LOW | ranger/core/actions.py | 369 | |
| LOW | ranger/core/actions.py | 391 | |
| LOW | ranger/core/actions.py | 468 | |
| LOW | ranger/core/actions.py | 614 | |
| LOW | ranger/core/actions.py | 634 | |
| LOW | ranger/core/actions.py | 689 | |
| LOW | ranger/core/actions.py | 722 | |
| LOW | ranger/core/actions.py | 801 | |
| LOW | ranger/core/actions.py | 1054 | |
| LOW | ranger/core/actions.py | 1387 | |
| LOW | ranger/core/actions.py | 1540 | |
| LOW | ranger/core/actions.py | 1142 | |
| LOW | ranger/core/fm.py | 485 | |
| LOW | ranger/core/loader.py | 97 | |
| LOW | ranger/core/loader.py | 195 | |
| LOW | ranger/core/main.py | 30 | |
| LOW | ranger/core/main.py | 387 | |
| LOW | ranger/config/commands.py | 358 | |
| LOW | ranger/config/commands.py | 1247 | |
| LOW | ranger/config/commands.py | 1371 | |
| LOW | ranger/config/commands.py | 1601 | |
| LOW | ranger/config/commands.py | 1800 | |
| LOW | ranger/config/commands.py | 1372 | |
| LOW | ranger/ext/signals.py | 203 | |
| LOW | ranger/ext/signals.py | 249 | |
| LOW | ranger/ext/keybinding_parser.py | 76 | |
| LOW | ranger/ext/keybinding_parser.py | 255 | |
| LOW | ranger/ext/shutil_generatorized.py | 136 | |
| LOW | ranger/ext/shutil_generatorized.py | 189 | |
| LOW | ranger/ext/hash.py | 13 | |
| LOW | ranger/ext/rifle.py | 574 | |
| LOW | ranger/ext/rifle.py | 267 | |
| LOW | ranger/ext/rifle.py | 330 | |
| LOW | ranger/ext/rifle.py | 401 | |
| LOW | ranger/ext/rifle.py | 93 | |
| LOW | ranger/ext/img_display.py | 396 | |
| LOW | ranger/ext/img_display.py | 412 | |
| LOW | ranger/ext/vcs/vcs.py | 275 | |
| LOW | ranger/ext/vcs/vcs.py | 344 | |
| LOW | ranger/ext/vcs/vcs.py | 415 | |
| LOW | ranger/ext/vcs/vcs.py | 440 | |
| LOW | ranger/ext/vcs/vcs.py | 474 | |
| LOW | ranger/container/fsobject.py | 279 | |
| LOW | ranger/container/settings.py | 158 | |
| LOW | ranger/container/settings.py | 291 | |
| LOW | ranger/container/bookmarks.py | 171 | |
| LOW | ranger/container/bookmarks.py | 223 | |
| LOW | ranger/container/directory.py | 275 | |
| LOW | ranger/container/directory.py | 335 | |
| LOW | ranger/container/directory.py | 491 | |
| LOW | ranger/container/directory.py | 562 | |
| LOW | ranger/colorschemes/snow.py | 12 | |
| LOW | ranger/colorschemes/solarized.py | 21 | |
| LOW | ranger/colorschemes/default.py | 17 | |
| LOW | ranger/gui/ui.py | 235 | |
| LOW | ranger/gui/ui.py | 364 | |
| LOW | ranger/gui/ui.py | 484 | |
| LOW | ranger/gui/ui.py | 525 | |
| 43 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/core/fm.py | 201 | # This can lead to a race condition where both FM and the |
| LOW | ranger/config/commands_sample.py | 1 | # This is a sample commands.py. You can add your own commands here. |
| LOW | ranger/config/commands.py | 1 | # -*- coding: utf-8 -*- |
| LOW | ranger/config/commands.py | 21 | # `ranger --copy-config=commands_full' and make your modifications, don't |
| LOW | ranger/config/commands.py | 41 | # |
| LOW | ranger/config/commands.py | 61 | # |
| LOW | ranger/config/commands.py | 81 | # |
| LOW | ranger/ext/img_display.py | 901 | if self.stream: |
| LOW | ranger/gui/widgets/console.py | 61 | ) |
| LOW | ranger/data/scope.sh | 1 | #!/usr/bin/env bash |
| LOW | ranger/data/scope.sh | 161 | orientation="$( identify -format '%[EXIF:Orientation]\n' -- "${FILE_PATH}" )" |
| LOW | ranger/data/scope.sh | 181 | ## Audio |
| LOW | ranger/data/scope.sh | 221 | convert -- "${preview_png}" "${IMAGE_CACHE_PATH}" \ |
| LOW | ranger/data/scope.sh | 241 | # { [ "$tar" ] && fn=$(tar --list --file "${FILE_PATH}"); } || \ |
| LOW | ranger/data/scope.sh | 261 | # "${IMAGE_CACHE_PATH}" && exit 6 |
| LOW | tests/pylint/python3.py | 1 | # Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> |
| LOW | tests/pylint/python3.py | 21 | # Copyright (c) 2018 ssolanki <sushobhitsolanki@gmail.com> |
| LOW | tests/pylint/python3.py | 1241 | # The above statement looking for calls of the form: |
| LOW | tests/pylint/test_py2_compat.py | 181 | # with self.assertAddsMessages( |
| LOW | tests/pylint/test_py2_compat.py | 201 | # """) |
| LOW | tests/pylint/test_py2_compat.py | 221 | # """) |
| LOW | tests/pylint/py2_compat.py | 21 | # Each message has a code, a message that the user will see, |
| LOW | examples/plugin_pmount_dynamic.py | 1 | # Tested with ranger 1.7.2 |
| LOW | examples/rifle_sxiv.sh | 1 | #!/bin/sh |
| LOW | examples/shell_subshell_notice.sh | 1 | # shellcheck shell=sh |
| LOW | doc/config/scope.sh | 1 | #!/usr/bin/env bash |
| LOW | doc/config/scope.sh | 161 | orientation="$( identify -format '%[EXIF:Orientation]\n' -- "${FILE_PATH}" )" |
| LOW | doc/config/scope.sh | 181 | ## Audio |
| LOW | doc/config/scope.sh | 221 | convert -- "${preview_png}" "${IMAGE_CACHE_PATH}" \ |
| LOW | doc/config/scope.sh | 241 | # { [ "$tar" ] && fn=$(tar --list --file "${FILE_PATH}"); } || \ |
| LOW | doc/config/scope.sh | 261 | # "${IMAGE_CACHE_PATH}" && exit 6 |
| LOW | doc/config/commands.py | 1 | # -*- coding: utf-8 -*- |
| LOW | doc/config/commands.py | 21 | # `ranger --copy-config=commands_full' and make your modifications, don't |
| LOW | doc/config/commands.py | 41 | # |
| LOW | doc/config/commands.py | 61 | # |
| LOW | doc/config/commands.py | 81 | # |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/core/tab.py | 36 | def _set_thisfile_from_signal(self, signal): |
| LOW | ranger/core/tab.py | 110 | def assign_cursor_positions_for_subdirs(self): # pylint: disable=invalid-name |
| LOW | ranger/config/commands.py | 849 | def _trash_files_catch_arg_list_error(self, files): |
| LOW | ranger/ext/curses_interrupt_handler.py | 39 | def install_interrupt_handler(): |
| LOW | ranger/ext/curses_interrupt_handler.py | 44 | def restore_interrupt_handler(): |
| LOW | ranger/ext/rifle.py | 207 | def hook_command_preprocessing(command): |
| LOW | ranger/ext/rifle.py | 211 | def hook_command_postprocessing(command): |
| LOW | ranger/container/fsobject.py | 183 | def basename_without_extension(self): |
| LOW | ranger/container/bookmarks.py | 213 | def enable_saving_backtick_bookmark(self, boolean): |
| LOW | ranger/container/directory.py | 50 | def sort_unicode_wrapper_string(old_sort_func): |
| LOW | ranger/container/directory.py | 56 | def sort_unicode_wrapper_list(old_sort_func): |
| LOW | ranger/gui/colorscheme.py | 85 | def _colorscheme_name_to_class(signal): # pylint: disable=too-many-branches |
| LOW | ranger/gui/widgets/browsercolumn.py | 453 | def _get_index_of_selected_file(self): |
| LOW | ranger/gui/widgets/view_miller.py | 86 | def _request_clear_if_has_borders(self): |
| LOW | ranger/api/commands.py | 60 | def load_commands_from_module(self, module): |
| LOW | ranger/api/commands.py | 68 | def load_commands_from_object(self, obj, filtr): |
| LOW | tests/manpage_completion_test.py | 47 | def find_undocumented_settings(): |
| LOW | tests/pylint/python3.py | 1164 | def _is_constant_string_or_name(node): |
| LOW | tests/pylint/python3.py | 1174 | def _has_only_n_positional_args(node, number_of_args): |
| LOW | tests/pylint/test_py2_compat.py | 50 | def test_print_without_import(self): |
| LOW | tests/pylint/test_py2_compat.py | 109 | def test_implicit_format_spec(self): |
| LOW | tests/pylint/test_py2_compat.py | 176 | # def test_division_without_import(self): |
| LOW | tests/pylint/test_py2_compat.py | 189 | # def test_division_with_import(self): |
| LOW | doc/config/commands.py | 849 | def _trash_files_catch_arg_list_error(self, files): |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/core/runner.py | 137 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/runner.py | 143 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/runner.py | 282 | except Exception: # pylint: disable=broad-exception-caught |
| MEDIUM | ranger/core/runner.py | 98 | def filepaths(self): |
| MEDIUM | ranger/core/actions.py | 248 | def anypath_macro(i, char): |
| LOW | ranger/core/actions.py | 273 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/actions.py | 386 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/fm.py | 305 | except Exception: # pylint: disable=broad-except |
| LOW | ranger/core/fm.py | 311 | except Exception: # pylint: disable=broad-except |
| LOW | ranger/core/loader.py | 466 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/main.py | 217 | except Exception: # pylint: disable=broad-except |
| LOW | ranger/core/main.py | 223 | except Exception: # pylint: disable=broad-except |
| LOW | ranger/core/main.py | 364 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/core/main.py | 484 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/config/commands.py | 1110 | except Exception as err: # pylint: disable=broad-except |
| LOW | ranger/ext/rifle.py | 123 | except Exception: # pylint: disable=broad-except |
| LOW | ranger/ext/img_display.py | 859 | except Exception as err: |
| LOW | ranger/ext/vcs/vcs.py | 497 | except Exception as ex: # pylint: disable=broad-except |
| LOW | ranger/gui/widgets/pager.py | 123 | except Exception as ex: # pylint: disable=broad-except |
| LOW | doc/config/commands.py | 1110 | except Exception as err: # pylint: disable=broad-except |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | ranger/core/tab.py | 189 | # is required so that you can use enter_dir when switching tabs |
| MEDIUM | ranger/config/commands_sample.py | 7 | # A simple command for demonstration purposes follows. |
| MEDIUM | ranger/config/commands_sample.py | 26 | A sample command for demonstration purposes that opens a file in an editor. |
| LOW | ranger/config/commands.py | 25 | # But make sure you update your configs when you update ranger. |
| LOW | doc/config/commands.py | 25 | # But make sure you update your configs when you update ranger. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | ranger/config/commands.py | 49 | # Commands have certain attributes and methods that facilitate parsing of |
| MEDIUM | ranger/gui/curses_shortcuts.py | 21 | """This class defines shortcuts to facilitate operations with curses. |
| LOW | examples/plugin_hello_world.py | 23 | # simply return the return value of the previous hook to be safe. |
| MEDIUM | doc/config/commands.py | 49 | # Commands have certain attributes and methods that facilitate parsing of |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/ext/hash.py | 26 | # Read the file in ~64KiB chunks (multiple of sha256's block |
| LOW | ranger/ext/get_executables.py | 26 | # Check if the current environment is Microsoft WSL instead of native Linux |
| LOW | ranger/ext/rifle.py | 156 | # Check if stdin (file descriptor 0), stdout (fd 1) and |
| LOW | ranger/gui/widgets/browsercolumn.py | 349 | # Check if current line has not already computed and cached |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ranger/ext/signals.py | 27 | >>> def test_function(signal): |