cli-dev-tip 0.1.1__py3-none-any.whl → 0.1.3__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.3.dist-info}/METADATA +10 -2
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.3.dist-info}/RECORD +6 -6
- dev_tip/hook.py +1 -1
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.3.dist-info}/WHEEL +0 -0
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.3.dist-info}/entry_points.txt +0 -0
- {cli_dev_tip-0.1.1.dist-info → cli_dev_tip-0.1.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli-dev-tip
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Bite-sized developer tips in your terminal
|
|
5
5
|
Project-URL: Homepage, https://github.com/My-CD-ROM/cli-dev-tip
|
|
6
6
|
Project-URL: Repository, https://github.com/My-CD-ROM/cli-dev-tip
|
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
A terminal tool that helps developers learn continuously by showing bite-sized technical tips — right in the terminal, between commands.
|
|
32
32
|
|
|
33
33
|
<p align="center">
|
|
34
|
-
<img src="https://raw.githubusercontent.com/My-CD-ROM/cli-dev-tip/master/assets/
|
|
34
|
+
<img src="https://raw.githubusercontent.com/My-CD-ROM/cli-dev-tip/master/assets/header.png" width="600" alt="dev-tip — learn while you code">
|
|
35
35
|
</p>
|
|
36
36
|
|
|
37
37
|
## What it does
|
|
@@ -61,6 +61,14 @@ pipx install cli-dev-tip
|
|
|
61
61
|
|
|
62
62
|
This makes `dev-tip` available globally from any terminal.
|
|
63
63
|
|
|
64
|
+
### Upgrading
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
uv tool install cli-dev-tip --upgrade
|
|
68
|
+
# or
|
|
69
|
+
pip install cli-dev-tip --upgrade
|
|
70
|
+
```
|
|
71
|
+
|
|
64
72
|
## Quick start
|
|
65
73
|
|
|
66
74
|
The recommended setup — AI-generated tips covering general IT topics, appearing every 15 commands or 30 minutes:
|
|
@@ -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.3.dist-info/METADATA,sha256=DlKaENvK38Mw275Nrv-HrpyEgcC6Fe-ctCgZxv1xJ_o,7242
|
|
16
|
+
cli_dev_tip-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
cli_dev_tip-0.1.3.dist-info/entry_points.txt,sha256=FvSBE9Vbj_X7KwhFalaofZQ0430_LSxPN0ggN9iqMMQ,44
|
|
18
|
+
cli_dev_tip-0.1.3.dist-info/licenses/LICENSE,sha256=ZCF4QpcG0qNzdPHHFuFbmedutqJzTh3oH7paKbrE_VY,1066
|
|
19
|
+
cli_dev_tip-0.1.3.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
|