Quellcode durchsuchen

Updated README after bin rename (5fd60d8)

Alois Mahdal vor 10 Jahren
Ursprung
Commit
059711b4c8
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6
    6
      README.md

+ 6
- 6
README.md Datei anzeigen

9
 ------------------
9
 ------------------
10
 
10
 
11
 
11
 
12
-### autotest.pl ###
12
+### autotest ###
13
 
13
 
14
 Script to make it easier to start developing your new Perl module under
14
 Script to make it easier to start developing your new Perl module under
15
 pressure of unit tests written in [Test::More][1] and the likes.
15
 pressure of unit tests written in [Test::More][1] and the likes.
21
 of thumb goes without saying: "no green, no commit".
21
 of thumb goes without saying: "no green, no commit".
22
 
22
 
23
 
23
 
24
-### bd.pl ###
24
+### bd ###
25
 
25
 
26
 Binary dump.  Reads STDIN, 4 bytes at a time and displays it in similar way as
26
 Binary dump.  Reads STDIN, 4 bytes at a time and displays it in similar way as
27
 `hexdump(1)` does with `-C` option (Canonical hex+ASCII display)
27
 `hexdump(1)` does with `-C` option (Canonical hex+ASCII display)
63
     url2
63
     url2
64
 
64
 
65
 
65
 
66
-### mkexec.pl ###
66
+### mkexec ###
67
 
67
 
68
 Make executable script for you and heat up vim.  Accepts filename as parameter.
68
 Make executable script for you and heat up vim.  Accepts filename as parameter.
69
 
69
 
73
 4.  try to heat up `vim` or `editor` for you.
73
 4.  try to heat up `vim` or `editor` for you.
74
 
74
 
75
 
75
 
76
-### timestamp.pl ###
76
+### timestamp ###
77
 
77
 
78
 Script to measure how long does one second take.  For those that know how long
78
 Script to measure how long does one second take.  For those that know how long
79
 one second takes, it can serve as a snippet for Perl `&stamp()`.
79
 one second takes, it can serve as a snippet for Perl `&stamp()`.
105
 Has POD doc (`se --man` or `se --help`) worth looking at.
105
 Has POD doc (`se --man` or `se --help`) worth looking at.
106
 
106
 
107
 
107
 
108
-### watchdump.pl ###
108
+### watchdump ###
109
 
109
 
110
 Trivial utility that prints a text file, clears the screen and pauses for 2s
110
 Trivial utility that prints a text file, clears the screen and pauses for 2s
111
 over and over.
111
 over and over.
119
 see `--usage`.
119
 see `--usage`.
120
 
120
 
121
 
121
 
122
-### pl2yml.pl, yml2pl.pl ###
122
+### pl2yml, yml2pl ###
123
 
123
 
124
 Simple scripts to read YAML/Perl data structure from a file and dump it in
124
 Simple scripts to read YAML/Perl data structure from a file and dump it in
125
 the other format to STDIN.  Uses [YAML::Tiny][4] for YAML jobs.
125
 the other format to STDIN.  Uses [YAML::Tiny][4] for YAML jobs.