Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
GPICKER-SIMPLE(1)	     General Commands Manual	       GPICKER-SIMPLE(1)

NAME
     gpicker-simple  -	non-gui  version  of gpicker high-performance (file)name
     chooser

SYNOPSIS
     gpicker-simple [options] pattern

DESCRIPTION
     This manual page documents briefly the gpicker-simple program.

     You can use gpicker-simple to filter & sort arbitrary list of names by pip-
     ing that list of names to it's stdin. Filtered & sorted list is printed  on
     standard output.

     When  passed -M option gpicker-simple also outputs match positions. In this
     mode each line of output is followed by line with ^ characters right  under
     matched positions.

OPTIONS
     This  program  follows  the usual GNU command line syntax. A summary of op-
     tions is included below.

     -h     Show help options and quit

     -S     Don't sort filtered list

     -M     Output match positions

     -x     Print match scores too

     -n name-separator
	    Sets separator of filenames from stdin (\0 is default).   Interprets
	    \0	as  zero  byte, \n as new line, \r as carriage return, \t as tab
	    character.

     -d dir-separator
	    Sets separator of directory names from stdin (/ is default).  Inter-
	    prets \0 as zero byte, \n as new line, \r as carriage return, \t  as
	    tab character.

LICENSE
     The  gpicker  is distributed under the GPLv3 license. See COPYING file that
     comes with it. On Debian systems, the complete text of the GNU General Pub-
     lic License can be found in /usr/share/common-licenses/GPL-3.

SEE ALSO
     gpicker(1)

     The README file that comes with gpicker.

AUTHOR
     The gpicker was written by Aliaksey Kandratsenka <alk@tut.by>  with  useful
     input  and  patches  from folks in Ruby department of Altoros Systems, Inc.
     http://www.altoros.com/ruby_on_rails.html

				 January 2, 2010	       GPICKER-SIMPLE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gpicker-simple&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help