From 46414920c1facacfa5adf9b76098b623e53498e1 Mon Sep 17 00:00:00 2001 From: desk7 <46022640+desk7@users.noreply.github.com> Date: Sun, 15 Feb 2026 12:45:51 +0100 Subject: [PATCH 1/3] Add alias tw in tabiew.json As shown in the project page, the alias 'tw' has been added to the manifest --- bucket/tabiew.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/tabiew.json b/bucket/tabiew.json index 767bb47e38e64..9b43c5b08bc41 100644 --- a/bucket/tabiew.json +++ b/bucket/tabiew.json @@ -13,7 +13,7 @@ "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" } }, - "bin": "tabiew.exe", + "bin": [["tabiew.exe","tw"]], "checkver": "github", "autoupdate": { "architecture": { From b719aa23a2cd72e1ef3cc90b885a2117c349aacb Mon Sep 17 00:00:00 2001 From: desk7 <46022640+desk7@users.noreply.github.com> Date: Fri, 27 Feb 2026 16:37:56 +0100 Subject: [PATCH 2/3] Update tabiew.json with architecture details linting fix --- bucket/tabiew.json | 53 +++++++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 24 deletions(-) diff --git a/bucket/tabiew.json b/bucket/tabiew.json index 9b43c5b08bc41..e00e011e6031b 100644 --- a/bucket/tabiew.json +++ b/bucket/tabiew.json @@ -1,28 +1,33 @@ { - "version": "0.12.0", - "description": "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.", - "homepage": "https://github.com/shshemi/tabiew", - "license": "MIT", - "architecture": { - "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe", - "hash": "509bcd55cc4a3b4ded3a0c4e754c8902a5c5cfaf37206751815eb48552fa20c9" - }, - "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe", - "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" - } + "version": "0.12.0", + "description": "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.", + "homepage": "https://github.com/shshemi/tabiew", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe", + "hash": "509bcd55cc4a3b4ded3a0c4e754c8902a5c5cfaf37206751815eb48552fa20c9" }, - "bin": [["tabiew.exe","tw"]], - "checkver": "github", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe" - }, - "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe" - } - } + "arm64": { + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe", + "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" + } + }, + "bin": [ + [ + "tabiew.exe", + "tw" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe" + }, + "arm64": { + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe" + } } + } } From 010bcf4a35cee33f6027592c23c2535488cc1c11 Mon Sep 17 00:00:00 2001 From: z-Fng <54583083+z-Fng@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:19:22 +0000 Subject: [PATCH 3/3] Update tabiew.json --- bucket/tabiew.json | 53 +++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 29 deletions(-) diff --git a/bucket/tabiew.json b/bucket/tabiew.json index e00e011e6031b..2d63675afaf91 100644 --- a/bucket/tabiew.json +++ b/bucket/tabiew.json @@ -1,33 +1,28 @@ { - "version": "0.12.0", - "description": "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.", - "homepage": "https://github.com/shshemi/tabiew", - "license": "MIT", - "architecture": { - "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe", - "hash": "509bcd55cc4a3b4ded3a0c4e754c8902a5c5cfaf37206751815eb48552fa20c9" - }, - "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe", - "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" - } - }, - "bin": [ - [ - "tabiew.exe", - "tw" - ] - ], - "checkver": "github", - "autoupdate": { + "version": "0.12.0", + "description": "A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.", + "homepage": "https://github.com/shshemi/tabiew", + "license": "MIT", "architecture": { - "64bit": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tabiew.exe" - }, - "arm64": { - "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tabiew.exe" - } + "64bit": { + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-x86_64-pc-windows-msvc.exe#/tw.exe", + "hash": "509bcd55cc4a3b4ded3a0c4e754c8902a5c5cfaf37206751815eb48552fa20c9" + }, + "arm64": { + "url": "https://github.com/shshemi/tabiew/releases/download/v0.12.0/tw-aarch64-pc-windows-msvc.exe#/tw.exe", + "hash": "6572b618c6de5180b411ed2ee33a0a0d6fe5e516257f438bb74f81014facacf7" + } + }, + "bin": "tw.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-x86_64-pc-windows-msvc.exe#/tw.exe" + }, + "arm64": { + "url": "https://github.com/shshemi/tabiew/releases/download/v$version/tw-aarch64-pc-windows-msvc.exe#/tw.exe" + } + } } - } }