-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
136 changed files
with
3,985 additions
and
4,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": true, | ||
"singleQuote": false | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/png" href="/icon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>magnetar</title> | ||
</head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/png" href="/src-tauri/icons/icon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>magnetar</title> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,34 @@ | ||
{ | ||
"name": "magnetar", | ||
"private": true, | ||
"version": "0.0.5", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview", | ||
"tauri": "tauri" | ||
}, | ||
"dependencies": { | ||
"@reduxjs/toolkit": "^2.2.5", | ||
"@tauri-apps/api": "^1.4.0", | ||
"autoprefixer": "^10.4.14", | ||
"clsx": "^1.2.1", | ||
"localforage": "^1.10.0", | ||
"match-sorter": "^6.3.1", | ||
"postcss": "^8.4.25", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^4.10.1", | ||
"react-redux": "^9.1.2", | ||
"sort-by": "^1.2.0", | ||
"tailwind-merge": "^2.2.1", | ||
"tailwindcss": "^3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@tailwindcss/typography": "^0.5.9", | ||
"@tauri-apps/cli": "^1.4.0", | ||
"@types/node": "^18.16.19", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.6", | ||
"@vitejs/plugin-react": "^3.1.0", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.4.3" | ||
} | ||
"name": "magnetar", | ||
"private": true, | ||
"version": "0.0.5", | ||
"type": "module", | ||
"scripts": { | ||
"pretty": "pnpm exec prettier . --write", | ||
"start": "pnpm run pretty && pnpm run tauri dev", | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"preview": "vite preview", | ||
"tauri": "tauri" | ||
}, | ||
"dependencies": { | ||
"@tauri-apps/api": "^1", | ||
"clsx": "^2.1.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^5.2.1", | ||
"tailwind-merge": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "^1", | ||
"@types/react": "^18.2.15", | ||
"@types/react-dom": "^18.2.7", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"autoprefixer": "^10.4.19", | ||
"postcss": "^8.4.39", | ||
"prettier": "3.3.3", | ||
"tailwindcss": "^3.4.6", | ||
"typescript": "^5.2.2", | ||
"vite": "^5.3.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,94 @@ | ||
{ | ||
"Recycle bin": [ | ||
{ | ||
"title": "Open recycle bin folder", | ||
"command": "explorer.exe C:\\$Recycle.Bin", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Clear recycle bin", | ||
"command": "start cmd /k del /q /f /s C:\\$Recycle.Bin", | ||
"admin": false | ||
} | ||
], | ||
"Bluetooth": [ | ||
{ | ||
"title": "Turn bluetooth on", | ||
"command": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File bluetooth.ps1 -BluetoothStatus On", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Turn bluetooth off", | ||
"command": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File bluetooth.ps1 -BluetoothStatus Off", | ||
"admin": false | ||
} | ||
], | ||
"Scans": [ | ||
{ | ||
"title": "Perform a system integrity scan", | ||
"command": "start cmd /k sfc /scannow", | ||
"admin": true | ||
}, | ||
{ | ||
"title": "Scan your drive in search of bad sectors", | ||
"command": "start cmd /k CHKDSK /F /R /X", | ||
"admin": true | ||
} | ||
], | ||
"Cleanup": [ | ||
{ | ||
"title": "Delete application temp files", | ||
"command": "start cmd /k del /q /f /s %TEMP%\\", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Delete windows temp files", | ||
"command": "start cmd /k del /q /s /q C:\\Windows\\Temp\\", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Performs many cleanups, scans etc.", | ||
"command": "start cleaup.cmd", | ||
"admin": true | ||
} | ||
], | ||
"Information": [ | ||
{ | ||
"title": "View your system information", | ||
"command": "start cmd /k systeminfo", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "View your system information from dxdiag", | ||
"command": "start cmd /k dxdiag", | ||
"admin": false | ||
} | ||
], | ||
"Power": [ | ||
{ | ||
"title": "Shutdown your PC", | ||
"command": "shutdown /s /t 0", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Reboot your PC", | ||
"command": "shutdown /r /t 0", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Sleep", | ||
"command": "rundll32.exe powrprof.dll,SetSuspendState 0,1,0", | ||
"admin": false | ||
}, | ||
{ | ||
"title": "Reboot into recovery options", | ||
"command": "shutdown /r /o /f /t 00", | ||
"admin": true | ||
}, | ||
{ | ||
"title": "Reboot in safe mode", | ||
"command": "bcdedit /set {current} safeboot minimal && shutdown /r /f /t 00", | ||
"admin": true | ||
} | ||
] | ||
"Recycle bin": [ | ||
{ | ||
"label": "Open recycle bin folder", | ||
"command": "start C:\\$Recycle.Bin", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Clear recycle bin", | ||
"command": "start cmd /k del /q /f /s C:\\$Recycle.Bin", | ||
"admin": false | ||
} | ||
], | ||
"Bluetooth": [ | ||
{ | ||
"label": "Turn bluetooth on", | ||
"command": "cd %appdata%/magnetar && powershell.exe -NoProfile -ExecutionPolicy Bypass -File bluetooth.ps1 -BluetoothStatus On", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Turn bluetooth off", | ||
"command": "cd %appdata%/magnetar && powershell.exe -NoProfile -ExecutionPolicy Bypass -File bluetooth.ps1 -BluetoothStatus Off", | ||
"admin": false | ||
} | ||
], | ||
"Scans": [ | ||
{ | ||
"label": "Perform a system integrity scan", | ||
"command": "start cmd /k sfc /scannow", | ||
"admin": true | ||
}, | ||
{ | ||
"label": "Scan your drive in search of bad sectors", | ||
"command": "start cmd /k CHKDSK /F /R /X", | ||
"admin": true | ||
} | ||
], | ||
"Cleanup": [ | ||
{ | ||
"label": "Delete application temp files", | ||
"command": "start cmd /k del /q /f /s %TEMP%\\", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Delete windows temp files", | ||
"command": "start cmd /k del /q /s /q C:\\Windows\\Temp\\", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Performs many cleanups, scans etc.", | ||
"command": "cd %appdata%/magnetar && start cleaup.cmd", | ||
"admin": true | ||
} | ||
], | ||
"Information": [ | ||
{ | ||
"label": "View your system information", | ||
"command": "start cmd /k systeminfo", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "View your system information from dxdiag", | ||
"command": "start cmd /k dxdiag", | ||
"admin": false | ||
} | ||
], | ||
"Power": [ | ||
{ | ||
"label": "Shutdown your PC", | ||
"command": "shutdown /s /t 0", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Reboot your PC", | ||
"command": "shutdown /r /t 0", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Sleep", | ||
"command": "rundll32.exe powrprof.dll,SetSuspendState 0,1,0", | ||
"admin": false | ||
}, | ||
{ | ||
"label": "Reboot into recovery options", | ||
"command": "shutdown /r /o /f /t 00", | ||
"admin": true | ||
}, | ||
{ | ||
"label": "Reboot in safe mode", | ||
"command": "bcdedit /set {current} safeboot minimal && shutdown /r /f /t 00", | ||
"admin": true | ||
} | ||
] | ||
} |
Oops, something went wrong.