Skip to content

Instantly share code, notes, and snippets.

View velios's full-sized avatar

velios

  • Spain, Valencia
  • 16:33 (UTC +01:00)
View GitHub Profile
(function () {
const sdk = globalThis.ZenTableImportSdk;
if (!sdk || typeof sdk.registerBankStatementParser !== 'function') {
throw new Error(
'ZenTableImportSdk is not available. Open ZenTable first and load this file via the plugin loader.'
);
}
function parseDotDate(dateStr) {
// Формат: "25.12.2025" -> "2025-12-25"
@velios
velios / gist:29594ce41a4beb6c128bfb8741586853
Created September 4, 2023 04:51 — forked from mikker/gist:631106
Update all packages installed with homebrew
brew update && brew upgrade && brew cleanup