diff --git a/README.md b/README.md index 6669a2d4..8a7cfc2c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A simple terminal dashboard for Kubernetes built with Rust -![UI](./ui.gif) +![UI](./screenshots/ui.gif) ## Installation diff --git a/chocolateyinstall.ps1 b/chocolateyinstall.ps1 deleted file mode 100644 index 0dd45f33..00000000 --- a/chocolateyinstall.ps1 +++ /dev/null @@ -1,24 +0,0 @@ -$ErrorActionPreference = 'Stop'; - -$PackageName = 'kdash' -$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.0.10/kdash-windows.tar.gz' -$checksum64 = '8bc8a885e2b1c56a73cd1619d3a0ad1584b365899cf3bdf4c1c7513d6502a6f2' - -$packageArgs = @{ - packageName = $packageName - softwareName = $packageName - unzipLocation = $toolsDir - fileType = 'exe' - url = $url64 - url64bit = $url64 - - checksum = $checksum64 - checksumType = 'sha256' - checksum64 = $checksum64 - checksumType64= 'sha256' - -} -Install-ChocolateyZipPackage @packageArgs -$File = Get-ChildItem -File -Path $env:ChocolateyInstall\lib\$packageName\tools\ -Filter *.tar -Get-ChocolateyUnzip -fileFullPath $File.FullName -destination $env:ChocolateyInstall\lib\$packageName\tools\ \ No newline at end of file diff --git a/kdash.nuspec b/kdash.nuspec deleted file mode 100644 index ca34051f..00000000 --- a/kdash.nuspec +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - - - - kdash - 0.0.10 - - - - KDash - Deepu K Sasidharan - https://github.com/kdash-rs/kdash - https://github.com/kdash-rs/kdash/blob/main/LICENSE - true - https://github.com/kdash-rs/kdash - https://github.com/kdash-rs/kdash/blob/main/README.md - https://github.com/kdash-rs/kdash/issues - cli cross-platform terminal k8s tui monitoring kdash kubernetes rust - A fast and simple dashboard for Kubernetes written in Rust. - - A fast and simple dashboard for Kubernetes written in Rust. - - **Usage** - To use, run `kdash` in a terminal. - - For more [documentation and usage](https://github.com/kdash-rs/kdash/blob/main/README.md), see the [official repo](https://github.com/kdash-rs/kdash). - - - https://github.com/kdash-rs/kdash/releases/tag/v0.0.10/ - - - - - - - diff --git a/ui.gif b/screenshots/ui.gif similarity index 100% rename from ui.gif rename to screenshots/ui.gif