Commit graph

527 commits

Author SHA1 Message Date
adam j hartz
9dfa6620eb another typo 2015-03-22 15:52:02 -04:00
adam j hartz
48f2526750 fix some typos in the tutorial 2015-03-22 15:48:26 -04:00
adam j hartz
84c2f74260 add discussion of running scripts to tutorial 2015-03-22 15:36:48 -04:00
Anthony Scopatz
68abe87ee3 Merge branch 'wrywerytwreywery-positional_args' 2015-03-22 14:02:04 -05:00
Anthony Scopatz
d3aec29450 Merge branch 'positional_args' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-positional_args 2015-03-22 14:01:17 -05:00
adam j hartz
1f3b892453 small refactoring 2015-03-22 14:19:26 -04:00
Anthony Scopatz
6a1a03e2a6 Merge branch 'wrywerytwreywery-home' 2015-03-22 13:11:27 -05:00
adam j hartz
48f2a752fc $<int> is no longer valid 2015-03-22 14:10:11 -04:00
adam j hartz
38882f86d1 test for presence of special name ARGn in env 2015-03-22 14:00:31 -04:00
adam j hartz
ed69e10dc0 fix typo 2015-03-22 13:54:33 -04:00
adam j hartz
3155f24287 updated syntax for arguments in xonsh scripts 2015-03-22 13:53:52 -04:00
adam j hartz
02f1394975 parser.py: better handling of ~ 2015-03-22 13:36:20 -04:00
adam j hartz
c43014514b parser.py: PEP8 2015-03-22 13:29:07 -04:00
adam j hartz
b4dbdaedff aliases.py: pep8 fixes 2015-03-22 13:18:36 -04:00
adam j hartz
40eafb7ec9 attempted fix for #127 2015-03-22 13:17:23 -04:00
adam j hartz
373a04b9da main.py: smarter import 2015-03-22 12:44:18 -04:00
adam j hartz
de275a484d add $ARGS environment variable 2015-03-22 12:41:29 -04:00
adam j hartz
901e942641 merge upstream updates 2015-03-22 12:24:58 -04:00
Anthony Scopatz
9e149482ed Merge branch 'SmartViking-master' 2015-03-22 11:10:33 -05:00
Mattias Ugelvik
45005cddf2 Merge branch 'master' of https://github.com/scopatz/xonsh
Conflicts:
	xonsh/built_ins.py
2015-03-22 16:51:31 +01:00
Anthony Scopatz
934f3ab974 Merge pull request #123 from juanpabloaj/readme-travis
travis badge to README
2015-03-22 10:44:03 -05:00
Anthony Scopatz
037180c693 Merge branch 'wrywerytwreywery-shebang' 2015-03-22 10:41:33 -05:00
Anthony Scopatz
7e3d353963 Merge branch 'shebang' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-shebang 2015-03-22 10:39:36 -05:00
Anthony Scopatz
ce327ccd7b Merge branch 'wrywerytwreywery-dirstack' 2015-03-22 10:36:12 -05:00
Anthony Scopatz
8e4fb9d53a Merge branch 'dirstack' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-dirstack 2015-03-22 10:34:53 -05:00
Anthony Scopatz
0b4d77a212 Merge branch 'nl' 2015-03-22 10:28:19 -05:00
Anthony Scopatz
524583683e Merge branch 'wrywerytwreywery-syntax' 2015-03-22 10:27:04 -05:00
Anthony Scopatz
2691af884b Merge branch 'syntax' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-syntax 2015-03-22 10:24:56 -05:00
adam j hartz
0d82d344d9 main.py: help text and pep8 2015-03-22 09:35:07 -04:00
adam j hartz
4fd470ed77 allow positional arguments when running xonsh script by name 2015-03-22 09:27:52 -04:00
JuanPablo
582e1024ff travis badge to README 2015-03-21 23:41:06 -03:00
Mattias Ugelvik
a99c747bb2 Updated tutorial to reflect changes 2015-03-22 03:34:02 +01:00
Mattias Ugelvik
1483159dd2 Recursive alias evaluation 2015-03-22 02:46:33 +01:00
adam j hartz
6d1bc7b525 update tests for new syntax 2015-03-21 21:37:00 -04:00
adam j hartz
1f7024e284 dirstack: small refactoring 2015-03-21 21:13:11 -04:00
adam j hartz
1cf4f44b14 Merge branch 'syntax' of https://github.com/wrywerytwreywery/xonsh into syntax 2015-03-21 21:04:37 -04:00
Anthony Scopatz
cf286e0b7a Merge branch 'wrywerytwreywery-imag' 2015-03-21 19:59:05 -05:00
Anthony Scopatz
c2bed0ffbb Merge branch 'imag' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-imag 2015-03-21 19:57:45 -05:00
adam j hartz
8e3af41a53 dirstack: PEP8 fixes 2015-03-21 20:50:06 -04:00
adam j hartz
4e9fe71394 pushd bugfix 2015-03-21 20:48:50 -04:00
adam j hartz
fca90ec0dd maximum dirstack size 2015-03-21 20:29:28 -04:00
adam j hartz
81d3616c46 add quiet mode to pushd and popd 2015-03-21 20:27:54 -04:00
adam j hartz
4c91c84559 documentation for dirstack module 2015-03-21 20:15:26 -04:00
Anthony Scopatz
b635ac23e9 fix for further nesting 2015-03-21 19:04:30 -05:00
adam j hartz
6bd814c8b9 documentation for dirstack module 2015-03-21 20:01:10 -04:00
adam j hartz
c2496fc596 use bash dirstack convention by default, and support PUSHD_MINUS 2015-03-21 19:54:46 -04:00
adam j hartz
84323fd3df cleanup 2015-03-21 19:54:13 -04:00
Anthony Scopatz
ca6e217291 nested sets and dicts 2015-03-21 18:49:53 -05:00
Anthony Scopatz
8db48f7083 new dict nesting 2015-03-21 18:49:53 -05:00
Anthony Scopatz
b2215badd1 some nesting. some to work out 2015-03-21 18:49:53 -05:00