Commit graph

7237 commits

Author SHA1 Message Date
Anthony Scopatz
3608cb99e7 rm unused import 2018-04-25 15:01:11 -04:00
Anthony Scopatz
a418649476 remove comments 2018-04-25 14:57:13 -04:00
Anthony Scopatz
37dfb1d7bf fix command not found and 1 2018-04-25 14:54:50 -04:00
Anthony Scopatz
c7375afb56
Merge pull request #2630 from xonsh/xontrib_descr
Update xontrib description
2018-04-25 09:32:42 -04:00
Gil Forsyth
b68d896d99
Merge pull request #2629 from xonsh/fix_bug_in_free_cwd
Fix bug in free_cwd xontrib
2018-04-25 07:36:59 -04:00
Morten Enemark Lund
ff1688b0f3 Fix rst syntax error 2018-04-25 11:48:06 +02:00
Morten Enemark Lund
2ee57ce2b8 Update xontrib description
Installation instructions are now hidden if the
xontrib is preinstalled with xonsh. Also adds a 'Usage'
section on how to enable the xontrib.
2018-04-25 11:11:21 +02:00
Morten Enemark Lund
a036149be8 More fixes for building docs on Windows 2018-04-25 11:09:47 +02:00
Morten Enemark Lund
1569963130 Add changelog entry 2018-04-25 11:07:26 +02:00
Morten Enemark Lund
dfd635d039 Fix problem building docs on Win 2018-04-25 11:04:34 +02:00
Morten Enemark Lund
98e46de64b Add missing whitespaces 2018-04-25 11:00:23 +02:00
Morten Enemark Lund
4fb85a8cf0 Add changelog entry 2018-04-25 09:35:37 +02:00
Morten Enemark Lund
3d8c350127 Fix bug with free_cwd xontrib
The _chdir_up() returned a pathlike object, which
isn't handled well by  __xonsh_env__['PWD']. Fixed
by returning the absolute path as a string.
2018-04-25 09:26:32 +02:00
Gil Forsyth
c06e17754e
Merge pull request #2626 from xonsh/curltru
curl predict_true()
2018-04-24 18:40:02 -04:00
Anthony Scopatz
7e08f2ddfe
Merge pull request #2627 from bestlem/macOS_install
macOs bash_completion documents
2018-04-24 17:41:39 -04:00
Mark Bestley
ec12fdc4b4 Typos and formatting 2018-04-24 22:19:23 +01:00
Mark Bestley
c18c445762 Add Tab Completion and Macports 2018-04-24 22:00:35 +01:00
Anthony Scopatz
11deb42123 curl predict_true() 2018-04-24 16:44:23 -04:00
Anthony Scopatz
804cef9a00
Merge pull request #2624 from CJ-Wright/doc_ubuntu
add ubuntu version
2018-04-24 15:05:51 -04:00
christopher
f59dba504d add ubuntu version 2018-04-24 14:59:31 -04:00
Anthony Scopatz
16a1bf2241 Updated CHANGELOG for 0.6.2 2018-04-23 21:37:28 -04:00
Anthony Scopatz
2737c64ce6 bumped version to 0.6.2 2018-04-23 21:37:28 -04:00
Anthony Scopatz
a48fa6928e forgot comma in rever.xsh 2018-04-23 21:37:20 -04:00
Gil Forsyth
bcee4fe80c
Merge pull request #2623 from xonsh/p2pc
Don't print in color
2018-04-23 20:07:32 -04:00
Anthony Scopatz
e2ae4e6027 spelling 2018-04-23 18:23:42 -04:00
Anthony Scopatz
8b09e5f001 print() rather than print_color() 2018-04-23 18:22:23 -04:00
Anthony Scopatz
abe37b3b07
Merge pull request #2622 from jaraco/docs/macos-path_helper
Document path helper on macOS.
2018-04-23 16:17:59 -04:00
Jason R. Coombs
6b775696f0 Add section on configuring the path helper. 2018-04-23 15:26:44 -04:00
Jason R. Coombs
31b7f5b86a Trim excess whitespace 2018-04-23 15:25:29 -04:00
Anthony Scopatz
982cd61f6e
Merge pull request #2551 from sebix/inc-license
Include Metadata in release tarballs
2018-04-23 14:47:46 -04:00
Anthony Scopatz
2655dc503f
Merge pull request #2620 from xonsh/static_conf_doc_clean
Remove references to static config file from xontrib docs
2018-04-23 12:10:50 -04:00
Gil Forsyth
e5b3f61fc7 Remove references to static config file from xontrib docs 2018-04-23 06:47:13 -04:00
Gil Forsyth
67c54be69a
Merge pull request #2567 from xonsh/noconf
Remove Static Configuration
2018-04-22 10:12:02 -04:00
Anthony Scopatz
97c6d959af Merge branch 'noconf' of github.com:xonsh/xonsh into noconf 2018-04-22 08:51:01 -04:00
Anthony Scopatz
e0e5462419 environ 2018-04-22 08:50:54 -04:00
Gil Forsyth
c23fcefb82 Remove extraneous colon 2018-04-21 15:41:54 -04:00
Anthony Scopatz
1fb560e958 added deprecation warning 2018-04-21 11:49:53 -04:00
Anthony Scopatz
d2fb50a0ca unused import 2018-04-20 12:38:31 -04:00
Anthony Scopatz
68e09e6569 resolved conflicts 2018-04-20 12:16:19 -04:00
Anthony Scopatz
dcfc722d6a Merge branch 'master' of github.com:xonsh/xonsh 2018-04-19 11:01:07 -04:00
Anthony Scopatz
2033d0a3de change doc repo url 2018-04-19 11:00:57 -04:00
Anthony Scopatz
cd0869b1fa
Merge pull request #2615 from xonsh/fix_docs
Remove "Try xonsh" and fix doctr release deploy
2018-04-19 10:39:53 -04:00
Gil Forsyth
fd21091c8c Remove "Try xonsh" and fix doctr release deploy
"try xonsh" link is non-functional and is likely disappointing to new users who
try to use it.

quick other doc-related fix to re-install xonsh before second `doctr deploy` to
make sure that documentation that is uploaded reflects the last tagged release.
2018-04-18 19:06:17 -04:00
Anthony Scopatz
7f766cd5fc
Merge pull request #2612 from xonsh/escape_pound
Add `#` to chars that need autoquotes
2018-04-15 11:53:34 -04:00
Gil Forsyth
c6ac6dfb7e Add # to chars that need autoquotes 2018-04-15 10:10:54 -04:00
Anthony Scopatz
6ef6738f57 have to push tags up 2018-04-14 09:24:16 -04:00
Anthony Scopatz
a6a2b0b747 Updated CHANGELOG for 0.6.1 2018-04-14 09:12:33 -04:00
Anthony Scopatz
d5b082981f bumped version to 0.6.1 2018-04-14 09:12:33 -04:00
Gil Forsyth
e67d3b8bfe
Merge pull request #2611 from xonsh/xdgconf
Added support for configuration through ~/.config/xonsh/rc.xsh
2018-04-12 11:56:53 -04:00
Anthony Scopatz
304b0bd81b Added support for configuration through ~/.config/xonsh/rc.xsh 2018-04-11 11:30:20 -04:00