Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0304ae

Browse files
authored
Merge pull request checkcheckzz#19 from labrys/patch-9
Alphabetize list
2 parents 7256374 + 689e0d0 commit e0304ae

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CommandLineTools.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ Pythonic command line arguments parser, that will make you smile.
55
Project Source: https://github.com/docopt/docopt
66
Project Homepage: http://docopt.org/
77

8+
1. click
9+
click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
10+
Project Source: https://github.com/mitsuhiko/click
11+
Project Homepage: http://click.pocoo.org/
12+
813
1. clint
914
Clint is a module filled with a set of awesome tools for developing command line applications.
1015
Project Source: https://github.com/kennethreitz/clint
1116
Project Homepage: https://pypi.python.org/pypi/clint/
1217

13-
1. click
14-
click is a package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary.
15-
Project Source: https://github.com/mitsuhiko/click
16-
Project Homepage: http://click.pocoo.org/
18+
1. cookiecutter
19+
A command-line utility that creates projects from cookiecutters (project templates).
20+
Project Source: https://github.com/audreyr/cookiecutter
21+
Project Documentation: http://cookiecutter.readthedocs.org/en/latest/
1722

18-
1. httpie
19-
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
20-
Project Source: https://github.com/jakubroztocil/httpie
23+
1. glacier-cli
24+
Command-line interface to Amazon Glacier.
25+
Project Source: https://github.com/basak/glacier-cli
2126

2227
1. glue
2328
Glue is a simple command line tool to generate sprites.
2429
Project Source: https://github.com/jorgebastida/glue
2530
Project Documentation: http://glue.readthedocs.org/en/latest/
2631

32+
1. httpie
33+
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.
34+
Project Source: https://github.com/jakubroztocil/httpie
35+
2736
1. webkit2png
2837
webkit2png is a command line tool that creates screenshots of webpages.
2938
Project Source: https://github.com/paulhammond/webkit2png
3039
Project Homepage: http://www.paulhammond.org/webkit2png/
31-
32-
1. cookiecutter
33-
A command-line utility that creates projects from cookiecutters (project templates).
34-
Project Source: https://github.com/audreyr/cookiecutter
35-
Project Documentation: http://cookiecutter.readthedocs.org/en/latest/
36-
37-
1. glacier-cli
38-
Command-line interface to Amazon Glacier.
39-
Project Source: https://github.com/basak/glacier-cli

0 commit comments

Comments
 (0)