Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Extension: Archiver, a missing archive tool in the Raycast Store #3171

Merged
merged 11 commits into from
Nov 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions extensions/archiver/.eslintrc.json
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
7 changes: 7 additions & 0 deletions extensions/archiver/.gitignore
@@ -0,0 +1,7 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/archiver/.prettierrc
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/archiver/CHANGELOG.md
@@ -0,0 +1,3 @@
# Archiver Changelog

## [Initial Version] - 2022-11-23
19 changes: 19 additions & 0 deletions extensions/archiver/README.md
@@ -0,0 +1,19 @@
<h1 align="center">
<strong>Archiver</strong>
</h1>
<p align="center">An archive tool for compressing or extracting files, supporting multiple formats.</p>

## What can you do with this extension?

1. Support compress files(password is optional)
2. Support extract files(password if need)

---

<p align="center">If you enjoy using Archiver and/or want to support me to develop, you can buy me a coffee ☕!</p>

<p align="center">
<a title="Buy Me A Coffee" href="https://www.buymeacoffee.com/J404">
<img height="64" style="height: 64px" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png">
</a>
</p>
Binary file added extensions/archiver/assets/archiver-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/archiver/assets/arm64_7za
Binary file not shown.
Binary file added extensions/archiver/assets/x64_7za
Binary file not shown.
Binary file added extensions/archiver/metadata/archiver-1.png
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/archiver/metadata/archiver-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.