Skip to content

Instantly share code, notes, and snippets.

View ruisilva450's full-sized avatar
🏠
Working from home

Rui ruisilva450

🏠
Working from home
View GitHub Profile
@ruisilva450
ruisilva450 / github-shortcuts.js
Last active July 28, 2025 11:55
Arc Boost Github Shortcuts
// This is a script that will load shortcuts into the top right corner of the screen
// To use it you need to add this code on the js panel of the Arc Boost
const loadShortcuts = () => {
// Edit this to include your own shortcuts replacing {org} and {repo}
const shortcuts = ["https://github.com/{org}/{repo}"];
const divContents = (shortcuts) => `
<div
tabindex="0"
aria-label="Shortcuts"
const exec = require('child_process').exec;
const fs = require('fs');
const path = require('path');
var pathPrefix = process.argv.slice(2)[0];
// find the styles css file
const files = getAllFiles(`./${pathPrefix}/`, '.css');
let data = [];
@ruisilva450
ruisilva450 / cloudSettings
Last active December 16, 2020 17:20
Vscode settings
{"lastUpload":"2020-12-16T17:22:08.188Z","extensionVersion":"v3.4.3"}