ソースを参照

Sorted items in README alphabetically

Alois Mahdal 10 年 前
コミット
530d460686
共有1 個のファイルを変更した11 個の追加11 個の削除を含む
  1. 11
    11
      README.md

+ 11
- 11
README.md ファイルの表示

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 ###
76
+### pl2yml, yml2pl ###
77
 
77
 
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()`.
78
+Simple scripts to read YAML/Perl data structure from a file and dump it in
79
+the other format to STDIN.  Uses [YAML::Tiny][4] for YAML jobs.
80
+
81
+  [4]: https://metacpan.org/module/YAML::Tiny
80
 
82
 
81
 
83
 
82
 ### se ###
84
 ### se ###
105
 Has POD doc (`se --man` or `se --help`) worth looking at.
107
 Has POD doc (`se --man` or `se --help`) worth looking at.
106
 
108
 
107
 
109
 
110
+### timestamp ###
111
+
112
+Script to measure how long does one second take.  For those that know how long
113
+one second takes, it can serve as a snippet for Perl `&stamp()`.
114
+
115
+
108
 ### watchdump ###
116
 ### watchdump ###
109
 
117
 
110
 Trivial utility that prints a text file, clears the screen and pauses for 2s
118
 Trivial utility that prints a text file, clears the screen and pauses for 2s
119
 see `--usage`.
127
 see `--usage`.
120
 
128
 
121
 
129
 
122
-### pl2yml, yml2pl ###
123
-
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.
126
-
127
-  [4]: https://metacpan.org/module/YAML::Tiny
128
-
129
-
130
 cgi-bin - CGI scripts
130
 cgi-bin - CGI scripts
131
 ---------------------
131
 ---------------------
132
 
132