|
NAMEgpicker - fast (file)name chooserSYNOPSISgpicker [options] directory-pathDESCRIPTIONThis manual page documents briefly the gpicker program.gpicker is a gtk+ program that allows you to quickly and conveniently pick file in a (possibly very large) project. You type significant letters of file name (typically from the start of words) and gpicker provides you with a list of files you most likely mean to pick. The program filters and orders project's list of files in real-time as you type. It prints selected item (or items in multi-select mode) on standard output. You can use also gpicker to filter & sort arbitrary list of names by piping that list of names to it's stdin and passing '-' instead of path. gpicker has a concept of project type which allows it to skip files that are ignored by project's version control system. Default project type invokes find to gather list of files. You can change find command line via GPICKER_FIND environment variable. gpicker is typically used from programmer's editors or IDEs. VIM and Emacs integration is included in gpicker package. See gpicker.el and gpicker.vim correspondingly. There's also NetBeans plugin at http://github.com/avsej/gpicker-netbeans and gedit plugin at http://github.com/yltsrc/gedit-gpicker gpicker can be used from other programs as well.
http://github.com/alk/supermegadoc uses gpicker to pick names from
documentation system index.
OPTIONSThis program follows the usual GNU command line syntax. A summary of options is included below.
LICENSEThe gpicker is distributed under the GPLv3 license. See COPYING file that comes with it. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3.SEE ALSOgpicker-simple(1)The README file that comes with gpicker. AUTHORThe 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
Visit the GSP FreeBSD Man Page Interface. |