Skip to content

Commit

Permalink
Merge pull request #32 from doronz88/feature/fzf-completions
Browse files Browse the repository at this point in the history
add `fzf-completions`
  • Loading branch information
anki-code authored May 27, 2024
2 parents 136ad66 + 44fef6d commit 7d13c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ These [modules](https://xon.sh/api/_autosummary/xontribs/xontrib.html) are part
- [default-command](https://github.com/oh-my-xonsh/xontrib-default-command) - Run a default command when you press return on an empty command line.
- [direnv](https://github.com/74th/xonsh-direnv) - Supports direnv.
- [brace-expansion](https://pypi.org/project/xontrib-brace-expansion/) - Implements simple brace expansion: `a{d,c,b}e` -> `ade ace abe`
- [fzf-widgets](https://github.com/laloch/xontrib-fzf-widgets) - Adds some fzf widgets to your xonsh shell.
- [fzf-widgets](https://github.com/laloch/xontrib-fzf-widgets) (ARCHIVED) - Adds some fzf widgets to your xonsh shell.
- [fzf-completions](https://github.com/doronz88/xontrib-fzf-completions) - The new version of fzf support in xonsh (the updated version of the archived `fzf-widgets`).
- [skim](https://github.com/eugenesvk/xontrib-skim) - Fuzzy-search (with skim) xonsh history of commands and their CWDs, zoxide cd history (CWD/dir support in-place navigation), files/dirs in the current directory, ssh hosts.
- [gitinfo](https://github.com/dyuri/xontrib-gitinfo) - Displays git information on entering a repository folder. Uses `onefetch` if available.
- [histcpy](https://github.com/con-f-use/xontrib-histcpy) - Useful aliases and shortcuts for extracting links and textfrom command output history and putting them into the clipboard.
Expand Down

0 comments on commit 7d13c0e

Please sign in to comment.