File: README.md

package info (click to toggle)
catfish 4.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,828 kB
  • sloc: python: 3,785; xml: 16; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,228 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
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/catfish/-/blob/master/COPYING)

# Catfish

Catfish is a handy file searching tool for Linux and Unix. 
The interface is intentionally lightweight and simple, using only GTK+3. 
You can configure it to your needs by using several command line options.

You are encouraged to run ``catfish –help`` to check out the various command line options.

----

### Homepage

[Catfish documentation](https://docs.xfce.org/apps/catfish/start)

### Changelog

See [NEWS](https://gitlab.xfce.org/apps/catfish/-/blob/master/NEWS) for details on changes and fixes made in the current release.

### Source Code Repository

[Catfish source code](https://gitlab.xfce.org/apps/catfish)

### Download a Release Tarball

[Catfish archive](https://archive.xfce.org/src/apps/catfish)
    or
[Catfish tags](https://gitlab.xfce.org/apps/catfish/-/tags)

### Installation

From source:

    meson setup build
    meson compile -C build
    meson install -C build

### Reporting Bugs

Visit the [reporting bugs](https://docs.xfce.org/apps/catfish/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.