cli-dev-tip 0.1.1__py3-none-any.whl → 0.1.2__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.
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.2.dist-info}/METADATA +1 -1
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.2.dist-info}/RECORD +6 -6
- dev_tip/hook.py +1 -1
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.2.dist-info}/WHEEL +0 -0
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.2.dist-info}/entry_points.txt +0 -0
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,7 +2,7 @@ dev_tip/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
2
2
|
dev_tip/cli.py,sha256=Sej-M5c-JIYl2AsOQiLIJtZSEYjzT67qwX1XfPLTtDw,9317
|
|
3
3
|
dev_tip/config.py,sha256=v9O3v2JRCWsKsGAfqLPFZRiefMDUqhLwjbDJ_hVkHzA,2857
|
|
4
4
|
dev_tip/history.py,sha256=-0oNobingttE63bNygV9qb66MPJ_fzGiSp56HlUj17w,1357
|
|
5
|
-
dev_tip/hook.py,sha256=
|
|
5
|
+
dev_tip/hook.py,sha256=fyRePDuyT-WbZ_6Y4oXxEyDdk8aewqoLK_kPoB8owYA,5988
|
|
6
6
|
dev_tip/prefetch.py,sha256=PBo3B5Y20qDILb6EGugCunFSHli57LvZamLLrWpcI78,2735
|
|
7
7
|
dev_tip/tips.py,sha256=GkZyDSaYgoJ9E0K9mtLiF8xkgCB5ZilEBicMnPg_TjA,1214
|
|
8
8
|
dev_tip/ai/__init__.py,sha256=FjLwQgnWgEUo4uQgEXOrBeWOlW_D1rdR-k2YSog_oZs,1508
|
|
@@ -12,8 +12,8 @@ dev_tip/ai/openrouter.py,sha256=kvXPKTITNAbKGNxaiXmAX6k2vrhq87KeRRdHFayDlzw,1308
|
|
|
12
12
|
dev_tip/ai/prompt.py,sha256=Bu0PIA24rkYSDlKDmn_53psZSCKN-ZkyI4dES9-9H5w,1951
|
|
13
13
|
dev_tip/ai/provider.py,sha256=ofN7fRd1oIAO6ACPa26ORw0hfHkMB_MmiNDxed1U83U,802
|
|
14
14
|
dev_tip/data/tips.yaml,sha256=ZTYJixcWc254fGob8rnlT3BPP11Txt2MepVmmth020w,65596
|
|
15
|
-
cli_dev_tip-0.1.
|
|
16
|
-
cli_dev_tip-0.1.
|
|
17
|
-
cli_dev_tip-0.1.
|
|
18
|
-
cli_dev_tip-0.1.
|
|
19
|
-
cli_dev_tip-0.1.
|
|
15
|
+
cli_dev_tip-0.1.2.dist-info/METADATA,sha256=RKwzj7gTcVstSsY36ROveSQzp6NPxdnnnYsAnOvryPQ,7130
|
|
16
|
+
cli_dev_tip-0.1.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
cli_dev_tip-0.1.2.dist-info/entry_points.txt,sha256=FvSBE9Vbj_X7KwhFalaofZQ0430_LSxPN0ggN9iqMMQ,44
|
|
18
|
+
cli_dev_tip-0.1.2.dist-info/licenses/LICENSE,sha256=ZCF4QpcG0qNzdPHHFuFbmedutqJzTh3oH7paKbrE_VY,1066
|
|
19
|
+
cli_dev_tip-0.1.2.dist-info/RECORD,,
|
dev_tip/hook.py
CHANGED
|
@@ -168,7 +168,7 @@ def enable(
|
|
|
168
168
|
f"Tips will appear every {every_commands} commands "
|
|
169
169
|
f"or {every_minutes} minutes."
|
|
170
170
|
)
|
|
171
|
-
console.print(f"
|
|
171
|
+
console.print(f"Reload your shell: [bold]exec {shell}[/bold]")
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
def disable() -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|