Downloads:
119,211
Downloads of v 0.56.0:
2,372
Last Update:
27 Oct 2024
Package Maintainer(s):
Software Author(s):
- Junegunn Choi
Tags:
foss cross-platform cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
A command-line fuzzy finder
- 1
- 2
- 3
0.56.0 | Updated: 27 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
119,211
Downloads of v 0.56.0:
2,372
Maintainer(s):
Software Author(s):
- Junegunn Choi
A command-line fuzzy finder 0.56.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Junegunn Choi. The inclusion of Junegunn Choi trademark(s), if any, upon this webpage is solely to identify Junegunn Choi goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install A command-line fuzzy finder, run the following command from the command line or from PowerShell:
To upgrade A command-line fuzzy finder, run the following command from the command line or from PowerShell:
To uninstall A command-line fuzzy finder, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download fzf --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade fzf -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade fzf -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install fzf
win_chocolatey:
name: fzf
version: '0.56.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'fzf' do
action :install
source 'INTERNAL REPO URL'
version '0.56.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller fzf
{
Name = "fzf"
Version = "0.56.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fzf':
ensure => '0.56.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
There are versions of this package awaiting moderation . See the Version History section below.
This package was approved by moderator Windos on 29 Oct 2024.
fzf is a general-purpose command-line fuzzy finder.
Features
- No dependencies
- Blazingly fast
- The most comprehensive feature set
- Flexible layout using tmux panes
- Batteries included: Vim/Neovim plugin, key bindings and fuzzy auto-completion
The MIT License (MIT)
Copyright (c) 2015 Junegunn Choi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x64:
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64:
File 'LICENSE' is obtained from:
https://raw.githubusercontent.com/junegunn/fzf-bin/master/LICENSE
md5: 11F1B33DD25E9459819BAC5FD9C2875F | sha1: F8C2441EF55F79DD98884FD50255FB9EF0505831 | sha256: 116CF92206CA23217CC75DEACC61755A8ED926A37A3E24C1338F128DD9A8BA3D | sha512: EE99C66C293CE95EFCE549907E7FD768BE6567A20B21BB4827100E4385DE28C5FF9D960286C1415A817A6F47BA9147B8E8F515A2AFCF2CF0DED615A965087D54
Log in or click on link to see number of positives.
- fzf.0.56.0.nupkg (79bcc0f2a20a) - ## / 68
- fzf-0.56.0-windows_amd64_x32.zip (116cf92206ca) - ## / 69
- fzf.exe (94feded355b3) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
A command-line fuzzy finder 0.56.3 | 9 | Friday, November 15, 2024 | Ready | |
A command-line fuzzy finder 0.56.2 | 12 | Tuesday, November 12, 2024 | Ready | |
A command-line fuzzy finder 0.56.1 | 11 | Sunday, November 10, 2024 | Ready | |
A command-line fuzzy finder 0.56.0 | 2372 | Sunday, October 27, 2024 | Approved | |
A command-line fuzzy finder 0.55.0 | 2955 | Friday, September 27, 2024 | Approved | |
A command-line fuzzy finder 0.53.0 | 6648 | Friday, June 7, 2024 | Approved | |
A command-line fuzzy finder 0.52.1 | 3651 | Tuesday, May 14, 2024 | Approved | |
A command-line fuzzy finder 0.52.0 | 673 | Wednesday, May 8, 2024 | Approved | |
A command-line fuzzy finder 0.51.0 | 1403 | Thursday, May 2, 2024 | Approved | |
A command-line fuzzy finder 0.50.0 | 2461 | Monday, April 15, 2024 | Approved | |
A command-line fuzzy finder 0.49.0 | 24 | Friday, April 5, 2024 | Approved | |
A command-line fuzzy finder 0.48.1 | 2820 | Monday, March 18, 2024 | Approved | |
A command-line fuzzy finder 0.48.0 | 616 | Thursday, March 14, 2024 | Approved | |
A command-line fuzzy finder 0.46.1 | 3597 | Friday, February 2, 2024 | Approved | |
A command-line fuzzy finder 0.45.0 | 2675 | Tuesday, January 2, 2024 | Approved | |
A command-line fuzzy finder 0.44.1 | 2971 | Sunday, November 19, 2023 | Approved | |
A command-line fuzzy finder 0.44.0 | 1282 | Monday, November 13, 2023 | Approved | |
A command-line fuzzy finder 0.43.0 | 2533 | Sunday, October 15, 2023 | Approved | |
A command-line fuzzy finder 0.42.0 | 5193 | Thursday, June 15, 2023 | Approved | |
A command-line fuzzy finder 0.41.1 | 2357 | Sunday, May 28, 2023 | Approved | |
A command-line fuzzy finder 0.41.0 | 531 | Friday, May 26, 2023 | Approved | |
A command-line fuzzy finder 0.40.0 | 1508 | Monday, May 1, 2023 | Approved | |
A command-line fuzzy finder 0.39.0 | 2088 | Monday, April 3, 2023 | Approved | |
A command-line fuzzy finder 0.38.0 | 3596 | Sunday, February 19, 2023 | Approved | |
A command-line fuzzy finder 0.37.0 | 1483 | Wednesday, January 25, 2023 | Approved | |
A command-line fuzzy finder 0.36.0 | 54 | Tuesday, January 17, 2023 | Approved | |
A command-line fuzzy finder 0.35.1 | 3824 | Saturday, November 19, 2022 | Approved | |
A command-line fuzzy finder 0.35.0 | 1082 | Saturday, November 12, 2022 | Approved | |
A command-line fuzzy finder 0.34.0 | 2847 | Thursday, September 29, 2022 | Approved | |
A command-line fuzzy finder 0.33.0 | 2267 | Monday, August 29, 2022 | Approved | |
A command-line fuzzy finder 0.32.1 | 1845 | Tuesday, August 9, 2022 | Approved | |
A command-line fuzzy finder 0.32.0 | 901 | Wednesday, August 3, 2022 | Approved | |
A command-line fuzzy finder 0.31.0 | 1251 | Friday, July 22, 2022 | Approved | |
A command-line fuzzy finder 0.30.0 | 4789 | Tuesday, April 5, 2022 | Approved | |
A command-line fuzzy finder 0.29.0 | 4115 | Saturday, December 25, 2021 | Approved | |
A command-line fuzzy finder 0.28.0 | 2611 | Thursday, November 4, 2021 | Approved | |
A command-line fuzzy finder 0.27.3 | 1476 | Saturday, October 16, 2021 | Approved | |
A command-line fuzzy finder 0.27.2 | 5237 | Thursday, June 3, 2021 | Approved | |
A command-line fuzzy finder 0.27.0 | 2294 | Wednesday, April 7, 2021 | Approved | |
A command-line fuzzy finder 0.26.0 | 1334 | Sunday, March 14, 2021 | Approved | |
A command-line fuzzy finder 0.25.1 | 1720 | Thursday, February 4, 2021 | Approved | |
A command-line fuzzy finder 0.25.0 | 1498 | Sunday, January 3, 2021 | Approved | |
A command-line fuzzy finder 0.24.4 | 712 | Tuesday, December 22, 2020 | Approved | |
A command-line fuzzy finder 0.23.0 | 2656 | Monday, October 12, 2020 | Approved | |
A command-line fuzzy finder 0.22.0 | 2457 | Monday, August 3, 2020 | Approved | |
A command-line fuzzy finder 0.21.0 | 1818 | Friday, March 13, 2020 | Approved | |
A command-line fuzzy finder 0.20.0 | 2265 | Wednesday, December 18, 2019 | Approved | |
A command-line fuzzy finder 0.19.0 | 1010 | Saturday, November 16, 2019 | Approved | |
A command-line fuzzy finder 0.18.0 | 3023 | Monday, April 1, 2019 | Approved | |
A command-line fuzzy finder 0.17.5 | 2090 | Sunday, October 7, 2018 | Approved | |
A command-line fuzzy finder 0.17.4 | 1440 | Sunday, June 10, 2018 | Approved | |
A command-line fuzzy finder 0.17.3 | 1694 | Monday, December 4, 2017 | Approved | |
A command-line fuzzy finder 0.17.1 | 953 | Monday, October 16, 2017 | Approved | |
A command-line fuzzy finder 0.17.0 | 835 | Sunday, August 27, 2017 | Approved | |
A command-line fuzzy finder 0.16.11 | 532 | Wednesday, August 2, 2017 | Approved | |
A command-line fuzzy finder 0.16.10 | 471 | Saturday, July 22, 2017 | Approved | |
A command-line fuzzy finder 0.16.9 | 410 | Friday, July 21, 2017 | Approved | |
A command-line fuzzy finder 0.16.8 | 561 | Tuesday, June 6, 2017 | Approved | |
A command-line fuzzy finder 0.16.7 | 573 | Monday, May 1, 2017 | Approved | |
A command-line fuzzy finder 0.16.6 | 600 | Sunday, March 5, 2017 | Approved | |
A command-line fuzzy finder 0.16.5 | 370 | Wednesday, March 1, 2017 | Approved |
Junegunn Choi
This package has no dependencies.
Ground Rules:
- This discussion is only about A command-line fuzzy finder and the A command-line fuzzy finder package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or A command-line fuzzy finder, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.