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 GIS modules name,
59       description, keywords and  optionally  manpages,  too.  Also  installed
60       addons are considered in the search.
61

NOTES

63       Multiple  keywords  may  be specified, g.search.modules will search for
64       all of them.
65

EXAMPLE

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

SEE ALSO

108        g.manual
109

AUTHORS

111       Jachym Cepicky, OpenGeoLabs s.r.o., Czech Republic: original author
112       Anika Bettge, mundialis, Germany: addon search added
113

SOURCE CODE

115       Available at: g.search.modules source code (history)
116
117       Main  index | General index | Topics index | Keywords index | Graphical
118       index | Full index
119
120       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
121
122
123
124GRASS 7.8.2                                                g.search.modules(1)
Impressum