Skip to content

Commit ac1a263

Browse files
shree5kpernielsentikaerraycastbot
authored
Add designer-excuses extension (#16659)
* version 1 * solve bug on tsconfig.json * Update designer-excuses extension - update using clipboard api - update using clipboard api * Update CHANGELOG.md * Update designer-excuses.ts * Update package.json * Update CHANGELOG.md and optimise images --------- Co-authored-by: Per Nielsen Tikær <[email protected]> Co-authored-by: raycastbot <[email protected]>
1 parent aa18190 commit ac1a263

11 files changed

+2217
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"root": true,
3+
"extends": ["@raycast"]
4+
}
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
6+
# Raycast specific files
7+
raycast-env.d.ts
8+
.raycast-swift-build
9+
.swiftpm
10+
compiled_raycast_swift
11+
12+
# misc
13+
.DS_Store
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": false
4+
}
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Designer Excuses Changelog
2+
3+
## [Initial Version] - 2025-02-25

extensions/designer-excuses/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Designer Excuses
2+
3+
This extension provides a collection of humorous excuses that designers can use in various situations. When executed, it randomly selects an excuse, copies it to the clipboard, and pastes it into the current application using Script.
4+
5+
## Usage
6+
7+
1. Install the extension.
8+
2. Run the command to get a random designer excuse.
9+
3. The excuse will be copied to your clipboard and pasted automatically.
Loading

0 commit comments

Comments
 (0)