Skip to content

Commit

Permalink
Include Alfred workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Sep 11, 2023
1 parent ee0d4d7 commit c7210f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added dist/alfred/ret-git.alfredworkflow
Binary file not shown.
Binary file added dist/alfred/ret-splunk.alfredworkflow
Binary file not shown.
22 changes: 22 additions & 0 deletions splunk-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# RET Splunk Plugin

To interact with Splunk and query on project (names), for now a manual action is needed.

Locate `$HOME/.ret/plugins/splunk.json` and add the following:

```json
{
...
"projects": [
{
"name": "project-one"
},
{
"name": "project-two"
},
{
"name": "project-x"
}
]
}
```

0 comments on commit c7210f2

Please sign in to comment.