huge refactor of plugin system

This commit is contained in:
2026-04-30 18:56:22 -07:00
parent ea3ead248b
commit be5a11da97
99 changed files with 7603 additions and 11320 deletions
+4 -4
View File
@@ -1231,7 +1231,7 @@ class search_file(Cmdlet):
log(f"No web results found for query: {search_query}", file=sys.stderr)
if refresh_mode:
try:
ctx.set_last_result_table_preserve_history(table, [])
ctx.set_last_result_table_overlay(table, [])
except Exception:
pass
try:
@@ -2089,7 +2089,7 @@ class search_file(Cmdlet):
pass
if refresh_mode:
ctx.set_last_result_table_preserve_history(
ctx.set_last_result_table_overlay(
table,
results_list
)
@@ -2106,7 +2106,7 @@ class search_file(Cmdlet):
if refresh_mode:
try:
table.title = command_title
ctx.set_last_result_table_preserve_history(table, [])
ctx.set_last_result_table_overlay(table, [])
except Exception:
pass
db.append_worker_stdout(worker_id, _summarize_worker_results([]))
@@ -2279,7 +2279,7 @@ class search_file(Cmdlet):
if refresh_mode:
try:
table.title = command_title
ctx.set_last_result_table_preserve_history(table, [])
ctx.set_last_result_table_overlay(table, [])
except Exception:
pass
db.append_worker_stdout(worker_id, _summarize_worker_results([]))