npcsh 1.1.20__py3-none-any.whl → 1.1.21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- npcsh/_state.py +5 -71
- npcsh/diff_viewer.py +3 -3
- npcsh/npc_team/jinxs/lib/core/compress.jinx +373 -85
- npcsh/npc_team/jinxs/lib/core/search/db_search.jinx +17 -6
- npcsh/npc_team/jinxs/lib/core/search/file_search.jinx +17 -6
- npcsh/npc_team/jinxs/lib/core/search/kg_search.jinx +19 -8
- npcsh/npc_team/jinxs/lib/core/search/web_search.jinx +52 -14
- npcsh/npc_team/jinxs/{bin → lib/utils}/benchmark.jinx +2 -2
- npcsh/npc_team/jinxs/{bin → lib/utils}/jinxs.jinx +12 -12
- npcsh/npc_team/jinxs/{bin → lib/utils}/models.jinx +7 -7
- npcsh/npc_team/jinxs/{bin → lib/utils}/setup.jinx +6 -6
- npcsh/npc_team/jinxs/modes/alicanto.jinx +1573 -296
- npcsh/npc_team/jinxs/modes/arxiv.jinx +5 -5
- npcsh/npc_team/jinxs/modes/config_tui.jinx +300 -0
- npcsh/npc_team/jinxs/modes/corca.jinx +3 -3
- npcsh/npc_team/jinxs/modes/git.jinx +795 -0
- {npcsh-1.1.20.data/data/npcsh/npc_team → npcsh/npc_team/jinxs/modes}/kg.jinx +13 -13
- npcsh/npc_team/jinxs/modes/memories.jinx +414 -0
- npcsh/npc_team/jinxs/{bin → modes}/nql.jinx +10 -21
- npcsh/npc_team/jinxs/modes/papers.jinx +578 -0
- npcsh/npc_team/jinxs/modes/plonk.jinx +490 -304
- npcsh/npc_team/jinxs/modes/reattach.jinx +3 -3
- npcsh/npc_team/jinxs/modes/spool.jinx +3 -3
- npcsh/npc_team/jinxs/{bin → modes}/team.jinx +12 -12
- npcsh/npc_team/jinxs/modes/vixynt.jinx +388 -0
- npcsh/npc_team/jinxs/modes/wander.jinx +454 -181
- npcsh/npc_team/jinxs/modes/yap.jinx +10 -3
- npcsh/npcsh.py +112 -47
- npcsh/routes.py +4 -1
- npcsh/salmon_simulation.py +0 -0
- npcsh-1.1.21.data/data/npcsh/npc_team/alicanto.jinx +1633 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/arxiv.jinx +5 -5
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/benchmark.jinx +2 -2
- npcsh-1.1.21.data/data/npcsh/npc_team/compress.jinx +428 -0
- npcsh-1.1.21.data/data/npcsh/npc_team/config_tui.jinx +300 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/corca.jinx +3 -3
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/db_search.jinx +17 -6
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/file_search.jinx +17 -6
- npcsh-1.1.21.data/data/npcsh/npc_team/git.jinx +795 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/jinxs.jinx +12 -12
- {npcsh/npc_team/jinxs/bin → npcsh-1.1.21.data/data/npcsh/npc_team}/kg.jinx +13 -13
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/kg_search.jinx +19 -8
- npcsh-1.1.21.data/data/npcsh/npc_team/memories.jinx +414 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/models.jinx +7 -7
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/nql.jinx +10 -21
- npcsh-1.1.21.data/data/npcsh/npc_team/papers.jinx +578 -0
- npcsh-1.1.21.data/data/npcsh/npc_team/plonk.jinx +565 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/reattach.jinx +3 -3
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/setup.jinx +6 -6
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/spool.jinx +3 -3
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/team.jinx +12 -12
- npcsh-1.1.21.data/data/npcsh/npc_team/vixynt.jinx +388 -0
- npcsh-1.1.21.data/data/npcsh/npc_team/wander.jinx +728 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/web_search.jinx +52 -14
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/yap.jinx +10 -3
- {npcsh-1.1.20.dist-info → npcsh-1.1.21.dist-info}/METADATA +2 -2
- {npcsh-1.1.20.dist-info → npcsh-1.1.21.dist-info}/RECORD +145 -150
- npcsh-1.1.21.dist-info/entry_points.txt +11 -0
- npcsh/npc_team/jinxs/bin/config_tui.jinx +0 -300
- npcsh/npc_team/jinxs/bin/memories.jinx +0 -317
- npcsh/npc_team/jinxs/bin/vixynt.jinx +0 -122
- npcsh/npc_team/jinxs/lib/core/search/mem_review.jinx +0 -73
- npcsh/npc_team/jinxs/lib/core/search/mem_search.jinx +0 -388
- npcsh/npc_team/jinxs/lib/research/paper_search.jinx +0 -412
- npcsh/npc_team/jinxs/lib/research/semantic_scholar.jinx +0 -386
- npcsh/npc_team/plonkjr.npc +0 -23
- npcsh-1.1.20.data/data/npcsh/npc_team/alicanto.jinx +0 -356
- npcsh-1.1.20.data/data/npcsh/npc_team/compress.jinx +0 -140
- npcsh-1.1.20.data/data/npcsh/npc_team/config_tui.jinx +0 -300
- npcsh-1.1.20.data/data/npcsh/npc_team/mem_review.jinx +0 -73
- npcsh-1.1.20.data/data/npcsh/npc_team/mem_search.jinx +0 -388
- npcsh-1.1.20.data/data/npcsh/npc_team/memories.jinx +0 -317
- npcsh-1.1.20.data/data/npcsh/npc_team/paper_search.jinx +0 -412
- npcsh-1.1.20.data/data/npcsh/npc_team/plonk.jinx +0 -379
- npcsh-1.1.20.data/data/npcsh/npc_team/plonkjr.npc +0 -23
- npcsh-1.1.20.data/data/npcsh/npc_team/semantic_scholar.jinx +0 -386
- npcsh-1.1.20.data/data/npcsh/npc_team/vixynt.jinx +0 -122
- npcsh-1.1.20.data/data/npcsh/npc_team/wander.jinx +0 -455
- npcsh-1.1.20.dist-info/entry_points.txt +0 -25
- /npcsh/npc_team/jinxs/lib/{orchestration → core}/convene.jinx +0 -0
- /npcsh/npc_team/jinxs/lib/{orchestration → core}/delegate.jinx +0 -0
- /npcsh/npc_team/jinxs/{bin → lib/core}/sample.jinx +0 -0
- /npcsh/npc_team/jinxs/{bin → lib/utils}/sync.jinx +0 -0
- /npcsh/npc_team/jinxs/{bin → modes}/roll.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/add_tab.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/alicanto.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/alicanto.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/browser_action.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/browser_screenshot.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/build.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/chat.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/click.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/close_browser.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/close_pane.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/close_tab.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/cmd.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/compile.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/confirm.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/convene.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/corca.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/corca.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/corca_example.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/delegate.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/edit_file.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/focus_pane.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/frederic.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/frederic4.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/guac.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/guac.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/guac.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/help.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/incognide.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/init.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/kadiefa.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/kadiefa.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/key_press.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/launch_app.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/list_panes.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/load_file.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/navigate.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/notify.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/npcsh.ctx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/npcsh_sibiji.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/open_browser.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/open_pane.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/ots.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/paste.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/plonk.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/plonk.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/plonkjr.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/pti.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/python.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/read_pane.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/roll.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/run_terminal.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sample.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/screenshot.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/search.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/send_message.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/serve.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/set.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sh.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/shh.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sibiji.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sleep.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/split_pane.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/spool.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sql.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/switch.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/switch_npc.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/switch_tab.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/switches.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/sync.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/teamviz.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/trigger.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/type_text.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/usage.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/verbose.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/wait.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/write_file.jinx +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/yap.png +0 -0
- {npcsh-1.1.20.data → npcsh-1.1.21.data}/data/npcsh/npc_team/zen_mode.jinx +0 -0
- {npcsh-1.1.20.dist-info → npcsh-1.1.21.dist-info}/WHEEL +0 -0
- {npcsh-1.1.20.dist-info → npcsh-1.1.21.dist-info}/licenses/LICENSE +0 -0
- {npcsh-1.1.20.dist-info → npcsh-1.1.21.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
jinx_name: web_search
|
|
2
2
|
description: Search the web with interactive TUI
|
|
3
|
+
interactive: true
|
|
3
4
|
inputs:
|
|
4
5
|
- query: ""
|
|
5
6
|
- provider: ""
|
|
@@ -54,18 +55,50 @@ steps:
|
|
|
54
55
|
try:
|
|
55
56
|
raw_results = search_web(query, provider=provider, num_results=num_results)
|
|
56
57
|
|
|
57
|
-
# Normalize results
|
|
58
|
+
# Normalize results - handle different provider formats
|
|
58
59
|
results = []
|
|
59
60
|
if raw_results:
|
|
60
|
-
|
|
61
|
-
|
|
61
|
+
# Perplexity returns [answer_text, [url1, url2, ...]]
|
|
62
|
+
if (len(raw_results) == 2
|
|
63
|
+
and isinstance(raw_results[0], str)
|
|
64
|
+
and isinstance(raw_results[1], (list, tuple))):
|
|
65
|
+
answer_text = raw_results[0]
|
|
66
|
+
citations = raw_results[1]
|
|
67
|
+
# First result: the AI answer
|
|
68
|
+
results.append({
|
|
69
|
+
'title': 'AI Answer',
|
|
70
|
+
'url': '',
|
|
71
|
+
'snippet': answer_text[:500]
|
|
72
|
+
})
|
|
73
|
+
# Then each citation as a result
|
|
74
|
+
for url in citations:
|
|
75
|
+
url_str = str(url).strip()
|
|
76
|
+
try:
|
|
77
|
+
from urllib.parse import urlparse
|
|
78
|
+
domain = urlparse(url_str).netloc
|
|
79
|
+
except:
|
|
80
|
+
domain = url_str[:40]
|
|
62
81
|
results.append({
|
|
63
|
-
'title':
|
|
64
|
-
'url':
|
|
65
|
-
'snippet':
|
|
82
|
+
'title': domain or url_str[:60],
|
|
83
|
+
'url': url_str,
|
|
84
|
+
'snippet': ''
|
|
66
85
|
})
|
|
67
|
-
|
|
68
|
-
|
|
86
|
+
else:
|
|
87
|
+
for res in raw_results:
|
|
88
|
+
if isinstance(res, dict):
|
|
89
|
+
results.append({
|
|
90
|
+
'title': res.get('title', 'No title'),
|
|
91
|
+
'url': res.get('url', res.get('link', '')),
|
|
92
|
+
'snippet': res.get('snippet', res.get('description', res.get('content', '')))
|
|
93
|
+
})
|
|
94
|
+
elif isinstance(res, str):
|
|
95
|
+
# Could be a URL or text
|
|
96
|
+
if res.startswith('http'):
|
|
97
|
+
results.append({'title': res[:60], 'url': res, 'snippet': ''})
|
|
98
|
+
else:
|
|
99
|
+
results.append({'title': res[:60], 'url': '', 'snippet': res[:200]})
|
|
100
|
+
else:
|
|
101
|
+
results.append({'title': str(res)[:60], 'url': str(res), 'snippet': ''})
|
|
69
102
|
|
|
70
103
|
if not results:
|
|
71
104
|
context['output'] = "No web results found."
|
|
@@ -128,7 +161,7 @@ steps:
|
|
|
128
161
|
header = f" WEB SEARCH ({len(results)} results): '{query}' "
|
|
129
162
|
else:
|
|
130
163
|
header = f" PREVIEW: {results[selected]['title'][:width-12]} "
|
|
131
|
-
sys.stdout.write(f'\033[
|
|
164
|
+
sys.stdout.write(f'\033[7;1m{header.ljust(width)}\033[0m\n')
|
|
132
165
|
|
|
133
166
|
# Column headers
|
|
134
167
|
if mode == 'list':
|
|
@@ -162,7 +195,7 @@ steps:
|
|
|
162
195
|
sel = results[selected] if results else {}
|
|
163
196
|
snippet = (sel.get('snippet') or '')[:width-2]
|
|
164
197
|
sys.stdout.write(f'\033[{height-1};1H\033[K {snippet}'.ljust(width))
|
|
165
|
-
sys.stdout.write(f'\033[{height};1H\033[K\033[
|
|
198
|
+
sys.stdout.write(f'\033[{height};1H\033[K\033[7m j/k:Nav p:Preview o:Open i:Incog c:Copy q:Quit [{selected+1}/{len(results)}] \033[0m')
|
|
166
199
|
|
|
167
200
|
else: # preview mode
|
|
168
201
|
for i in range(list_height):
|
|
@@ -173,16 +206,21 @@ steps:
|
|
|
173
206
|
|
|
174
207
|
sys.stdout.write(f'\033[{height-2};1H\033[K\033[90m{"─" * width}\033[0m')
|
|
175
208
|
sys.stdout.write(f'\033[{height-1};1H\033[K [{preview_scroll+1}/{len(preview_content)} lines]')
|
|
176
|
-
sys.stdout.write(f'\033[{height};1H\033[K\033[
|
|
209
|
+
sys.stdout.write(f'\033[{height};1H\033[K\033[7m j/k:Scroll b:Back o:Open c:Copy q:Quit \033[0m')
|
|
177
210
|
|
|
178
211
|
sys.stdout.flush()
|
|
179
212
|
|
|
180
|
-
c =
|
|
213
|
+
c = os.read(fd, 1).decode('latin-1')
|
|
181
214
|
|
|
182
215
|
if c == '\x1b':
|
|
183
|
-
|
|
216
|
+
import select as _sel
|
|
217
|
+
if _sel.select([fd], [], [], 0.05)[0]:
|
|
218
|
+
c2 = os.read(fd, 1).decode('latin-1')
|
|
219
|
+
else:
|
|
220
|
+
context['output'] = "Cancelled."
|
|
221
|
+
break
|
|
184
222
|
if c2 == '[':
|
|
185
|
-
c3 =
|
|
223
|
+
c3 = os.read(fd, 1).decode('latin-1')
|
|
186
224
|
if c3 == 'A':
|
|
187
225
|
if mode == 'list' and selected > 0:
|
|
188
226
|
selected -= 1
|
|
@@ -29,7 +29,7 @@ steps:
|
|
|
29
29
|
from gtts import gTTS
|
|
30
30
|
from npcpy.data.audio import (
|
|
31
31
|
FORMAT, CHANNELS, RATE, CHUNK,
|
|
32
|
-
transcribe_recording, convert_mp3_to_wav
|
|
32
|
+
transcribe_recording, convert_mp3_to_wav
|
|
33
33
|
)
|
|
34
34
|
AUDIO_AVAILABLE = True
|
|
35
35
|
except ImportError as e:
|
|
@@ -144,7 +144,11 @@ steps:
|
|
|
144
144
|
import winsound
|
|
145
145
|
winsound.PlaySound(wav_path, winsound.SND_FILENAME)
|
|
146
146
|
|
|
147
|
-
|
|
147
|
+
for _p in [f.name, wav_path]:
|
|
148
|
+
try:
|
|
149
|
+
os.remove(_p)
|
|
150
|
+
except:
|
|
151
|
+
pass
|
|
148
152
|
except Exception as e:
|
|
149
153
|
print(colored(f"TTS error: {e}", "red"))
|
|
150
154
|
|
|
@@ -189,7 +193,10 @@ steps:
|
|
|
189
193
|
try:
|
|
190
194
|
segments, _ = whisper_model.transcribe(audio_path, beam_size=5)
|
|
191
195
|
text = " ".join([seg.text for seg in segments])
|
|
192
|
-
|
|
196
|
+
try:
|
|
197
|
+
os.remove(audio_path)
|
|
198
|
+
except:
|
|
199
|
+
pass
|
|
193
200
|
return text.strip()
|
|
194
201
|
except Exception as e:
|
|
195
202
|
print(colored(f"Transcription error: {e}", "red"))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: npcsh
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.21
|
|
4
4
|
Summary: npcsh is a command-line toolkit for using AI agents in novel ways.
|
|
5
5
|
Home-page: https://github.com/NPC-Worldwide/npcsh
|
|
6
6
|
Author: Christopher Agostino
|
|
@@ -108,7 +108,7 @@ Dynamic: summary
|
|
|
108
108
|
|
|
109
109
|
# npcsh
|
|
110
110
|
|
|
111
|
-
The NPC shell (`npcsh`) makes the most of multi-modal LLMs and agents through a powerful set of simple slash commands and novel interactive modes, all from the comfort of the command line. Build teams of agents and schedule them on jobs, engineer context, and design custom interaction modes and Jinja Execution templates (Jinxs for you and your agents to invoke, all managed scalably for organizations of any size through the NPC
|
|
111
|
+
The NPC shell (`npcsh`) makes the most of multi-modal LLMs and agents through a powerful set of simple slash commands and novel interactive modes, all from the comfort of the command line. Build teams of agents and schedule them on jobs, engineer context, and design custom interaction modes and Jinja Execution templates (Jinxs for you and your agents to invoke, all managed scalably for organizations of any size through the NPC data layer.
|
|
112
112
|
|
|
113
113
|
To get started:
|
|
114
114
|
For users who want to mainly use models through APIs (`ollama`, `gemini`, `kimi`, `grok`, `deepseek`, `anthropic`, `openai`, `mistral`, or any others provided by litellm )
|
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
npcsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
npcsh/_state.py,sha256=
|
|
2
|
+
npcsh/_state.py,sha256=HCtE5xv_KuAUOjR82JJi-JtV0n_lzKSWmLI68Gu79QY,147985
|
|
3
3
|
npcsh/alicanto.py,sha256=xIm2Om1QlTcckvh5NQqrs-2HrEXF378dQcoOD7FRjhk,2392
|
|
4
4
|
npcsh/build.py,sha256=xYYyy3GD0iLWGpZ3rqrephYjYW1Bt39xZyKqXrWSzSo,7663
|
|
5
5
|
npcsh/completion.py,sha256=IOjt7MHnIQgeVub6eJ0q3kooRfYtvRjgUXQHtH8Shjw,5573
|
|
6
6
|
npcsh/config.py,sha256=3OQ11mwR-ZAOIest9ZjyLM6ICgpUQDLZpOhOqdOHrrk,5552
|
|
7
7
|
npcsh/conversation_viewer.py,sha256=ynP0S1WP6tzM8K-ZRGHAQ94z7dMBFkvNbczSUO2fB0g,12850
|
|
8
8
|
npcsh/corca.py,sha256=jlrK7QnO08dxPqJR8uto9ebceLIPFV3f3QjOhnPFxkc,1558
|
|
9
|
-
npcsh/diff_viewer.py,sha256=
|
|
9
|
+
npcsh/diff_viewer.py,sha256=rG88E_-jXyCyrBnca6QqlxUP_Yl_JW8If0ca0YNjk_s,15955
|
|
10
10
|
npcsh/execution.py,sha256=Rd9Qt365CI_9S9-IvRBGEYImlMsM7hb1CkTVs-445fs,5259
|
|
11
11
|
npcsh/guac.py,sha256=d4n16mCqKkJ5JrQM0CxBgTtbUY8rac7qsMtjXvUh12k,1332
|
|
12
12
|
npcsh/mcp_helpers.py,sha256=2whJgdwIYhAFzgvskya2_uJkUyqVWC3rLHwYfVolHzg,11164
|
|
13
13
|
npcsh/mcp_server.py,sha256=9gVZ9rqUaOgGkbHlcU567JgrwKqnnDucDVtB1KufgbY,8434
|
|
14
14
|
npcsh/npc.py,sha256=NPfkEyRv6fOtlPI1WHfQr5Ofetc2hRcKl82i_CKqcKM,11641
|
|
15
|
-
npcsh/npcsh.py,sha256=
|
|
15
|
+
npcsh/npcsh.py,sha256=194ZFlCSD7bDBWFV2VB69x7Jaze4VAI5bWhPhAT2aho,20698
|
|
16
16
|
npcsh/parsing.py,sha256=eGATFUkDvHu5pVbh0RswhWEmGjcIsLaDwgxTtPbC9sk,2943
|
|
17
17
|
npcsh/plonk.py,sha256=MUGunZcSq_7LWBzkrJp3SoEYt75szsoXtZfirsQw3EM,1715
|
|
18
18
|
npcsh/pti.py,sha256=8IyU-kCRwYoBxB9877lqLpy87-DEoWMg2CjiJTj9Hhg,1773
|
|
19
|
-
npcsh/routes.py,sha256=
|
|
19
|
+
npcsh/routes.py,sha256=IHqo8CWLo15t_OZdTEBsWJRiinyjPkyUPg39UGMzc68,5264
|
|
20
|
+
npcsh/salmon_simulation.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
21
|
npcsh/spool.py,sha256=b-AAZdk_fDk7vA-08wc-LO0FJt-yigcUU3ZUXF41V4E,1498
|
|
21
22
|
npcsh/ui.py,sha256=owFTZ7KRvWzyMaEYLfwJVv08hNmg9Yqj5RKNTVIcLeM,7281
|
|
22
23
|
npcsh/wander.py,sha256=zslcHfH-mAmBlSgc1JVNOlss0Ig85hzNkpmBW9W8JYM,2278
|
|
@@ -40,25 +41,11 @@ npcsh/npc_team/npcsh.ctx,sha256=-jKYaPm2YbZHAGgWAXhyPIwhiNe1H1ZRFg1Zc7tHSxk,1049
|
|
|
40
41
|
npcsh/npc_team/npcsh_sibiji.png,sha256=9fUqgYMsSHmaH-kBTBQ7N5UCS5-eLZF94Log0O3mtFg,4544
|
|
41
42
|
npcsh/npc_team/plonk.npc,sha256=z2fd5U0qaymiqHvkunQxCGQ1N2Mx6DMeErcltrJWrqw,1341
|
|
42
43
|
npcsh/npc_team/plonk.png,sha256=IU5ey-Dl4HEKlwnf75RSWNSHpF8rVqGmdbsa0deL4rQ,2727773
|
|
43
|
-
npcsh/npc_team/plonkjr.npc,sha256=umvWEigYLJBzzqSpF70lbf75612q8LxxGeYHT1Oq21Q,1568
|
|
44
44
|
npcsh/npc_team/plonkjr.png,sha256=MqLEGwsyECUeODZIti0HQQrMMVxA6XERpW01R06NbpY,2606710
|
|
45
45
|
npcsh/npc_team/sibiji.npc,sha256=iYv7KXULbyWLPWhFwM7sNbMT4RNHWMvl10bdzmJdRO4,1624
|
|
46
46
|
npcsh/npc_team/sibiji.png,sha256=1dlZb7J3E62FcVo9CVOzLb8nu1bIUV7cr97nsFocHCM,35615
|
|
47
47
|
npcsh/npc_team/spool.png,sha256=LWTLkwDxXBfLuSUCX32_lo5yAmLYGsA67Xpsz-7MmWU,2876725
|
|
48
48
|
npcsh/npc_team/yap.png,sha256=_l7UbWnXJdsy4Mx-x5l9DT0R6ize3HTnkwQQnOFlI18,1548649
|
|
49
|
-
npcsh/npc_team/jinxs/bin/benchmark.jinx,sha256=W4sMNdjmv1ZZSu1ynsm7GDeTd5mTfhrZ51-TBmZQpYg,6101
|
|
50
|
-
npcsh/npc_team/jinxs/bin/config_tui.jinx,sha256=xt04M4S7vQPT-cKuIMBJujjVwGBXvjnnfeERCNs4Wew,11371
|
|
51
|
-
npcsh/npc_team/jinxs/bin/jinxs.jinx,sha256=64A8euErDU9tb0aIOx8r6uLZvsXUV5U8ABUe2x7cPoY,16220
|
|
52
|
-
npcsh/npc_team/jinxs/bin/kg.jinx,sha256=u3uwuUf55EtYsQE2lFixxRaS7Urng_sCyNKubkDhyWg,43585
|
|
53
|
-
npcsh/npc_team/jinxs/bin/memories.jinx,sha256=Xovr8HZje2FChPlss5ZgphsWjQJPYaAuXoURYxLdO3w,11148
|
|
54
|
-
npcsh/npc_team/jinxs/bin/models.jinx,sha256=1t55bsOP2QXaTQQvu1UwecU2IsxB3os9Y3S6pObuaEk,14398
|
|
55
|
-
npcsh/npc_team/jinxs/bin/nql.jinx,sha256=uSTaWKugPythAoeTTcQ36moJ1QXp0_CepwxYRiFUN-Q,20140
|
|
56
|
-
npcsh/npc_team/jinxs/bin/roll.jinx,sha256=Yp9Hg6_aMfQ1366-kKJ2gLjxXyAauoolRXtJva3KUOg,2172
|
|
57
|
-
npcsh/npc_team/jinxs/bin/sample.jinx,sha256=0q-Iw7KZEp6fkqjGSy_9onvtqhxmtjDG_v55uA4J7K0,1948
|
|
58
|
-
npcsh/npc_team/jinxs/bin/setup.jinx,sha256=aVmstYMIb58gOYARpSfoKbbOFOykDL9nBK4tZ78xi9w,10597
|
|
59
|
-
npcsh/npc_team/jinxs/bin/sync.jinx,sha256=7rWEuqeM21eR8WbhKx-lDt2guJgmVJwk4BaBK9SsLIY,8466
|
|
60
|
-
npcsh/npc_team/jinxs/bin/team.jinx,sha256=m3yOx0S5MelJ49dr6H7FUtAGUymNkkBRFUipDtpGisk,20250
|
|
61
|
-
npcsh/npc_team/jinxs/bin/vixynt.jinx,sha256=Zv56WANlzXcuT1PcaftkGcKnHr94PaA80WvN25O8pS8,4284
|
|
62
49
|
npcsh/npc_team/jinxs/incognide/add_tab.jinx,sha256=knJ7uIUVwpPPWZ2Sy4MYf14rwqBnQ-wUk56rZPLDCbk,233
|
|
63
50
|
npcsh/npc_team/jinxs/incognide/close_pane.jinx,sha256=9L72Eb_sJd9AC1c47hq7ogjk8OagOem5yg5hrzrlXVs,271
|
|
64
51
|
npcsh/npc_team/jinxs/incognide/close_tab.jinx,sha256=h5G8xXWnka59LDV-Go2Xk-KVITojnQ4ghup1gUvOnVA,234
|
|
@@ -90,159 +77,167 @@ npcsh/npc_team/jinxs/lib/computer_use/type_text.jinx,sha256=JDCkm2bCV3gk08hrfu5p
|
|
|
90
77
|
npcsh/npc_team/jinxs/lib/computer_use/wait.jinx,sha256=Jx-HdmMD7p5vdsNG3FXiZyRpKoFRHsmylxH6TMNznac,494
|
|
91
78
|
npcsh/npc_team/jinxs/lib/core/chat.jinx,sha256=QXIh4OIbLKsZISNa0URFkczUFpzkKB2YDNfWPD1Stk4,1397
|
|
92
79
|
npcsh/npc_team/jinxs/lib/core/cmd.jinx,sha256=sdmhXlduW2CCer4gUb3xnGN3j85y8GcOA6uLknir6lQ,1398
|
|
93
|
-
npcsh/npc_team/jinxs/lib/core/compress.jinx,sha256=
|
|
80
|
+
npcsh/npc_team/jinxs/lib/core/compress.jinx,sha256=t3n2B6rwebyGOIDZ3PAQZm1b5YdDHYqO-lWlHYOQVWw,20661
|
|
81
|
+
npcsh/npc_team/jinxs/lib/core/convene.jinx,sha256=W4-eRFHXpJe7Bt-8uC79wWygj4KUv15DNnGMJA1gJXA,8828
|
|
82
|
+
npcsh/npc_team/jinxs/lib/core/delegate.jinx,sha256=wsFBQfhcAT2o-hg05U_HGhHcJyDWjpdlRJc0g3iE40I,8017
|
|
94
83
|
npcsh/npc_team/jinxs/lib/core/edit_file.jinx,sha256=L31cjWFIlTU4PWOAoZTV1SaCT6qkuY_JIOsR9i5fa1U,3707
|
|
95
84
|
npcsh/npc_team/jinxs/lib/core/load_file.jinx,sha256=Dq2982ZJkbSrM75O8YgLeGRnHdWl0AfEIYkj9RkNMLg,1271
|
|
96
85
|
npcsh/npc_team/jinxs/lib/core/ots.jinx,sha256=1boaqSw1kb_Y5WJ28c22a3CiHkANzPIW9tTF9STs_Fg,2375
|
|
97
86
|
npcsh/npc_team/jinxs/lib/core/paste.jinx,sha256=bycgMzeYFHl3-TN4YYDyasbNe22hEgFGMOmYoMWFgWI,4957
|
|
98
87
|
npcsh/npc_team/jinxs/lib/core/python.jinx,sha256=lFJubdPVlGxSuUKCxsxjYG4_dnX2ATn8U9ChYKRmL5Q,389
|
|
88
|
+
npcsh/npc_team/jinxs/lib/core/sample.jinx,sha256=0q-Iw7KZEp6fkqjGSy_9onvtqhxmtjDG_v55uA4J7K0,1948
|
|
99
89
|
npcsh/npc_team/jinxs/lib/core/search.jinx,sha256=ZdW4wK_jyCKAQv7h-WRe1tEtgHxr3AHqPdZ60jfRs_A,1236
|
|
100
90
|
npcsh/npc_team/jinxs/lib/core/sh.jinx,sha256=RzpvJ0f3tmmrl7W8mxKBaOFtjmKuEXQjhKYYF_EaeyQ,844
|
|
101
91
|
npcsh/npc_team/jinxs/lib/core/sleep.jinx,sha256=dcEDGe6v53XzVoya2s7ru3ewJE2iKZ38DJLfnYfODT8,5440
|
|
102
92
|
npcsh/npc_team/jinxs/lib/core/sql.jinx,sha256=7cAaLqr0A8vWn7QIVDzvqArwB0XmWOI6JPUVcfeGcWk,689
|
|
103
|
-
npcsh/npc_team/jinxs/lib/core/search/db_search.jinx,sha256=
|
|
104
|
-
npcsh/npc_team/jinxs/lib/core/search/file_search.jinx,sha256=
|
|
105
|
-
npcsh/npc_team/jinxs/lib/core/search/kg_search.jinx,sha256=
|
|
106
|
-
npcsh/npc_team/jinxs/lib/core/search/
|
|
107
|
-
npcsh/npc_team/jinxs/lib/
|
|
108
|
-
npcsh/npc_team/jinxs/lib/core/search/web_search.jinx,sha256=4YUb8XsCxDs2lRYJYz2RyLj_-bNc1EYx8Wjyh_mbrKg,13434
|
|
109
|
-
npcsh/npc_team/jinxs/lib/orchestration/convene.jinx,sha256=W4-eRFHXpJe7Bt-8uC79wWygj4KUv15DNnGMJA1gJXA,8828
|
|
110
|
-
npcsh/npc_team/jinxs/lib/orchestration/delegate.jinx,sha256=wsFBQfhcAT2o-hg05U_HGhHcJyDWjpdlRJc0g3iE40I,8017
|
|
111
|
-
npcsh/npc_team/jinxs/lib/research/paper_search.jinx,sha256=epZGExFhnGrQHU8o6rmgwOF-f2ydAX3WP0aCyLHEp-E,20605
|
|
112
|
-
npcsh/npc_team/jinxs/lib/research/semantic_scholar.jinx,sha256=jqBkQX55JfcZAiwwlio6hfSLfqlHYyo1cUQW3JWwKkc,21543
|
|
93
|
+
npcsh/npc_team/jinxs/lib/core/search/db_search.jinx,sha256=9k33MH3Pbub_Hux7dNpEhQg7udyuoR5Yr-BtCHKAFU4,18066
|
|
94
|
+
npcsh/npc_team/jinxs/lib/core/search/file_search.jinx,sha256=Ghf3ViI7SoRPjSzDREA6sqGxU5MUjNtEMw2vBDTtWK0,17007
|
|
95
|
+
npcsh/npc_team/jinxs/lib/core/search/kg_search.jinx,sha256=kziAhjbO5okMN0FJfcy87f3K-1EELsNmQTNlD0Xdjew,21712
|
|
96
|
+
npcsh/npc_team/jinxs/lib/core/search/web_search.jinx,sha256=AuphZ3IlczyEfFvCh2Rx93fJ_8d_oix8_kAinjhWaf4,15492
|
|
97
|
+
npcsh/npc_team/jinxs/lib/utils/benchmark.jinx,sha256=3jWhOm4ijSipG-1jRvRNaYP-5YoTXaSbnczudNVd3XA,6097
|
|
113
98
|
npcsh/npc_team/jinxs/lib/utils/build.jinx,sha256=TOsNjTEGlg5aSoYX_hmzywj3W6hlGPUOq7okmCzzaRg,2555
|
|
114
99
|
npcsh/npc_team/jinxs/lib/utils/compile.jinx,sha256=LbkZE8ewBUngbI_mchMJylIwY9uCoFCe9KWs4HfMFpU,2393
|
|
115
100
|
npcsh/npc_team/jinxs/lib/utils/help.jinx,sha256=BESlgpCj02ZnLSMGpQJ8YpWMi_Z6eTo8wDet7K0M4I4,2089
|
|
116
101
|
npcsh/npc_team/jinxs/lib/utils/init.jinx,sha256=UPCtj_XKCC51MzuMAAKlWRwhCKfbB9T96P-8fvhquIQ,1315
|
|
102
|
+
npcsh/npc_team/jinxs/lib/utils/jinxs.jinx,sha256=wNa4Q1Q5cGaipPBUMBvOpGhbKfT46_Rg38YFDiX9u6Q,16278
|
|
103
|
+
npcsh/npc_team/jinxs/lib/utils/models.jinx,sha256=5GiD-yKC2h5LWvwEOLdim8nJUqIl6FileBfUXKlHAiA,14424
|
|
117
104
|
npcsh/npc_team/jinxs/lib/utils/serve.jinx,sha256=EXp58rquPHZcJthrScc-NACrrQu2RzVHzPnfZAR_kcE,762
|
|
118
105
|
npcsh/npc_team/jinxs/lib/utils/set.jinx,sha256=FFY6JNVGkrKpHomXLuAiCv7mbwUGIyWh8zE_XMICHJY,1299
|
|
106
|
+
npcsh/npc_team/jinxs/lib/utils/setup.jinx,sha256=4pnNFtfVWJB4ogFLrTYATohpqa5OPABofCDK92lGxWQ,10627
|
|
119
107
|
npcsh/npc_team/jinxs/lib/utils/shh.jinx,sha256=yD-_va97JHT1MAhUvoL8w86Li9cbwi8XbswVcTRxd4U,464
|
|
120
108
|
npcsh/npc_team/jinxs/lib/utils/switch.jinx,sha256=qsYMF_SWT12Z1KvWRT36kgUaUP_UOjpzA4v82IUIqF8,2022
|
|
121
109
|
npcsh/npc_team/jinxs/lib/utils/switches.jinx,sha256=UquqT6Kzn4FTquYJPr0hyoEcuZ6Ke9VMO5pT0bOeXEw,2177
|
|
110
|
+
npcsh/npc_team/jinxs/lib/utils/sync.jinx,sha256=7rWEuqeM21eR8WbhKx-lDt2guJgmVJwk4BaBK9SsLIY,8466
|
|
122
111
|
npcsh/npc_team/jinxs/lib/utils/teamviz.jinx,sha256=WsWvIXbzJzm8S_7h0cgDqlRJIQ6NRzmAtVxmA6JskMc,7646
|
|
123
112
|
npcsh/npc_team/jinxs/lib/utils/usage.jinx,sha256=40zhs19l7-16KAXHzOa8hjv7hA32ORe0F7das0TTLXY,1052
|
|
124
113
|
npcsh/npc_team/jinxs/lib/utils/verbose.jinx,sha256=mFGLy2Azx1JXGhDOwVwd5EwJB9fxPQpk9BrP8kJ3RzE,473
|
|
125
|
-
npcsh/npc_team/jinxs/modes/alicanto.jinx,sha256=
|
|
126
|
-
npcsh/npc_team/jinxs/modes/arxiv.jinx,sha256=
|
|
127
|
-
npcsh/npc_team/jinxs/modes/
|
|
114
|
+
npcsh/npc_team/jinxs/modes/alicanto.jinx,sha256=eHRCBCz3M1fLiJwu2wSK0pgroZwzV7EPJDZzZGt8sKQ,71771
|
|
115
|
+
npcsh/npc_team/jinxs/modes/arxiv.jinx,sha256=cYj0N1SkhaNXR8Rws7RgBB-5bjdtzu6vJ2Dq_Iwuj1M,38118
|
|
116
|
+
npcsh/npc_team/jinxs/modes/config_tui.jinx,sha256=JNork0Ns-8ZN2kahX5YxljplmIOhtKa2kmaEeX1zPzA,12364
|
|
117
|
+
npcsh/npc_team/jinxs/modes/corca.jinx,sha256=nAzxdhpB_Bq7oc3v-KesEiT7neJbHOFZeglYVUiAjZA,18083
|
|
118
|
+
npcsh/npc_team/jinxs/modes/git.jinx,sha256=EUTAW9PDBXTazGOwWWrodEPUTfqUAnXpw7A2W7qoTiw,34677
|
|
128
119
|
npcsh/npc_team/jinxs/modes/guac.jinx,sha256=OVFH0XGlwoTUIZoL8Zwo88wmQB0Ip-ZXuHQsAEYLZv4,23582
|
|
129
|
-
npcsh/npc_team/jinxs/modes/
|
|
120
|
+
npcsh/npc_team/jinxs/modes/kg.jinx,sha256=KWVERYnbE77KILRMbzvTqqh985hNURbLsSWjxwcrV2Q,43642
|
|
121
|
+
npcsh/npc_team/jinxs/modes/memories.jinx,sha256=vFV-3xqgbeYw6FV2TWTANdcUV0jXvpWVVVfVF_5jQok,15598
|
|
122
|
+
npcsh/npc_team/jinxs/modes/nql.jinx,sha256=T4CCFZLGBxKRsbz6nzAgEJSDNX08j_XMI96U7k-sgEc,19758
|
|
123
|
+
npcsh/npc_team/jinxs/modes/papers.jinx,sha256=_MOyha7kmp2cDffCoXKtfNWFTLzfXCQXyoIizcZYBkI,29915
|
|
124
|
+
npcsh/npc_team/jinxs/modes/plonk.jinx,sha256=fRvOWnOhpD98Wix7bOTbeFsz9dEeunJ7s53m4v9Fd1s,22325
|
|
130
125
|
npcsh/npc_team/jinxs/modes/pti.jinx,sha256=1kPM5NM85JRUMDS2U_Xj-K5dfEgFRrsDnwFZv9ozK4U,14642
|
|
131
|
-
npcsh/npc_team/jinxs/modes/reattach.jinx,sha256=
|
|
132
|
-
npcsh/npc_team/jinxs/modes/
|
|
133
|
-
npcsh/npc_team/jinxs/modes/
|
|
134
|
-
npcsh/npc_team/jinxs/modes/
|
|
135
|
-
npcsh
|
|
136
|
-
npcsh
|
|
137
|
-
npcsh
|
|
138
|
-
npcsh-1.1.
|
|
139
|
-
npcsh-1.1.
|
|
140
|
-
npcsh-1.1.
|
|
141
|
-
npcsh-1.1.
|
|
142
|
-
npcsh-1.1.
|
|
143
|
-
npcsh-1.1.
|
|
144
|
-
npcsh-1.1.
|
|
145
|
-
npcsh-1.1.
|
|
146
|
-
npcsh-1.1.
|
|
147
|
-
npcsh-1.1.
|
|
148
|
-
npcsh-1.1.
|
|
149
|
-
npcsh-1.1.
|
|
150
|
-
npcsh-1.1.
|
|
151
|
-
npcsh-1.1.
|
|
152
|
-
npcsh-1.1.
|
|
153
|
-
npcsh-1.1.
|
|
154
|
-
npcsh-1.1.
|
|
155
|
-
npcsh-1.1.
|
|
156
|
-
npcsh-1.1.
|
|
157
|
-
npcsh-1.1.
|
|
158
|
-
npcsh-1.1.
|
|
159
|
-
npcsh-1.1.
|
|
160
|
-
npcsh-1.1.
|
|
161
|
-
npcsh-1.1.
|
|
162
|
-
npcsh-1.1.
|
|
163
|
-
npcsh-1.1.
|
|
164
|
-
npcsh-1.1.
|
|
165
|
-
npcsh-1.1.
|
|
166
|
-
npcsh-1.1.
|
|
167
|
-
npcsh-1.1.
|
|
168
|
-
npcsh-1.1.
|
|
169
|
-
npcsh-1.1.
|
|
170
|
-
npcsh-1.1.
|
|
171
|
-
npcsh-1.1.
|
|
172
|
-
npcsh-1.1.
|
|
173
|
-
npcsh-1.1.
|
|
174
|
-
npcsh-1.1.
|
|
175
|
-
npcsh-1.1.
|
|
176
|
-
npcsh-1.1.
|
|
177
|
-
npcsh-1.1.
|
|
178
|
-
npcsh-1.1.
|
|
179
|
-
npcsh-1.1.
|
|
180
|
-
npcsh-1.1.
|
|
181
|
-
npcsh-1.1.
|
|
182
|
-
npcsh-1.1.
|
|
183
|
-
npcsh-1.1.
|
|
184
|
-
npcsh-1.1.
|
|
185
|
-
npcsh-1.1.
|
|
186
|
-
npcsh-1.1.
|
|
187
|
-
npcsh-1.1.
|
|
188
|
-
npcsh-1.1.
|
|
189
|
-
npcsh-1.1.
|
|
190
|
-
npcsh-1.1.
|
|
191
|
-
npcsh-1.1.
|
|
192
|
-
npcsh-1.1.
|
|
193
|
-
npcsh-1.1.
|
|
194
|
-
npcsh-1.1.
|
|
195
|
-
npcsh-1.1.
|
|
196
|
-
npcsh-1.1.
|
|
197
|
-
npcsh-1.1.
|
|
198
|
-
npcsh-1.1.
|
|
199
|
-
npcsh-1.1.
|
|
200
|
-
npcsh-1.1.
|
|
201
|
-
npcsh-1.1.
|
|
202
|
-
npcsh-1.1.
|
|
203
|
-
npcsh-1.1.
|
|
204
|
-
npcsh-1.1.
|
|
205
|
-
npcsh-1.1.
|
|
206
|
-
npcsh-1.1.
|
|
207
|
-
npcsh-1.1.
|
|
208
|
-
npcsh-1.1.
|
|
209
|
-
npcsh-1.1.
|
|
210
|
-
npcsh-1.1.
|
|
211
|
-
npcsh-1.1.
|
|
212
|
-
npcsh-1.1.
|
|
213
|
-
npcsh-1.1.
|
|
214
|
-
npcsh-1.1.
|
|
215
|
-
npcsh-1.1.
|
|
216
|
-
npcsh-1.1.
|
|
217
|
-
npcsh-1.1.
|
|
218
|
-
npcsh-1.1.
|
|
219
|
-
npcsh-1.1.
|
|
220
|
-
npcsh-1.1.
|
|
221
|
-
npcsh-1.1.
|
|
222
|
-
npcsh-1.1.
|
|
223
|
-
npcsh-1.1.
|
|
224
|
-
npcsh-1.1.
|
|
225
|
-
npcsh-1.1.
|
|
226
|
-
npcsh-1.1.
|
|
227
|
-
npcsh-1.1.
|
|
228
|
-
npcsh-1.1.
|
|
229
|
-
npcsh-1.1.
|
|
230
|
-
npcsh-1.1.
|
|
231
|
-
npcsh-1.1.
|
|
232
|
-
npcsh-1.1.
|
|
233
|
-
npcsh-1.1.
|
|
234
|
-
npcsh-1.1.
|
|
235
|
-
npcsh-1.1.
|
|
236
|
-
npcsh-1.1.
|
|
237
|
-
npcsh-1.1.
|
|
238
|
-
npcsh-1.1.
|
|
239
|
-
npcsh-1.1.
|
|
240
|
-
npcsh-1.1.
|
|
241
|
-
npcsh-1.1.
|
|
242
|
-
npcsh-1.1.
|
|
126
|
+
npcsh/npc_team/jinxs/modes/reattach.jinx,sha256=yxArBZlOpVcjvU-tDUFNO0XWMUY-flhlGQonGIOnAdY,13977
|
|
127
|
+
npcsh/npc_team/jinxs/modes/roll.jinx,sha256=Yp9Hg6_aMfQ1366-kKJ2gLjxXyAauoolRXtJva3KUOg,2172
|
|
128
|
+
npcsh/npc_team/jinxs/modes/spool.jinx,sha256=II95LfPoOa1O2uNT3RXPA8r82tjp_px61Jy_tq3A6t0,14937
|
|
129
|
+
npcsh/npc_team/jinxs/modes/team.jinx,sha256=0-t-ICICwce1X8fd8cY_1VGg_x_XQ90KD5ZEwE6p9jw,20291
|
|
130
|
+
npcsh/npc_team/jinxs/modes/vixynt.jinx,sha256=LuTyHFdNFmeOnxu-qEzlJ-IP4aRWisIzFtSXhVDszwk,14601
|
|
131
|
+
npcsh/npc_team/jinxs/modes/wander.jinx,sha256=vkU-CvkdEXaW4oEs4Tq0AHhhcCmPdLRWprPsjNOvxOk,30671
|
|
132
|
+
npcsh/npc_team/jinxs/modes/yap.jinx,sha256=r_sLdGtrJqiMHhlkbknk-q-4Yt3ttu8Rky7mOvrXOT8,10021
|
|
133
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/add_tab.jinx,sha256=knJ7uIUVwpPPWZ2Sy4MYf14rwqBnQ-wUk56rZPLDCbk,233
|
|
134
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/alicanto.jinx,sha256=eHRCBCz3M1fLiJwu2wSK0pgroZwzV7EPJDZzZGt8sKQ,71771
|
|
135
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/alicanto.npc,sha256=MjCeCKhC4OqKO0Rxa5U_SLEui7Lh8M2hXabcVfqEDhc,1455
|
|
136
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/alicanto.png,sha256=A7xeMbcoKGjlkELxJEVifCEZLVWbOKZarTN5ZFJG-FM,3519858
|
|
137
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/arxiv.jinx,sha256=cYj0N1SkhaNXR8Rws7RgBB-5bjdtzu6vJ2Dq_Iwuj1M,38118
|
|
138
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/benchmark.jinx,sha256=3jWhOm4ijSipG-1jRvRNaYP-5YoTXaSbnczudNVd3XA,6097
|
|
139
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/browser_action.jinx,sha256=OtYK2rnpmjYPk2vZcD5J761XsXVuK6crV7NNGcMQzIg,9201
|
|
140
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/browser_screenshot.jinx,sha256=rch0IHithrcFb-bLuMcnMAxsn65PKJVZEOhLyAgJc8k,1166
|
|
141
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/build.jinx,sha256=TOsNjTEGlg5aSoYX_hmzywj3W6hlGPUOq7okmCzzaRg,2555
|
|
142
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/chat.jinx,sha256=QXIh4OIbLKsZISNa0URFkczUFpzkKB2YDNfWPD1Stk4,1397
|
|
143
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/click.jinx,sha256=uNJ66ZjIQ-0XflzuK3yGqNd7ApommWPIVL2pURhaRjY,585
|
|
144
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/close_browser.jinx,sha256=D0-sIQCTt3TEnUpr6SIWuhQOkJ6eyzhJnvYtYqbg1UM,322
|
|
145
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/close_pane.jinx,sha256=9L72Eb_sJd9AC1c47hq7ogjk8OagOem5yg5hrzrlXVs,271
|
|
146
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/close_tab.jinx,sha256=h5G8xXWnka59LDV-Go2Xk-KVITojnQ4ghup1gUvOnVA,234
|
|
147
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/cmd.jinx,sha256=sdmhXlduW2CCer4gUb3xnGN3j85y8GcOA6uLknir6lQ,1398
|
|
148
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/compile.jinx,sha256=LbkZE8ewBUngbI_mchMJylIwY9uCoFCe9KWs4HfMFpU,2393
|
|
149
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/compress.jinx,sha256=t3n2B6rwebyGOIDZ3PAQZm1b5YdDHYqO-lWlHYOQVWw,20661
|
|
150
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/config_tui.jinx,sha256=JNork0Ns-8ZN2kahX5YxljplmIOhtKa2kmaEeX1zPzA,12364
|
|
151
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/confirm.jinx,sha256=1xPmu0ocnmysdJcv6PftYe7kwx9h3uyA6ntS5rbgFPk,257
|
|
152
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/convene.jinx,sha256=W4-eRFHXpJe7Bt-8uC79wWygj4KUv15DNnGMJA1gJXA,8828
|
|
153
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/corca.jinx,sha256=nAzxdhpB_Bq7oc3v-KesEiT7neJbHOFZeglYVUiAjZA,18083
|
|
154
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/corca.npc,sha256=Iu9bRD_OFVYQVyn0PLB_Kp91qzcHiHyo7VwmkXz2S-0,1667
|
|
155
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/corca.png,sha256=0lF70hKu6tY-37YmIPVF2cuaPzvnQ4-UtQOzuAbKEf4,1666776
|
|
156
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/corca_example.png,sha256=p0lVTuwaps4-F-3k4wgp9d897YPyn6FGZugtXMUQjj8,28777
|
|
157
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/db_search.jinx,sha256=9k33MH3Pbub_Hux7dNpEhQg7udyuoR5Yr-BtCHKAFU4,18066
|
|
158
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/delegate.jinx,sha256=wsFBQfhcAT2o-hg05U_HGhHcJyDWjpdlRJc0g3iE40I,8017
|
|
159
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/edit_file.jinx,sha256=L31cjWFIlTU4PWOAoZTV1SaCT6qkuY_JIOsR9i5fa1U,3707
|
|
160
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/file_search.jinx,sha256=Ghf3ViI7SoRPjSzDREA6sqGxU5MUjNtEMw2vBDTtWK0,17007
|
|
161
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/focus_pane.jinx,sha256=wGSCQe_yquRPm3i9VQ3QbIKglIa5Fnh94RKdAn5ggZA,229
|
|
162
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/frederic.npc,sha256=1-TcFRWm5RsSnLoeZG_SN4JUU0Ynu6CzV-h6Wfasjto,1945
|
|
163
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/frederic4.png,sha256=ll8uoV0npnPp5HVJWv7h0xDSeuq4pqsk_gYGBHLS0VY,1590744
|
|
164
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/git.jinx,sha256=EUTAW9PDBXTazGOwWWrodEPUTfqUAnXpw7A2W7qoTiw,34677
|
|
165
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/guac.jinx,sha256=OVFH0XGlwoTUIZoL8Zwo88wmQB0Ip-ZXuHQsAEYLZv4,23582
|
|
166
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/guac.npc,sha256=bOMEMXxvL4B-xdGqtq7hWf_gZpdMlo4OqER7c9iBsiM,797
|
|
167
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/guac.png,sha256=MCE7eJuEJwLJEzc9FS7lL62Mm-38jQRHkxXogPfOTuw,211470
|
|
168
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/help.jinx,sha256=BESlgpCj02ZnLSMGpQJ8YpWMi_Z6eTo8wDet7K0M4I4,2089
|
|
169
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/incognide.jinx,sha256=0lSYUS7dVmfi4hGS0SiBg5LlAuNHE8qlrgU7QFNAmtQ,2231
|
|
170
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/init.jinx,sha256=UPCtj_XKCC51MzuMAAKlWRwhCKfbB9T96P-8fvhquIQ,1315
|
|
171
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/jinxs.jinx,sha256=wNa4Q1Q5cGaipPBUMBvOpGhbKfT46_Rg38YFDiX9u6Q,16278
|
|
172
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/kadiefa.npc,sha256=tg9YZ3dTlXS8CIEb544G5UYvGndPhgdlQoLWRV5j-JY,1758
|
|
173
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/kadiefa.png,sha256=3CAwL8crKIwJko6o75Z6OYYEEM9Rk--yGzCJg7zoszg,3062528
|
|
174
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/key_press.jinx,sha256=PQWf0BsYDddwF3_bgdRJpH_pjUWlWtABDyiK_v26Dj0,832
|
|
175
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/kg.jinx,sha256=KWVERYnbE77KILRMbzvTqqh985hNURbLsSWjxwcrV2Q,43642
|
|
176
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/kg_search.jinx,sha256=kziAhjbO5okMN0FJfcy87f3K-1EELsNmQTNlD0Xdjew,21712
|
|
177
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/launch_app.jinx,sha256=G3KRSKgBbCPiF9WwrkPtNFK7Pb2xu0TFCY98YmMGD50,1187
|
|
178
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/list_panes.jinx,sha256=AGE9eZ4ftzkFV3_M053AXsL742e3B5ApZ1JXzFz0j9s,262
|
|
179
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/load_file.jinx,sha256=Dq2982ZJkbSrM75O8YgLeGRnHdWl0AfEIYkj9RkNMLg,1271
|
|
180
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/memories.jinx,sha256=vFV-3xqgbeYw6FV2TWTANdcUV0jXvpWVVVfVF_5jQok,15598
|
|
181
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/models.jinx,sha256=5GiD-yKC2h5LWvwEOLdim8nJUqIl6FileBfUXKlHAiA,14424
|
|
182
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/navigate.jinx,sha256=Cz5lSrn3I9yHx2VuV9c038yDLIPlw2WVBt1LxmtUdB0,240
|
|
183
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/notify.jinx,sha256=ZJB37upTsSOLLiVUJQanVQ6ee0jZd4SY7lkufL-zSPQ,236
|
|
184
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/npcsh.ctx,sha256=-jKYaPm2YbZHAGgWAXhyPIwhiNe1H1ZRFg1Zc7tHSxk,1049
|
|
185
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/npcsh_sibiji.png,sha256=9fUqgYMsSHmaH-kBTBQ7N5UCS5-eLZF94Log0O3mtFg,4544
|
|
186
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/nql.jinx,sha256=T4CCFZLGBxKRsbz6nzAgEJSDNX08j_XMI96U7k-sgEc,19758
|
|
187
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/open_browser.jinx,sha256=AJ4ZysHzdNIghSpu2cTcbRvio1KwV4yzjnyAvAragr4,1656
|
|
188
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/open_pane.jinx,sha256=-rL9VKtSqzPu_lLPLMGTlRwNHqqLH5wN8jfj989fip0,471
|
|
189
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/ots.jinx,sha256=1boaqSw1kb_Y5WJ28c22a3CiHkANzPIW9tTF9STs_Fg,2375
|
|
190
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/papers.jinx,sha256=_MOyha7kmp2cDffCoXKtfNWFTLzfXCQXyoIizcZYBkI,29915
|
|
191
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/paste.jinx,sha256=bycgMzeYFHl3-TN4YYDyasbNe22hEgFGMOmYoMWFgWI,4957
|
|
192
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/plonk.jinx,sha256=fRvOWnOhpD98Wix7bOTbeFsz9dEeunJ7s53m4v9Fd1s,22325
|
|
193
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/plonk.npc,sha256=z2fd5U0qaymiqHvkunQxCGQ1N2Mx6DMeErcltrJWrqw,1341
|
|
194
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/plonk.png,sha256=IU5ey-Dl4HEKlwnf75RSWNSHpF8rVqGmdbsa0deL4rQ,2727773
|
|
195
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/plonkjr.png,sha256=MqLEGwsyECUeODZIti0HQQrMMVxA6XERpW01R06NbpY,2606710
|
|
196
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/pti.jinx,sha256=1kPM5NM85JRUMDS2U_Xj-K5dfEgFRrsDnwFZv9ozK4U,14642
|
|
197
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/python.jinx,sha256=lFJubdPVlGxSuUKCxsxjYG4_dnX2ATn8U9ChYKRmL5Q,389
|
|
198
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/read_pane.jinx,sha256=80M-ecIDDkgiIuI9lvfp4_ECSFu7Xa3zYDex1HGzRSs,326
|
|
199
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/reattach.jinx,sha256=yxArBZlOpVcjvU-tDUFNO0XWMUY-flhlGQonGIOnAdY,13977
|
|
200
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/roll.jinx,sha256=Yp9Hg6_aMfQ1366-kKJ2gLjxXyAauoolRXtJva3KUOg,2172
|
|
201
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/run_terminal.jinx,sha256=YjkUWtGvfE0ATrPeX-IQ8dVPpN5ChBD29Iq09XVyVfM,243
|
|
202
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sample.jinx,sha256=0q-Iw7KZEp6fkqjGSy_9onvtqhxmtjDG_v55uA4J7K0,1948
|
|
203
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/screenshot.jinx,sha256=jVU1u-MH_rW6haAHLO3FrikNgeEKAQpUY962pPM8epc,657
|
|
204
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/search.jinx,sha256=ZdW4wK_jyCKAQv7h-WRe1tEtgHxr3AHqPdZ60jfRs_A,1236
|
|
205
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/send_message.jinx,sha256=8TYBJxrgBLA2xuIXgXw1qH3X9nYQzFJwpi6CJOk6uFY,236
|
|
206
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/serve.jinx,sha256=EXp58rquPHZcJthrScc-NACrrQu2RzVHzPnfZAR_kcE,762
|
|
207
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/set.jinx,sha256=FFY6JNVGkrKpHomXLuAiCv7mbwUGIyWh8zE_XMICHJY,1299
|
|
208
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/setup.jinx,sha256=4pnNFtfVWJB4ogFLrTYATohpqa5OPABofCDK92lGxWQ,10627
|
|
209
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sh.jinx,sha256=RzpvJ0f3tmmrl7W8mxKBaOFtjmKuEXQjhKYYF_EaeyQ,844
|
|
210
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/shh.jinx,sha256=yD-_va97JHT1MAhUvoL8w86Li9cbwi8XbswVcTRxd4U,464
|
|
211
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sibiji.npc,sha256=iYv7KXULbyWLPWhFwM7sNbMT4RNHWMvl10bdzmJdRO4,1624
|
|
212
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sibiji.png,sha256=1dlZb7J3E62FcVo9CVOzLb8nu1bIUV7cr97nsFocHCM,35615
|
|
213
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sleep.jinx,sha256=dcEDGe6v53XzVoya2s7ru3ewJE2iKZ38DJLfnYfODT8,5440
|
|
214
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/split_pane.jinx,sha256=-taNskdEb3hQEUGFdrrVw_tyAL-g5fHwqhCBfH50RW4,290
|
|
215
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/spool.jinx,sha256=II95LfPoOa1O2uNT3RXPA8r82tjp_px61Jy_tq3A6t0,14937
|
|
216
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/spool.png,sha256=LWTLkwDxXBfLuSUCX32_lo5yAmLYGsA67Xpsz-7MmWU,2876725
|
|
217
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sql.jinx,sha256=7cAaLqr0A8vWn7QIVDzvqArwB0XmWOI6JPUVcfeGcWk,689
|
|
218
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/switch.jinx,sha256=qsYMF_SWT12Z1KvWRT36kgUaUP_UOjpzA4v82IUIqF8,2022
|
|
219
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/switch_npc.jinx,sha256=8pQvKa_nZD6DXy7uV9NAi0ff9xWbA0HMFdsEIVyHjZQ,241
|
|
220
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/switch_tab.jinx,sha256=ZUdJdbqs0oSwOuDFiBPAxqN58-VX53gXNINsRjVL50U,239
|
|
221
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/switches.jinx,sha256=UquqT6Kzn4FTquYJPr0hyoEcuZ6Ke9VMO5pT0bOeXEw,2177
|
|
222
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/sync.jinx,sha256=7rWEuqeM21eR8WbhKx-lDt2guJgmVJwk4BaBK9SsLIY,8466
|
|
223
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/team.jinx,sha256=0-t-ICICwce1X8fd8cY_1VGg_x_XQ90KD5ZEwE6p9jw,20291
|
|
224
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/teamviz.jinx,sha256=WsWvIXbzJzm8S_7h0cgDqlRJIQ6NRzmAtVxmA6JskMc,7646
|
|
225
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/trigger.jinx,sha256=VVCnkpYMicq85YA_XQewLvWBl3ctsfObRCwQH9wLCfc,2341
|
|
226
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/type_text.jinx,sha256=JDCkm2bCV3gk08hrfu5pGYynpNoMLPZWGyfjz7fQhUo,720
|
|
227
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/usage.jinx,sha256=40zhs19l7-16KAXHzOa8hjv7hA32ORe0F7das0TTLXY,1052
|
|
228
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/verbose.jinx,sha256=mFGLy2Azx1JXGhDOwVwd5EwJB9fxPQpk9BrP8kJ3RzE,473
|
|
229
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/vixynt.jinx,sha256=LuTyHFdNFmeOnxu-qEzlJ-IP4aRWisIzFtSXhVDszwk,14601
|
|
230
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/wait.jinx,sha256=Jx-HdmMD7p5vdsNG3FXiZyRpKoFRHsmylxH6TMNznac,494
|
|
231
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/wander.jinx,sha256=vkU-CvkdEXaW4oEs4Tq0AHhhcCmPdLRWprPsjNOvxOk,30671
|
|
232
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/web_search.jinx,sha256=AuphZ3IlczyEfFvCh2Rx93fJ_8d_oix8_kAinjhWaf4,15492
|
|
233
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/write_file.jinx,sha256=RauswZGoAbSyz44YgWqzHR_jJBLsndstRQ7hLploCeU,285
|
|
234
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/yap.jinx,sha256=r_sLdGtrJqiMHhlkbknk-q-4Yt3ttu8Rky7mOvrXOT8,10021
|
|
235
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/yap.png,sha256=_l7UbWnXJdsy4Mx-x5l9DT0R6ize3HTnkwQQnOFlI18,1548649
|
|
236
|
+
npcsh-1.1.21.data/data/npcsh/npc_team/zen_mode.jinx,sha256=_iR9c2yvDIrhd98f5d_8_fNJJi_k9AePejQ_sAZrwTI,228
|
|
237
|
+
npcsh-1.1.21.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
|
|
243
238
|
project/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
244
|
-
npcsh-1.1.
|
|
245
|
-
npcsh-1.1.
|
|
246
|
-
npcsh-1.1.
|
|
247
|
-
npcsh-1.1.
|
|
248
|
-
npcsh-1.1.
|
|
239
|
+
npcsh-1.1.21.dist-info/METADATA,sha256=JV_7PQw_at5__bhDNWxtvQT02NBYQj504JfGDPFVaSA,39574
|
|
240
|
+
npcsh-1.1.21.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
241
|
+
npcsh-1.1.21.dist-info/entry_points.txt,sha256=3ERDuLoIGCSQo166mcTibZ0ybjMly-3WSceNj-pql10,289
|
|
242
|
+
npcsh-1.1.21.dist-info/top_level.txt,sha256=sbA6l0H-5EUmtoSA3SJTzrFzT_BmsFtf1FOUq8P8vL0,14
|
|
243
|
+
npcsh-1.1.21.dist-info/RECORD,,
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[console_scripts]
|
|
2
|
+
alicanto = npcsh.npcsh:main
|
|
3
|
+
corca = npcsh.npcsh:main
|
|
4
|
+
frederic = npcsh.npcsh:main
|
|
5
|
+
guac = npcsh.npcsh:main
|
|
6
|
+
kadiefa = npcsh.npcsh:main
|
|
7
|
+
npc = npcsh.npc:main
|
|
8
|
+
npcsh = npcsh.npcsh:main
|
|
9
|
+
npcsh-bench = npcsh.benchmark.runner:main
|
|
10
|
+
plonk = npcsh.npcsh:main
|
|
11
|
+
sibiji = npcsh.npcsh:main
|