Skip to content

Commit

Permalink
chore: add config to make helpers tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 5, 2024
1 parent 34e3459 commit 9515eb5
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 0 deletions.
26 changes: 26 additions & 0 deletions osxkeychain/cmd/tool.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: macOS Keychain Credential Store Helper
Share Tools: store, get, list, erase

---
name: store
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store

---
name: get
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get

---
name: list
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list

---
name: erase
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase
26 changes: 26 additions & 0 deletions pass/cmd/tool.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: Pass Credential Store Helper
Share Tools: store, get, list, erase

---
name: store
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store

---
name: get
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get

---
name: list
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list

---
name: erase
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase
26 changes: 26 additions & 0 deletions secretservice/cmd/tool.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: Linux Secret Service Credential Store Helper
Share Tools: store, get, list, erase

---
name: store
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store

---
name: get
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get

---
name: list
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list

---
name: erase
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase
26 changes: 26 additions & 0 deletions wincred/cmd/tool.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Name: Windows Credential Store Helper
Share Tools: store, get, list, erase

---
name: store
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool store

---
name: get
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool get

---
name: list
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool list

---
name: erase
stdin: true

#!${GPTSCRIPT_TOOL_DIR}/bin/gptscript-go-tool erase

0 comments on commit 9515eb5

Please sign in to comment.