1- ## ## ########
1+ ## ## ######
22 ## ## ## ##
33 ## ## ## ##
4- ### ## ######
4+ ## ######
55 ## ## ##
66 ## ## ##
77 ## ## ## agile programming tools in Coffeescript
88
99#v0.2.0
1010
11- #### Warning: This software is pre [ SemVer] ( http://semver.org/ ) v1.0.0, use accordingly.
11+ ### Warning: This software is pre [ SemVer] ( http://semver.org/ ) v1.0.0, use accordingly.
1212
1313
1414## Features
@@ -40,7 +40,7 @@ If anyone is willing to write concise documentation for executing the functional
4040# Tools
4141
4242
43- ### base64
43+ ## base64
4444base64 encoding tool
4545
4646usage:
@@ -52,23 +52,23 @@ usage:
5252 -d, decodes string
5353
5454
55- ### imgur
55+ ## imgur
5656
5757quick image sharing through imgur.com
5858
5959usage:
6060
6161 xp imgur /path/to/image.png
6262
63- ### ip
63+ ## ip
6464
6565determines public ip address of current machine
6666
6767usage:
6868
6969 xp ip
7070
71- ### loc
71+ ## loc
7272
7373determines the amount of lines of code in files
7474
7979 xp loc /path/to/dir/
8080 xp loc /path/to/dir/*.txt
8181
82- ### pair
82+ ## pair
8383
8484manages pair programming teams for Git
8585
@@ -122,7 +122,7 @@ examples:
122122
123123
124124
125- ### tabs
125+ ## tabs
126126converts tabs to spaces and spaces to tabs
127127
128128usage:
@@ -133,7 +133,7 @@ usage:
133133 xp tabs /path/to/dir/*.txt
134134
135135
136- ### url
136+ ## url
137137
138138url encoding / decoding tool
139139
@@ -145,7 +145,7 @@ usage:
145145
146146 -d, decodes string
147147
148- ### web
148+ ## web
149149spawns a static web server from directory paths
150150
151151usage:
@@ -159,7 +159,7 @@ usage:
159159 -p, port
160160
161161
162- ### ws
162+ ## ws
163163removes excess whitespace from files
164164
165165usage:
0 commit comments