-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temp files remain afterbecome
#4283
Comments
/cc @bitraid |
I just tested it. The temp files are now removed. 👍 |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this issue
Mar 4, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [junegunn/fzf](https://github.com/junegunn/fzf) | patch | `v0.60.2` -> `v0.60.3` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>junegunn/fzf (junegunn/fzf)</summary> ### [`v0.60.3`](https://github.com/junegunn/fzf/releases/tag/v0.60.3): 0.60.3 [Compare Source](junegunn/fzf@v0.60.2...v0.60.3) - Bug fixes and improvements - \[fish] Enable multiple history commands insertion ([#​4280](junegunn/fzf#4280)) ([@​bitraid](https://github.com/bitraid)) - \[walker] Append '/' to directory entries on MSYS2 ([#​4281](junegunn/fzf#4281)) - Trim trailing whitespaces after processing ANSI sequences ([#​4282](junegunn/fzf#4282)) - Remove temp files before `become` when using `--tmux` option ([#​4283](junegunn/fzf#4283)) - Fix condition for using item numlines cache ([#​4285](junegunn/fzf#4285)) ([@​alex-huff](https://github.com/alex-huff)) - Make `--accept-nth` compatible with `--select-1` ([#​4287](junegunn/fzf#4287)) - Increase the query length limit from 300 to 1000 ([#​4292](junegunn/fzf#4292)) - \[windows] Prevent fzf from consuming user input while paused ([#​4260](junegunn/fzf#4260)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
/tmp/fzf-{temp,proxy)-*
files. I also thought that it might be bug of fzf, but after looking briefly at the code, I saw the comment below and figured that it's probably not, so I didn't look more into it:fzf/src/terminal.go
Lines 4919 to 4922 in e4489dc
Originally posted by @bitraid in #4280 (comment)
The text was updated successfully, but these errors were encountered: