Downloads:
802
Downloads of v 0.7.0.009:
802
Last Update:
16 Feb 2017
Package Maintainer(s):
Software Author(s):
- jason gilbertson
Tags:
textfilter textanalysis text log analysis admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
textFilter (Install)
- 1
- 2
- 3
0.7.0.009 | Updated: 16 Feb 2017
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
802
Downloads of v 0.7.0.009:
802
Maintainer(s):
Software Author(s):
- jason gilbertson
textFilter (Install) 0.7.0.009
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by jason gilbertson. The inclusion of jason gilbertson trademark(s), if any, upon this webpage is solely to identify jason gilbertson 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
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator AdmiringWorm on 16 Feb 2017.
This package is unlisted and hidden from package listings.
TextFilter can be used to quickly filter different types of text files using filter files that can highlight lines based on string or regex matches.
# chocolatey uninstall for textfilter package jagilber
# 170202
$ErrorActionPreference = 'Continue'
$destFileBaseName = $softwareName = $packageName = "textfilter"
$destFileBaseNameExe = "textfilter.exe"
$packageNameZip = "textfilter.exe.zip"
$allUsers = "$($env:ALLUSERSPROFILE)\Microsoft\Windows\Start Menu\Programs"
$currentUser = "$($env:USERPROFILE)\Start Menu\Programs"
$programDir = "$($env:ProgramFiles)\$($destFileBaseName)"
$programDirFile = "$($programDir)\$($destFileBaseNameExe)"
$error.Clear()
# unregister fta
Start-Process -FilePath "cmd.exe" -ArgumentList "/c `"$($programDirFile)`" /unregisterfta" -WorkingDirectory $programDir -NoNewWindow -Wait
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $softwareName
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
Uninstall-ChocolateyZipPackage $packageName $packageNameZip
## Remove any shortcuts you added
# cleanup old program files
if([IO.Directory]::Exists($programDir))
{
[IO.Directory]::Delete($programDir, $true)
}
# delete shortcut in allusers start menu
if([IO.File]::Exists("$($allusers)\$($destFileBaseName).lnk"))
{
[IO.File]::Delete("$($allusers)\$($destFileBaseName).lnk")
}
# delete shortcut in current user start menu
if([IO.File]::Exists("$($currentuser)\$($destFileBaseName).lnk"))
{
[IO.File]::Delete("$($currentuser)\$($destFileBaseName).lnk")
}
Log in or click on link to see number of positives.
- textfilter.0.7.0.009.nupkg (dd4613a24ea9) - ## / 58
- textFilter.exe (ea7dfc64d1c0) - ## / 57
- textFilter.exe.zip (524875846550) - ## / 58
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.
This package has no dependencies.
Ground Rules:
- This discussion is only about textFilter (Install) and the textFilter (Install) 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 textFilter (Install), 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.