Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
apps:catfish:start [2018/07/01 04:10] – created bluesabreapps:catfish:start [2023/07/02 07:59] (current) – Update Latest Release section kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
- +{{ :xfce:xfce.catfish.png?no link|}}
- +
-{{ :apps:catfish:catfish.png?nolink|}}+
 ====== Catfish File Search ====== ====== Catfish File Search ======
  
-<note>The manual is written for Catfish 1.4.</note>+  * **[[#Latest Release|Latest Release]]** 
 +  * **[[#Source Code Repository|Source Code Repository]]** 
 +  * **[[#Reporting Bugs|Reporting Bugs]]** 
 + 
 +----
  
 ===== Introduction ===== ===== Introduction =====
 +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.
  
-[[introduction|Introduction to Catfish]]\\ +  * **[[introduction|Introduction to Catfish]]** -- What makes Catfish special 
-What makes Catfish special.+  * **[[usage|Usage]]** -- Basic handling of the application 
 +===== Configuration ===== 
 +  * **[[command-line|Command-line Options]]** -- Parameters for starting Catfish
  
-[[usage|Usage]]\\ +----
-Basic handling of the application.+
  
-===== Configuration =====+===== Required Packages =====
  
-[[command-line|Command-line Options]]\\ +  * [[https://github.com/python/|python 3]] 
-Parameters for starting Catfish.+  * [[https://www.gtk.org|GTK+]] 
 +  * [[https://wiki.gnome.org/Projects/GLib|GLib]] (GLib / GObject Python bindings: GdkPixbuf, GLib, GTK 3, Pango, Cairo, Xfconf) 
 +  * [[https://pypi.org/project/pexpect/|Pexpect]] 
 +  * locate or mlocate  
 + 
 +---- 
 + 
 +===== Latest Release ===== 
 +{{rss>https://archive.xfce.org/feeds/project/catfish 1 date 2h}} 
 + 
 +[[https://gitlab.xfce.org/apps/catfish/-/blob/master/NEWS|Read the CHANGELOG]] 
 + 
 +  * **[[https://archive.xfce.org/src/apps/catfish/|Download current release]]** (link also contains older versions) 
 + 
 +[[|Back to Top]] 
 +---- 
 + 
 +===== Source Code Repository ===== 
 +[[https://gitlab.xfce.org/apps/catfish/|]] 
 + 
 +----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====
 +  * **[[:apps:catfish:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
 +
  
-[[bugs|Bugs]]\\ +---- 
-Where and how to report bugs.+[[:start|Back to main Xfce documentation page]]