cheat-cli 0.1.0__py3-none-any.whl → 0.1.1__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.
cheat_cli/cli.py CHANGED
@@ -7,6 +7,9 @@ from importlib.resources import files
7
7
 
8
8
  # ---------- Helpers ----------
9
9
 
10
+ def get_csv_path():
11
+ return files("cheat_cli").joinpath("data/commands.csv")
12
+
10
13
  def csv_path():
11
14
  return files("cheat_cli").joinpath("data/commands.csv")
12
15
 
@@ -84,4 +87,4 @@ def main():
84
87
  return
85
88
  delete_command(df, sys.argv[2])
86
89
  else:
87
- search(df, cmd)
90
+ search(df, cmd)
@@ -0,0 +1,2 @@
1
+ tool,command,description,tags
2
+ git,git status,Show current git working tree status,repo state branch
@@ -1,11 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cheat-cli
3
- Version: 0.1.0
4
- Summary: A terminal-first cheat sheet CLI for Linux developers
5
- Author-email: RejishJ <rejish.j.d@gmail.com>
3
+ Version: 0.1.1
4
+ Summary: A terminal-first personal cheat sheet for Linux developers
5
+ Author: Rejish
6
6
  License: MIT
7
- Project-URL: Homepage, https://github.com/RejishJ/cheat-cli
8
- Project-URL: Repository, https://github.com/RejishJ/cheat-cli
9
7
  Requires-Python: >=3.8
10
8
  Description-Content-Type: text/markdown
11
9
  License-File: LICENSE
@@ -0,0 +1,9 @@
1
+ cheat_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ cheat_cli/cli.py,sha256=JLUGTirnEQ0kN_FvLCBm-RJTxkwxZepKJLeAl_9lOR4,2325
3
+ cheat_cli/data/commands.csv,sha256=jVdIJT15eCbhiVoneVLQOViYYN2o3P6S2p7_xQEow3c,100
4
+ cheat_cli-0.1.1.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ cheat_cli-0.1.1.dist-info/METADATA,sha256=vCt6mByWq_KOt6KtVK91kTrUSnMhT6p5mOdOzMIk2Lw,648
6
+ cheat_cli-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ cheat_cli-0.1.1.dist-info/entry_points.txt,sha256=SHbwyH9qo8Z3HQUGAGkJ624xXYLf1rTk61rG-5gmqhM,45
8
+ cheat_cli-0.1.1.dist-info/top_level.txt,sha256=75FJyvpbIOdhtg301BIkrXWfR3j9DCZ2G0ZpcSi7tfc,10
9
+ cheat_cli-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- cheat_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- cheat_cli/cli.py,sha256=GiXsvqYCxkZDOX61uMrdOgM3vHo-j_90F6wr6QdUeNI,2245
3
- cheat_cli-0.1.0.dist-info/licenses/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- cheat_cli-0.1.0.dist-info/METADATA,sha256=F0U5BitG02lNOyRNU7pWoFqUE4EsJIMwdTIEB0-MFP4,795
5
- cheat_cli-0.1.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- cheat_cli-0.1.0.dist-info/entry_points.txt,sha256=SHbwyH9qo8Z3HQUGAGkJ624xXYLf1rTk61rG-5gmqhM,45
7
- cheat_cli-0.1.0.dist-info/top_level.txt,sha256=75FJyvpbIOdhtg301BIkrXWfR3j9DCZ2G0ZpcSi7tfc,10
8
- cheat_cli-0.1.0.dist-info/RECORD,,