mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Add news entry and update installation package installation direction to use xip
This commit is contained in:
parent
e5fa25f19d
commit
5527a8b84d
2 changed files with 15 additions and 1 deletions
14
news/add_fzf_widgets_extension.rst
Normal file
14
news/add_fzf_widgets_extension.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
**Added:** None
|
||||
|
||||
* Add `fzf-widgets` xontrib which provides fuzzy search productivity widgets
|
||||
with on custom keybindings to xontrib list.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -264,7 +264,7 @@
|
|||
"license": "GPLv3",
|
||||
"url": "https://github.com/shahinism/xontrib-fzf-widgets",
|
||||
"install": {
|
||||
"pip": "pip install xontrib-fzf-widgets"
|
||||
"pip": "xip install xontrib-fzf-widgets"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue