Downloads:
6,852
Downloads of v 1.13.1.20221018:
550
Last Update:
18 Oct 2022
Package Maintainer(s):
Software Author(s):
- Johan Geluk
Tags:
foss password security- 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
pass-winmenu
This is not the latest version of pass-winmenu available.
- 1
- 2
- 3
1.13.1.20221018 | Updated: 18 Oct 2022
- 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:
6,852
Downloads of v 1.13.1.20221018:
550
Maintainer(s):
Software Author(s):
- Johan Geluk
pass-winmenu 1.13.1.20221018
This is not the latest version of pass-winmenu available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Johan Geluk. The inclusion of Johan Geluk trademark(s), if any, upon this webpage is solely to identify Johan Geluk goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install pass-winmenu, run the following command from the command line or from PowerShell:
To upgrade pass-winmenu, run the following command from the command line or from PowerShell:
To uninstall pass-winmenu, 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 pass-winmenu --internalize --version=1.13.1.20221018 --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 pass-winmenu -y --source="'INTERNAL REPO URL'" --version="'1.13.1.20221018'" [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 pass-winmenu -y --source="'INTERNAL REPO URL'" --version="'1.13.1.20221018'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pass-winmenu
win_chocolatey:
name: pass-winmenu
version: '1.13.1.20221018'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pass-winmenu' do
action :install
source 'INTERNAL REPO URL'
version '1.13.1.20221018'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pass-winmenu
{
Name = "pass-winmenu"
Version = "1.13.1.20221018"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pass-winmenu':
ensure => '1.13.1.20221018',
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.
This package was approved as a trusted package on 20 Oct 2022.
Pass-winmenu follows the philosophy of (and is compatible with) the Linux password manager pass, which defines an open standard for password management that's easy to extend and customise to your personal requirements.
Features
- Cryptography is handled by GPG.
- The directory structure for passwords is intuitive and allows you to organise your passwords with your file manager.
- Because the passwords are simply stored in a directory tree, it's easy to synchronise your password store using any version control software of your choosing, giving you synchronisation, file history, and redundancy
- The password files are always encrypted and can only be decrypted with your private GPG key, which is secured with a passphrase.
Package Parameters
/InstallDir
- Installation location, by default$(Get-ToolsLocation)\pass-winmenu
./PasswordStore
- Location of the password store, by default$HOME\.password-store
./GpgId
- Email address of the GPG key to be used.
Notes
- You need to have an existing GPG key. If not, the store will not work until you create one using
gpg --gen-key
. - If you use git to sync the passwords with multiple environments, you need to install it along with this package since git synchronization is not mandatory:
cinst pass-winmenu git
.
Copyright (c) 2016 Johan Geluk
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
x32:
to download the zip file.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum32:
File 'license.txt' is obtained from:
https://github.com/Baggykiin/pass-winmenu/blob/master/LICENCE
Log in or click on link to see number of positives.
- git2-106a5f2.dll (1237de47ec71) - ## / 69
- git2-106a5f2.dll (9daa0bcb0cee) - ## / 70
- pass-winmenu.1.13.1.20221018.nupkg (27be62061606) - ## / 66
- pass-winmenu-nogpg.zip (b88b07d71171) - ## / 67
- pass-winmenu.exe (e27d5e7a4552) - ## / 72
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 |
---|---|---|---|---|
pass-winmenu 1.14 | 320 | Monday, January 15, 2024 | Approved | |
pass-winmenu 1.13.1.20221018 | 550 | Tuesday, October 18, 2022 | Approved | |
pass-winmenu 1.13.1 | 89 | Monday, October 17, 2022 | Approved | |
pass-winmenu 1.13 | 348 | Monday, March 21, 2022 | Approved | |
pass-winmenu 1.12.1 | 304 | Tuesday, October 12, 2021 | Approved | |
pass-winmenu 1.12 | 187 | Friday, September 3, 2021 | Approved | |
pass-winmenu 1.11.1 | 414 | Sunday, February 7, 2021 | Approved | |
pass-winmenu 1.11 | 285 | Wednesday, November 11, 2020 | Approved | |
pass-winmenu 1.10.1 | 464 | Thursday, April 9, 2020 | Approved | |
pass-winmenu 1.9.1.20190612 | 620 | Wednesday, June 12, 2019 | Approved | |
pass-winmenu 1.9.1 | 183 | Monday, June 10, 2019 | Approved | |
pass-winmenu 1.9 | 384 | Monday, January 28, 2019 | Approved | |
pass-winmenu 1.8.1 | 324 | Monday, November 5, 2018 | Approved | |
pass-winmenu 1.8 | 239 | Sunday, October 28, 2018 | Approved | |
pass-winmenu 1.7.1 | 290 | Sunday, August 26, 2018 | Approved | |
pass-winmenu 1.7 | 389 | Sunday, April 8, 2018 | Approved | |
pass-winmenu 1.7-pre2 | 298 | Monday, April 2, 2018 | Approved | |
pass-winmenu 1.7-pre | 303 | Sunday, April 1, 2018 | Approved | |
pass-winmenu 1.6.1 | 429 | Friday, October 27, 2017 | Approved | |
pass-winmenu 1.6 | 383 | Saturday, September 16, 2017 | Approved |
-
- chocolatey (≥ 0.10.8)
- gpg4win (≥ 3.1.8)
Ground Rules:
- This discussion is only about pass-winmenu and the pass-winmenu 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 pass-winmenu, 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.