mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
New xontrib-output-search (#3538)
Co-authored-by: anki-code <anki-code>
This commit is contained in:
parent
ce9b3d3c10
commit
4b65af2814
2 changed files with 29 additions and 0 deletions
23
news/xontrib-output-search.rst
Normal file
23
news/xontrib-output-search.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* New `xontrib-output-search <https://github.com/anki-code/xontrib-output-search>`_ to get identifiers, names, paths, URLs and words from the previous command output and use them for the next command.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -144,6 +144,12 @@
|
|||
"description": ["Matplotlib hooks for xonsh, including the new 'mpl' alias ",
|
||||
"that displays the current figure on the screen."]
|
||||
},
|
||||
{"name": "output_search",
|
||||
"package": "git+https://github.com/anki-code/xontrib-output-search.git",
|
||||
"url": "https://github.com/anki-code/xontrib-output-search",
|
||||
"description": ["Get identifiers, names, paths, URLs and words from the previous command output ",
|
||||
"and use them for the next command."]
|
||||
},
|
||||
{"name": "powerline",
|
||||
"package": "xontrib-powerline",
|
||||
"url": "https://github.com/santagada/xontrib-powerline",
|
||||
|
|
Loading…
Add table
Reference in a new issue