Skip to content

Commit

Permalink
Add reqbin-zip extension
Browse files Browse the repository at this point in the history
- Merge pull request raycast#8 from rupert648/fix-raycast-url
- fix: default url reqbin.zip, if dev then local
  • Loading branch information
rupert648 committed Jul 9, 2023
1 parent 74521b7 commit 744d1b6
Show file tree
Hide file tree
Showing 16 changed files with 3,838 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/reqbin-zip/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
10 changes: 10 additions & 0 deletions extensions/reqbin-zip/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/reqbin-zip/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/reqbin-zip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reqbin.zip Changelog

## [Initial Version] - 2023-07-06
3 changes: 3 additions & 0 deletions extensions/reqbin-zip/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Reqbin.zip

Creates a reqbin.zip paste bin from the given contents, and copies the link to the clipboard
Binary file added extensions/reqbin-zip/assets/reqbin-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/reqbin-zip/metadata/reqbin-zip-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/reqbin-zip/metadata/reqbin-zip-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 744d1b6

Please sign in to comment.