aboutsummaryrefslogtreecommitdiff
path: root/textproc/ugrep/pkg-message
blob: e596f0d35a8986e9812372e8e148b1f0c8858577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
{
  type: install
  message: <<EOM
  You have successfully built and installed ugrep.

  You can use the ugrep & ug commands to search files.

  The ugrep command is for batch use, whereas the ug
  command is intended for interactive searches using
  a .ugrep configuration file with your preferences,
  located in the working directory or home directory.
  Run 'ug --save-config' to create a .ugrep file.

  Aliases to consider:
    alias uq     = 'ug -Q'
    alias ux     = 'ug -UX'
    alias uz     = 'ug -z'
    alias grep   = 'ugrep -G'
    alias egrep  = 'ugrep -E'
    alias fgrep  = 'ugrep -F'
    alias pgrep  = 'ugrep -P'
    alias xgrep  = 'ugrep -UX'
    alias zgrep  = 'ugrep -zG'
    alias zegrep = 'ugrep -zE'
    alias zfgrep = 'ugrep -zF'
    alias zpgrep = 'ugrep -zP'
    alias zxgrep = 'ugrep -zUX'
    alias xdump  = 'ugrep -X ""'
EOM
}
]