Raycast snippets + goodies by @dfosco
For a basic overview, check this discussion with a basic guide for Raycast (GH-staff only)
Clone this repository locally and add its folder as your Script Directory on Raycast settings:
The scripts in this folder should appear in the list:
Add a random username to your clipboard from a list of 100 names.
Tip
This list was created randomly with an LLM to be a somewhat accurate representation of GitHub usernames — might accidentally contain real people names, don't use for designs that show up in production!
For when you need to know if a text fits in your design... if you know you know.
Warning
Before you can use these two commands, replace the contents of _repositories-folder.txt
with the path of the folder where you keep repositories in your Mac
Instructions to get repository folder path
The output copied to your clipboard will not include the actual folder name, so make sure to add it.
In this case, the output was /Users/dfosco
and I added /Workspace
so the file contains a single line with:
/Users/dfosco/Workspace
Quickly open any local repository in VS Code, just type its folder name.
Tip
You should have the VS code
CLI command installed for this. To do so:
Quickly commit and push all files in a repository with commit message "Update repo
@ date - time
"