We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
man fzf
fzf --version
0.59.0 (bbe1721)
When I download a release asset, I need to download a manual file separately. It would be helpful if the manual was included in a release asset.
The text was updated successfully, but these errors were encountered:
FYI, the manual is embedded in the fzf binary, and you can open it with fzf --man.
fzf --man
Sorry, something went wrong.
Thanks. But I prefer to display the manual in the same way as any other manual (i.e. man fzf).
I figured. Adding the file to the archives is trivial.
diff --git a/.goreleaser.yml b/.goreleaser.yml index b613159..863afce 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -84,7 +84,9 @@ archives: - goos: windows format: zip files: - - non-existent* + - LICENSE + - src: man/man1/fzf.1 + strip_parent: true release: github:
But we would also have to update the install scripts.
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.59.0 (bbe1721)
OS
Shell
Problem / Steps to reproduce
When I download a release asset, I need to download a manual file separately.
It would be helpful if the manual was included in a release asset.
The text was updated successfully, but these errors were encountered: