1g.search.modules(1)           Grass User's Manual          g.search.modules(1)
2
3
4

NAME

6       g.search.modules  - Search in GRASS modules using keywords
7

KEYWORDS

9       general, modules, search
10

SYNOPSIS

12       g.search.modules
13       g.search.modules --help
14       g.search.modules   [-anmkcgj]   keyword=string[,string,...]    [--help]
15       [--verbose]  [--quiet]  [--ui]
16
17   Flags:
18       -a
19           Display only  modules  where  all  keywords  are  available  (AND),
20           default: OR
21
22       -n
23           Invert selection (logical NOT)
24
25       -m
26           Search in manual pages too (can be slow)
27
28       -k
29           Search only for the exact keyword in module keyword list
30           Instead of full text search, search only in actual keywords
31
32       -c
33           Use colorized (more readable) output to terminal
34
35       -g
36           Shell script format
37
38       -j
39           JSON format
40
41       --help
42           Print usage summary
43
44       --verbose
45           Verbose module output
46
47       --quiet
48           Quiet module output
49
50       --ui
51           Force launching GUI dialog
52
53   Parameters:
54       keyword=string[,string,...] [required]
55           Keyword to be searched
56

DESCRIPTION

58       g.search.module  searches  for  given  keyword  in  GRASS modules name,
59       description, keywords and optionally manpages too.
60

NOTES

62       There can be more keywords, g.search.modules will search  for  each  of
63       them
64

EXAMPLE

66       Search all modules, where keywords buffer OR clip can be found
67       g.search.modules keyword=buffer,clip
68       r.circle
69           keywords: raster,buffer,geometry,circle
70           description: Creates a raster map containing concentric rings around a
71                        given point.
72       r.buffer.lowmem
73           keywords: raster,buffer
74           description: Creates a raster map showing buffer zones surrounding cells
75                        that contain non-NULL category values. This is the low-
76                        memory alternative to the classic r.buffer module.
77       r.buffer
78           keywords: raster,buffer
79           description: Creates a raster map showing buffer zones surrounding cells
80                        that contain non-NULL category values.
81       Search  all  modules, where keywords overlay AND clip can be found with
82       some fancy terminal output
83       g.search.modules keyword=clip,overlay -a -c
84       v.overlay
85           keywords: vector,geometry,spatial query,intersection,union,clip
86           description: Overlays two vector maps.;
87       Search in manual pages too
88       g.search.modules -m keyword=kapri
89       db.execute
90           keywords: database,attribute table,SQL
91           description: Executes any SQL statement. For SELECT statements use
92                        ’db.select’.
93       db.select
94           keywords: database,attribute table,SQL
95           description: Selects data from attribute table. Performs SQL query
96                        statement(s).
97

SEE ALSO

99        g.manual
100

AUTHORS

102       Jachym Cepicky, OpenGeoLabs s.r.o., Czech Republic
103
104       Last changed: $Date: 2016-04-21 16:33:08 +0200 (Thu, 21 Apr 2016) $
105

SOURCE CODE

107       Available at: g.search.modules source code (history)
108
109       Main index | General index | Topics index | Keywords index |  Graphical
110       index | Full index
111
112       © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
113
114
115
116GRASS 7.6.0                                                g.search.modules(1)
Impressum