File: control

package info (click to toggle)
lf 28-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 640 kB
  • sloc: sh: 129; makefile: 22; csh: 4
file content (48 lines) | stat: -rw-r--r-- 1,526 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: lf
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-djherbis-times-dev,
 golang-github-gdamore-tcell.v2-dev,
 golang-github-xo-terminfo-dev,
 golang-golang-x-sys-dev,
 golang-golang-x-term-dev,
 terminfo,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/gokcehan/lf
Vcs-Browser: https://salsa.debian.org/go-team/packages/lf
Vcs-Git: https://salsa.debian.org/go-team/packages/lf.git
XS-Go-Import-Path: github.com/gokcehan/lf
Testsuite: autopkgtest-pkg-go

Package: lf
Architecture: any
Built-Using: ${misc:Built-Using}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ueberzug,
Suggests:
 mediainfo | exiftool,
Description: terminal file manager written in Go
 lf (as in "list files") is a terminal file manager written in Go. It is
 heavily inspired by ranger with some missing and extra features. Some of
 the missing features are deliberately omitted since they are better handled
 by external tools.
 .
 Features:
 .
  - Single binary without any runtime dependencies (except terminfo database)
  - Fast startup and low memory footprint
  - Server/client architecture to share file selection between multiple
    instances
  - Configuration with shell commands
  - Customizable keybindings (vi and readline defaults)
  - Preview filtering (for source highlighting, archives, PDFs/images as text)