Skip to content

Commit

Permalink
Add cyberchef extension (raycast#10538)
Browse files Browse the repository at this point in the history
* Add cyberchef extension

- Command icon
- Save

* Update description

* Update cyberchef extension

- Names
- Names

* Fix

* Fix

* Fix security issue

* No-view

* Update CHANGELOG.md and optimise images

---------

Co-authored-by: raycastbot <bot@raycast.com>
  • Loading branch information
mblode and raycastbot authored Feb 8, 2024
1 parent 7d2df18 commit d84e714
Show file tree
Hide file tree
Showing 72 changed files with 2,836 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/cyberchef/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/cyberchef/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/cyberchef/.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/cyberchef/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CyberChef Changelog

## [Initial Version] - 2024-02-02
3 changes: 3 additions & 0 deletions extensions/cyberchef/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
Binary file added extensions/cyberchef/assets/command-icon.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 d84e714

Please sign in to comment.