204 lines
5.9 KiB
TOML
204 lines
5.9 KiB
TOML
![]() |
[metadata]
|
||
|
version = "1.0.0"
|
||
|
last_updated = "2024-09-20"
|
||
|
description = "Registry for tracking upstream changes in nushell plugins"
|
||
|
|
||
|
[plugins.nu_plugin_highlight]
|
||
|
upstream_url = "https://github.com/cptpiepmatz/nu-plugin-highlight"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "unknown"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_highlight"
|
||
|
has_local_changes = true
|
||
|
description = "Syntax highlighting plugin for nushell"
|
||
|
|
||
|
[plugins.nu_plugin_clipboard]
|
||
|
upstream_url = "https://github.com/FMotalleb/nu_plugin_clipboard"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "unknown"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_clipboard"
|
||
|
has_local_changes = true
|
||
|
description = "Clipboard operations plugin for nushell"
|
||
|
|
||
|
[plugins.nu_plugin_image]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_image"
|
||
|
has_local_changes = true
|
||
|
description = "Image processing plugin for nushell (local development)"
|
||
|
|
||
|
[plugins.nu_plugin_hashes]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_hashes"
|
||
|
has_local_changes = true
|
||
|
description = "Hash computation plugin for nushell (local development)"
|
||
|
|
||
|
[plugins.nu_plugin_desktop_notifications]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_desktop_notifications"
|
||
|
has_local_changes = true
|
||
|
description = "Desktop notifications plugin for nushell (local development)"
|
||
|
|
||
|
[plugins.nu_plugin_fluent]
|
||
|
upstream_url = "https://github.com/YourUsername/nu_plugin_fluent"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "unknown"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_fluent"
|
||
|
has_local_changes = true
|
||
|
description = "Fluent localization plugin for nushell"
|
||
|
|
||
|
[plugins.nu_plugin_tera]
|
||
|
upstream_url = "ssh://git@repo.jesusperez.pro:32225/jesus/nu_plugin_tera.git"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "unknown"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_tera"
|
||
|
has_local_changes = true
|
||
|
description = "Tera templating plugin for nushell (private repo)"
|
||
|
|
||
|
[plugins.nu_plugin_kcl]
|
||
|
upstream_url = "ssh://git@repo.jesusperez.pro:32225/jesus/nu_plugin_kcl.git"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_kcl"
|
||
|
has_local_changes = true
|
||
|
description = "KCL configuration language plugin for nushell (private repo)"
|
||
|
|
||
|
[settings]
|
||
|
nu_managed_dependencies = [
|
||
|
"nu-plugin",
|
||
|
"nu-protocol",
|
||
|
"nu-plugin-test-support",
|
||
|
"nu-cmd-base",
|
||
|
"nu-engine",
|
||
|
"nu-parser",
|
||
|
"nu-color-config",
|
||
|
"nu-ansi-term",
|
||
|
"nu-json",
|
||
|
"nu-utils",
|
||
|
]
|
||
|
check_files = [
|
||
|
"src/**/*.rs",
|
||
|
"Cargo.toml",
|
||
|
"README.md",
|
||
|
"LICENSE",
|
||
|
]
|
||
|
auto_merge_enabled = false
|
||
|
max_days_between_checks = 7
|
||
|
notify_on_pending_changes = true
|
||
|
|
||
|
["plugins.nu_plugin_highlight"]
|
||
|
upstream_url = "https://github.com/cptpiepmatz/nu-plugin-highlight"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = "ee5c049314cae074dffffddac5c1d4f7a6374b6a"
|
||
|
last_checked_date = "2025-09-20 14:35:04"
|
||
|
status = "pending"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_highlight"
|
||
|
has_local_changes = true
|
||
|
description = "Syntax highlighting plugin for nushell"
|
||
|
|
||
|
["plugins.nu_plugin_clipboard"]
|
||
|
upstream_url = "https://github.com/FMotalleb/nu_plugin_clipboard"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = "ffb98a64720ac18329f578eac9a751dbc99951b5"
|
||
|
last_checked_date = "2025-09-20 14:35:06"
|
||
|
status = "pending"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_clipboard"
|
||
|
has_local_changes = true
|
||
|
description = "Clipboard operations plugin for nushell"
|
||
|
|
||
|
["plugins.nu_plugin_image"]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "local_only"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_image"
|
||
|
has_local_changes = true
|
||
|
description = "Image processing plugin for nushell (local development)"
|
||
|
|
||
|
["plugins.nu_plugin_hashes"]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "local_only"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_hashes"
|
||
|
has_local_changes = true
|
||
|
description = "Hash computation plugin for nushell (local development)"
|
||
|
|
||
|
["plugins.nu_plugin_desktop_notifications"]
|
||
|
upstream_url = ""
|
||
|
upstream_branch = ""
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "local_only"
|
||
|
auto_ok_on_nu_deps_only = false
|
||
|
local_path = "nu_plugin_desktop_notifications"
|
||
|
has_local_changes = true
|
||
|
description = "Desktop notifications plugin for nushell (local development)"
|
||
|
|
||
|
["plugins.nu_plugin_fluent"]
|
||
|
upstream_url = "https://github.com/YourUsername/nu_plugin_fluent"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = ""
|
||
|
last_checked_date = ""
|
||
|
status = "error"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_fluent"
|
||
|
has_local_changes = true
|
||
|
description = "Fluent localization plugin for nushell"
|
||
|
|
||
|
["plugins.nu_plugin_tera"]
|
||
|
upstream_url = "ssh://git@repo.jesusperez.pro:32225/jesus/nu_plugin_tera.git"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = "da1ee63a250bfa4ee3c32e846f22b53c00a1385f"
|
||
|
last_checked_date = "2025-09-20 14:35:07"
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_tera"
|
||
|
has_local_changes = true
|
||
|
description = "Tera templating plugin for nushell (private repo)"
|
||
|
|
||
|
["plugins.nu_plugin_kcl"]
|
||
|
upstream_url = "ssh://git@repo.jesusperez.pro:32225/jesus/nu_plugin_kcl.git"
|
||
|
upstream_branch = "main"
|
||
|
last_checked_commit = "02870456387c94bfd68fd26f6bf0cfaf8b3accff"
|
||
|
last_checked_date = "2025-09-20 14:35:08"
|
||
|
status = "ok"
|
||
|
auto_ok_on_nu_deps_only = true
|
||
|
local_path = "nu_plugin_kcl"
|
||
|
has_local_changes = true
|
||
|
description = "KCL configuration language plugin for nushell (private repo)"
|