mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #3726 from AstraLuma/rename
The Great Renaming of 2020
This commit is contained in:
commit
86f282a71b
4 changed files with 13 additions and 13 deletions
|
@ -25,13 +25,13 @@
|
|||
first_commit: 2016-04-23 15:08:17
|
||||
github: lucasicf
|
||||
- name: Jamie Bliss
|
||||
email: astronouth7303@gmail.com
|
||||
email: jamie@ivylav.es
|
||||
aliases:
|
||||
- James Bliss
|
||||
alternate_emails:
|
||||
- jamie.bliss@ilq.com
|
||||
- jbliss@nextgenerationenrollment.com
|
||||
- jamie@ivyleav.es
|
||||
- astronouth7303@gmail.com
|
||||
num_commits: 213
|
||||
first_commit: 2016-07-20 14:05:08
|
||||
github: astronouth7303
|
||||
|
|
6
.mailmap
6
.mailmap
|
@ -17,9 +17,9 @@ Gil Forsyth <gilforsyth@gmail.com> Gil Forsyth <gforsyth@gwu.edu>
|
|||
Gil Forsyth <gilforsyth@gmail.com> Gil Forsyth <gil@forsyth.dev>
|
||||
Morten Enemark Lund <melund@gmail.com>
|
||||
Konstantinos Tsakiltzidis <laerusk@gmail.com> laerus <laerusk@gmail.com>
|
||||
Jamie Bliss <astronouth7303@gmail.com> James Bliss <jamie.bliss@ilq.com>
|
||||
Jamie Bliss <astronouth7303@gmail.com> James Bliss <jbliss@nextgenerationenrollment.com>
|
||||
Jamie Bliss <astronouth7303@gmail.com> James Bliss <jamie@ivyleav.es>
|
||||
Jamie Bliss <jamie@ivyleav.es> James Bliss <jamie.bliss@ilq.com>
|
||||
Jamie Bliss <jamie@ivyleav.es> James Bliss <jbliss@nextgenerationenrollment.com>
|
||||
Jamie Bliss <jamie@ivyleav.es> James Bliss <astronouth7303@gmail.com>
|
||||
Hugo Wang <w@mitnk.com>
|
||||
David Strobach <lalochcz@gmail.com> laloch <lalochcz@gmail.com>
|
||||
Bob Hyman <bob.hyman@bobssoftwareworks.com> Bob Hyman <bob.hyman@gmail.com>
|
||||
|
|
|
@ -2977,7 +2977,7 @@ v0.4.7
|
|||
**Added:**
|
||||
|
||||
* Define alias for 'echo' on startup for Windows only.
|
||||
* New coredev `astronouth7303 <https://github.com/astronouth7303>`_ added
|
||||
* New coredev `AstraLuma <https://github.com/AstraLuma>`_ added
|
||||
* ``which -a`` now searches in ``__xonsh_ctx__`` too
|
||||
* Info about the xontrib cookiecutter template on xontrib tutorial
|
||||
* xonsh's optional dependencies may now be installed with the pip extras ``ptk``, ``proctitle``, ``linux``, ``mac``, and ``win``.
|
||||
|
@ -3179,7 +3179,7 @@ v0.4.5
|
|||
the xonsh FAQ for more information on trade-offs and mitigation strategies.
|
||||
* ``which -v`` now calls superhelp, which will print highlighted source.
|
||||
* Added xontribs:
|
||||
* `z (Tracks your most used directories, based on 'frecency'.) <https://github.com/astronouth7303/xontrib-z>`_
|
||||
* `z (Tracks your most used directories, based on 'frecency'.) <https://github.com/AstraLuma/xontrib-z>`_
|
||||
* amalgamate.py now supports relative imports.
|
||||
* ``history show`` args ``-t``, ``-f``, ``-T`` ``+T`` to filter commands by timestamp
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
{"name": "avox",
|
||||
"package": "xontrib-avox",
|
||||
"url": "https://github.com/astronouth7303/xontrib-avox",
|
||||
"url": "https://github.com/AstraLuma/xontrib-avox",
|
||||
"description": ["Automatic (de)activation of virtual environments as you cd around"]
|
||||
},
|
||||
{"name": "bashisms",
|
||||
|
@ -196,7 +196,7 @@
|
|||
},
|
||||
{"name": "schedule",
|
||||
"package": "xontrib-schedule",
|
||||
"url": "https://github.com/astronouth7303/xontrib-schedule",
|
||||
"url": "https://github.com/AstraLuma/xontrib-schedule",
|
||||
"description": ["Xonsh Task Scheduling"]
|
||||
},
|
||||
{"name": "scrapy_tabcomplete",
|
||||
|
@ -251,7 +251,7 @@
|
|||
},
|
||||
{"name": "z",
|
||||
"package": "xontrib-z",
|
||||
"url": "https://github.com/astronouth7303/xontrib-z",
|
||||
"url": "https://github.com/AstraLuma/xontrib-z",
|
||||
"description": ["Tracks your most used directories, based on 'frecency'."]
|
||||
}
|
||||
],
|
||||
|
@ -330,7 +330,7 @@
|
|||
},
|
||||
"xontrib-avox": {
|
||||
"license": "GPLv3",
|
||||
"url": "https://github.com/astronouth7303/xontrib-avox",
|
||||
"url": "https://github.com/AstraLuma/xontrib-avox",
|
||||
"install": {
|
||||
"pip": "xpip install xontrib-avox"
|
||||
}
|
||||
|
@ -394,7 +394,7 @@
|
|||
},
|
||||
"xontrib-schedule": {
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/astronouth7303/xontrib-schedule",
|
||||
"url": "https://github.com/AstraLuma/xontrib-schedule",
|
||||
"install": {
|
||||
"pip": "xpip install xontrib-schedule"
|
||||
}
|
||||
|
@ -422,7 +422,7 @@
|
|||
},
|
||||
"xontrib-z": {
|
||||
"license": "GPLv3",
|
||||
"url": "https://github.com/astronouth7303/xontrib-z",
|
||||
"url": "https://github.com/AstraLuma/xontrib-z",
|
||||
"install": {
|
||||
"pip": "xpip install xontrib-z"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue