https://github.com/74th/xonsh-direnv
xonsh extension for using direnv
https://github.com/74th/xonsh-direnv
xonsh xontrib
Last synced: 5 months ago
JSON representation
xonsh extension for using direnv
- Host: GitHub
- URL: https://github.com/74th/xonsh-direnv
- Owner: 74th
- License: mit
- Created: 2019-01-05T07:00:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T17:54:21.000Z (over 1 year ago)
- Last Synced: 2025-11-29T00:47:22.690Z (7 months ago)
- Topics: xonsh, xontrib
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 31
- Watchers: 2
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
`direnv `_ support for the `xonsh shell `_
https://direnv.net
https://xon.sh
This works with python 3.12.5, xonsh 0.18.3 and direnv 2.34.0.
::
xpip install xonsh-direnv
xontrib load direnv
change log
==========
1.6.5
-----
* PR https://github.com/74th/xonsh-direnv/pull/24
1.6.4
-----
* PR https://github.com/74th/xonsh-direnv/pull/21
1.6.3
-----
* PR https://github.com/74th/xonsh-direnv/pull/19
1.6.2
-----
* PR https://github.com/74th/xonsh-direnv/pull/18
1.6.1
-----
* temporary revert 1.6.0
1.6.0
-----
* PR https://github.com/74th/xonsh-direnv/pull/12
1.5
---
* fix https://github.com/74th/xonsh-direnv/issues/2
1.4
---
* fix xonsh has a history of breaking its built-ins https://github.com/74th/xonsh-direnv/pull/3
1.3
---
* $HOME/.envrc
* effecting `direnv allow` immediately
Contributors
============
* Atsushi Morimoto (@74th, original author)
* con-f-use (@con-f-use, co-maintainer)
* Gil Forsyth (@gforsyth, contributor)
* Greg Hellings (@greg-hellings, contributor)
* Andy Kipp (@anki-code, contributor)
* Alexander Sosedkin (@t184256, contributor)
* Mark Bestley (@bestlem, contributor)
* mingmingrr (@mingmingrr, contributor)