Browse Source

Sorted items in README alphabetically

Alois Mahdal 10 years ago
parent
commit
530d460686
1 changed files with 11 additions and 11 deletions
  1. 11
    11
      README.md

+ 11
- 11
README.md View File

@@ -73,10 +73,12 @@ Make executable script for you and heat up vim.  Accepts filename as parameter.
73 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 84
 ### se ###
@@ -105,6 +107,12 @@ needed.
105 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 116
 ### watchdump ###
109 117
 
110 118
 Trivial utility that prints a text file, clears the screen and pauses for 2s
@@ -119,14 +127,6 @@ path and an "animation".  Display of the header can be controlled by options,
119 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 130
 cgi-bin - CGI scripts
131 131
 ---------------------
132 132