adam j hartz
|
09df2b4c90
|
simpler check for executable bit
|
2015-03-21 16:38:55 -04:00 |
|
adam j hartz
|
32fc94a2ba
|
allow running scripts with shebang lines
|
2015-03-21 16:31:14 -04:00 |
|
adam j hartz
|
632abb9d04
|
fix string regex
|
2015-03-21 14:29:14 -04:00 |
|
adam j hartz
|
389c14679a
|
add support for imaginary numbers
|
2015-03-21 11:51:03 -04:00 |
|
adam j hartz
|
5d465e343b
|
remove superfluous environment variable
|
2015-03-20 22:43:40 -04:00 |
|
adam j hartz
|
b35b91b7cf
|
PEP8 fixes
|
2015-03-20 22:41:45 -04:00 |
|
adam j hartz
|
d4a1cdb3e1
|
implemented popd
|
2015-03-20 22:26:43 -04:00 |
|
adam j hartz
|
217d47dd0e
|
make the default aliases available to dirstack.py
|
2015-03-20 22:12:45 -04:00 |
|
adam j hartz
|
5b12120bbc
|
implement pushd
|
2015-03-20 22:12:25 -04:00 |
|
Mattias Ugelvik
|
d70a554468
|
Tabulated command suggestions, and tried to improve readability here and there
|
2015-03-20 23:58:47 +01:00 |
|
adam j hartz
|
68f5e4dba6
|
implemented dirs
|
2015-03-20 18:35:59 -04:00 |
|
adam j hartz
|
38ee9195e6
|
fallback to using git binary to determine branch when necessary
|
2015-03-20 17:51:14 -04:00 |
|
adam j hartz
|
23d5dadeed
|
updated documentation for new syntax
|
2015-03-20 17:30:24 -04:00 |
|
adam j hartz
|
5f0fd83a6b
|
Despite the new syntax, ${} should continue to do environment lookup
|
2015-03-20 17:29:54 -04:00 |
|
Anthony Scopatz
|
34c03a87a5
|
Merge branch 'wrywerytwreywery-string'
|
2015-03-20 12:02:36 -05:00 |
|
Anthony Scopatz
|
6fa8e44e5d
|
Merge branch 'string' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-string
|
2015-03-20 12:01:00 -05:00 |
|
Anthony Scopatz
|
bec73c8d31
|
Merge branch 'wrywerytwreywery-docs'
|
2015-03-20 11:57:29 -05:00 |
|
Anthony Scopatz
|
c702b01435
|
Merge branch 'docs' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-docs
|
2015-03-20 11:56:26 -05:00 |
|
Anthony Scopatz
|
9c6566b69c
|
Merge branch 'SmartViking-master'
|
2015-03-20 11:49:13 -05:00 |
|
adam j hartz
|
b5204f02fd
|
merge upstream updates
|
2015-03-19 22:37:06 -04:00 |
|
adam j hartz
|
bba66d66ef
|
Change syntax from ${} to @()
|
2015-03-19 22:29:35 -04:00 |
|
adam j hartz
|
6969150a72
|
convert result of ${} expression to string
|
2015-03-19 21:37:59 -04:00 |
|
Mattias Ugelvik
|
0a61a14b20
|
Removed subproc_line , fixed typos, small changes
`subproc_line` wasn't used and probably contained a bug
|
2015-03-19 20:18:02 +01:00 |
|
Anthony Scopatz
|
c285c02a9c
|
Merge pull request #104 from eyalzek/master
Add an explanation for shift+tab indentation to the docs
|
2015-03-19 10:58:13 -05:00 |
|
eyalzek
|
1121145893
|
add shift+tab indentation to docs
|
2015-03-19 17:39:10 +02:00 |
|
adam j hartz
|
fb9efc4ba9
|
documentation for environment variables
|
2015-03-19 07:51:26 -04:00 |
|
adam j hartz
|
f07a338da2
|
rename some environment variables
|
2015-03-19 07:51:14 -04:00 |
|
Anthony Scopatz
|
637702f861
|
hotfix for hanging
|
2015-03-19 00:36:12 -05:00 |
|
Anthony Scopatz
|
546e1fc336
|
Merge branch 'wrywerytwreywery-run_script'
|
2015-03-18 20:48:48 -05:00 |
|
adam j hartz
|
5664ce44d7
|
fix for comment parsing
|
2015-03-18 21:36:26 -04:00 |
|
Anthony Scopatz
|
cf8c8460f8
|
Merge pull request #98 from scopatz/script
fix for comment only lines
|
2015-03-18 20:21:56 -05:00 |
|
Anthony Scopatz
|
dcd4a20271
|
fix for comment only line
|
2015-03-18 20:14:53 -05:00 |
|
Anthony Scopatz
|
831e0c07b5
|
Merge branch 'admiralobvious-cd_oldpwd'
|
2015-03-18 19:44:59 -05:00 |
|
Anthony Scopatz
|
3c31e4ef2d
|
Merge branch 'cd_oldpwd' of https://github.com/admiralobvious/xonsh into admiralobvious-cd_oldpwd
|
2015-03-18 19:44:16 -05:00 |
|
Anthony Scopatz
|
d01c48b819
|
Merge branch 'SavinaRoja-master'
|
2015-03-18 19:42:43 -05:00 |
|
Anthony Scopatz
|
7573d4472c
|
Merge branch 'master' of https://github.com/SavinaRoja/xonsh into SavinaRoja-master
|
2015-03-18 19:41:34 -05:00 |
|
Anthony Scopatz
|
db3c4873a6
|
Merge branch 'wrywerytwreywery-run_script'
|
2015-03-18 19:36:14 -05:00 |
|
Anthony Scopatz
|
9accda52ff
|
added some trailing newline safety to main.py
|
2015-03-18 19:35:50 -05:00 |
|
Alexandre Ferland
|
4a6d1017fa
|
change_update
Set the value instead of update().
|
2015-03-18 20:32:18 -04:00 |
|
Anthony Scopatz
|
8c5f9dc643
|
Merge branch 'run_script' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-run_script
|
2015-03-18 19:28:57 -05:00 |
|
adam j hartz
|
dfd63dedd6
|
small refactor
|
2015-03-18 20:09:29 -04:00 |
|
adam j hartz
|
b03156a047
|
make script mode recognize contents of xonshrc
|
2015-03-18 20:01:00 -04:00 |
|
Anthony Scopatz
|
7b64acd574
|
some cleanup in tools
|
2015-03-18 18:51:22 -05:00 |
|
Anthony Scopatz
|
4e04bd1f02
|
Merge pull request #94 from SavinaRoja/master
updating the webm with some slight pauses
|
2015-03-18 18:44:31 -05:00 |
|
adam j hartz
|
5303d6294b
|
compile scripts with exec mode instead of single
|
2015-03-18 19:43:23 -04:00 |
|
Anthony Scopatz
|
a371800f91
|
Merge branch 'corbinbs-master'
|
2015-03-18 18:29:43 -05:00 |
|
Anthony Scopatz
|
2fcb88b972
|
Merge branch 'master' of https://github.com/corbinbs/xonsh into corbinbs-master
|
2015-03-18 18:27:39 -05:00 |
|
Paul Barton
|
ee5f1f4213
|
Non-recursive refactor of shell.cmdloop()
|
2015-03-18 19:21:09 -04:00 |
|
Anthony Scopatz
|
8e2203b5df
|
Merge branch 'ivh-bash_aliases'
|
2015-03-18 18:09:00 -05:00 |
|
Anthony Scopatz
|
237d8bcb4f
|
some aliases cleanup
|
2015-03-18 18:08:48 -05:00 |
|