1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Source: ranger
Section: utils
Priority: extra
Maintainer: Vern Sun <s5unty@gmail.com>
Build-Depends: debhelper (>= 10), dh-python (>= 1), python3 (>= 3.4), ncurses-bin (>= 5.7+20100313-5)
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Homepage: http://ranger.nongnu.org/
Package: ranger
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, less
Recommends: file, python3-chardet, w3m-img
Suggests: atool, caca-utils, elinks | elinks-lite | lynx | w3m, highlight, poppler-utils, sudo
Description: File manager with an ncurses frontend written in Python
Ranger is a free console file manager that gives you greater flexibility and a
good overview of your files without having to leave your *nix console. It
visualizes the directory tree in two dimensions: the directory hierarchy on
one, lists of files on the other, with a preview to the right so you know
where you'll be going.
.
The default keys are similar to those of Vim, Emacs and Midnight Commander,
though Ranger is easily controllable with just the arrow keys or the mouse.
.
The program is written in Python and uses curses for the text-based user
interface.
|