Source: ranger
Section: utils
Priority: optional
Maintainer: SwampRabbit <swamprabbit@mxlinux.org>
XSBC-Original-Maintainer: Vern Sun <s5unty@gmail.com>
Uploaders: Mo Zhou <lumin@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 12),
               dh-python,
               flake8,
               ncurses-bin (>= 5.7+20100313-5),
               pylint,
               python3-all,
               python3-pytest,
               shellcheck
Vcs-Git: https://salsa.debian.org/debian/ranger.git
Vcs-Browser: https://salsa.debian.org/debian/ranger
Homepage: https://ranger.github.io
Rules-Requires-Root: no

Package: ranger
Architecture: all
Depends: sensible-utils, ${misc:Depends}, ${python3:Depends},
         sudo,
         file,
         python3-chardet,
         caca-utils,
         odt2txt,
         unoconv,
         ffmpegthumbnailer,
         imagemagick,
         w3m-img,
         poppler-utils
Recommends: rxvt-unicode, mpv, mediainfo | exiftool, less, ueberzug
Suggests: atool, unrar, unzip,
          less,
          kitty | terminology,
          elinks | elinks-lite | lynx,
          highlight | python-pygments,
          mupdf-tools,
          calibre,
          fontforge
Description: Console File Manager with VI Key Bindings
 Ranger is a console file manager with VI key bindings.  It provides a
 minimalistic and nice curses interface with a view on the directory hierarchy.
 It ships with "rifle", a file launcher that is good at automatically finding
 out which program to use for what file type.
 .
 Design Goals
  * An easily maintainable file manager in a high level language
  * A quick way to switch directories and browse the file system
  * Keep it small but useful, do one thing and do it well
  * Console based, with smooth integration into the unix shell
