git subtree push --prefix release origin gh-pagesgit subtree split --prefix release -b gh-pages
git push -f origin gh-pages:gh-pages| @echo off | |
| setlocal | |
| for /f "tokens=2 delims=:" %%a in ('systeminfo ^| find "Available Physical Memory"') do set "avail_mem=%%a" | |
| if %errorlevel% neq 0 ( | |
| echo Error: Failed to get available physical memory | |
| ) else ( | |
| echo Available memory: %avail_mem% | |
| ) |
| #!/usr/bin/osascript | |
| # Dependency: requires iTerm (https://iterm2.com) | |
| # Install via Homebrew: `brew install --cask iterm2` | |
| # Required parameters: | |
| # @raycast.schemaVersion 1 | |
| # @raycast.title Open Vim | |
| # @raycast.mode compact |
copy- copy to clipboard
createElement - create the HTML element specified by tagName
formatPhoneNumber - formats a string into a human-readable phone number
getRandomBool - get a random boolean value
getRandomFloat - get a random floating point number between min and max
getRandomInt - get a random integer between min and max
isArray - checks if data is classified as an Array primitive
isNumber - checks if data is classified as a Number primitive
ls - list directory contents
mk - create a directory and move into it
rm - remove files or directories
s - open files or directories in sublime text 3
st - open Twitch streams in a video player(mpv default)
touch - create files
yt - download videos from YouTube.com
zip - create a password-protected ZIP file(7zip)