Skip to content
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

Updating inputdirector #64

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 0 additions & 14 deletions Boxstarter.WindowsUpdate/Boxstarter.WindowsUpdate.nuspec

This file was deleted.

10 changes: 0 additions & 10 deletions Boxstarter.WindowsUpdate/tools/ChocolateyInstall.ps1

This file was deleted.

2 changes: 0 additions & 2 deletions BoxstarterScripts/.gitignore

This file was deleted.

53 changes: 0 additions & 53 deletions BoxstarterScripts/BoxstarterBuild.ps1

This file was deleted.

Binary file removed BoxstarterScripts/Options.xml
Binary file not shown.
Binary file removed BoxstarterScripts/PackageFeeds.xml
Binary file not shown.
92 changes: 0 additions & 92 deletions BoxstarterScripts/bootstrap.ps1

This file was deleted.

10 changes: 0 additions & 10 deletions BoxstarterScripts/boxstarter.proj

This file was deleted.

22 changes: 22 additions & 0 deletions ClickUp/ClickUp.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>1.0</version>
<authors>ClickUp Team</authors>
<owners>Nate Fortner</owners>
<projectUrl>https://clickup.com/</projectUrl>
<licenseUrl>https://clickup.com/terms</licenseUrl>
<iconUrl>https://github.com/mwrock/Chocolatey-Packages/raw/master/InputDirector/green_id.png</iconUrl>
<id>ClickUp</id>
<title>Input Director</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Input Director is a Windows application that lets you control multiple Windows systems using the keyboard/mouse attached to one computer. It is designed for folks who have two (or more) computers next to each other and find themselves regularly switching from one system to the other. With Input Director, you can share a single keyboard/mouse across a set of systems. You switch which system receives the input either by hotkey or by moving the cursor so that it transitions from one screen to the other (in a very similar fashion to a multi-monitor setup). The idea being that you can position the monitors from two or more systems in a row and use a shared keyboard/mouse to control all of them.</description>
<summary>Input Director is a Windows application that lets you control multiple Windows systems using the keyboard/mouse attached to one computer.</summary>
<tags>kvm mouse keyboard sharing</tags>
<packageSourceUrl>https://github.com/bsasealteam6/chocolatey-packages</packageSourceUrl>
<docsUrl>https://clickup.com/help</docsUrl>
</metadata>
<files>
<file src="tools\**\*.*" />
</files>
</package>
20 changes: 20 additions & 0 deletions ClickUp/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# $name = 'ClikcUp'
# $installerType = 'exe'
# $url = 'https://desktop.clickup.com/windows'
# $silentArgs = '/S'

# Install-ChocolateyPackage $name $installerType $silentArgs $url
$packageName= 'ClickUp'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$url = 'https://desktop.clickup.com/window'
$url64 = 'https://desktop.clickup.com/window'

$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = $url
url64bit = $url64
silentArgs = "/S"

}
Install-ChocolateyPackage @packageArgs
17 changes: 0 additions & 17 deletions DotNet3.5/DotNet3.5.nuspec

This file was deleted.

13 changes: 0 additions & 13 deletions DotNet3.5/Tools/ChocolateyInstall.ps1

This file was deleted.

Binary file removed DotNet3.5/dotnet.png
Binary file not shown.
17 changes: 0 additions & 17 deletions DotNet4.5.1/DotNet4.5.1.nuspec

This file was deleted.

6 changes: 0 additions & 6 deletions DotNet4.5.1/Tools/ChocolateyInstall.ps1

This file was deleted.

Binary file removed DotNet4.5.1/dotnet.png
Binary file not shown.
17 changes: 0 additions & 17 deletions DotNet4.5/DotNet4.5.nuspec

This file was deleted.

6 changes: 0 additions & 6 deletions DotNet4.5/Tools/ChocolateyInstall.ps1

This file was deleted.

Binary file removed DotNet4.5/dotnet.png
Binary file not shown.
20 changes: 0 additions & 20 deletions FlashPlayerActiveX/FlashPlayerActiveX.nuspec

This file was deleted.

1 change: 0 additions & 1 deletion FlashPlayerActiveX/Tools/ChocolateyInstall.ps1

This file was deleted.

20 changes: 0 additions & 20 deletions FlashPlayerPlugin/FlashPlayerPlugin.nuspec

This file was deleted.

1 change: 0 additions & 1 deletion FlashPlayerPlugin/Tools/ChocolateyInstall.ps1

This file was deleted.

This file was deleted.

Binary file removed Git-Credential-Manager-for-Windows/gcm.png
Binary file not shown.

This file was deleted.

Loading