Skip to content

Instantly share code, notes, and snippets.

View georgenaranjo96's full-sized avatar
🕶️

George Naranjo georgenaranjo96

🕶️
View GitHub Profile
var menuOpts = {
a:{
"Reboot Userspace":()=>{
shellrun("launchctl reboot userspace")
},
Respring:()=>{
device.respring()
},
"Safe Mode":()=>{
shellrun("killall -SEGV SpringBoard")
<html style="text-align: center;">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>crouton awesomewm</title>
<meta property content />
</head>
<body style="background: url('awesomewm.png') center / cover no-repeat, var(--gray);">
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-purple; icon-glyph: desktop;
var configuration = args.shortcutParameter
await runloop(makeEvents, await main(configuration))
async function main(configuration) {
let webView = new WebView()
reload(webView)
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: blue; icon-glyph: download; share-sheet-inputs: plain-text, url;
/* -----------------------------------------------
Script : Import-Script.js
Author : me@supermamon.com
Version : 1.5.2
Description :
A script to download and import files into the
@georgenaranjo96
georgenaranjo96 / Create Gist.js
Last active June 18, 2021 05:40
scriptable-gist
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: brown; icon-glyph: file-code;
// To use this script, you need to configure an OAuth App on GitHub.
// Follow the instructions on the link below to create your OAuth App.
//
// When you are asked to put in a redirect URL, you should put the URL for running this script in Scriptable. Assuming the name of this script is "Create Gist", the URL is scriptable:///run?scriptName=Create%20Gist
//
// https://developer.github.com/apps/building-oauth-apps/creating-an-oauth-app/
//
@georgenaranjo96
georgenaranjo96 / data:uri
Last active October 17, 2020 06:40
02. Deconstructed Pancake
data:text/html,
<div class="parent" style=" display: flex; flex-wrap: wrap;">
<div class="child" style="flex: 1 1; height: 100vh; ">
<textarea style="
width: 90%;
height: 75%;
font-size: 2rem;
align-text: center;
border: 4px;
border-radius: 20px;
@georgenaranjo96
georgenaranjo96 / elementaryos.md
Created October 16, 2020 06:18 — forked from Surendrajat/elementaryos.md
elementaryOS | Things I Do After Installing elementary OS Hera

First Things First

  • Enable PPA

     sudo apt update
     sudo apt install software-properties-common apt-transport-https curl
  • Install apt-fast [Yes! it's really fast]

<table class="data-table__table" data-category-name="developer-tools">
<tbody>
<tr class="data-table__row">
<td class="data-table__cell data-table__cell--domain"><a class="link " href="https://pen.new" target="_blank" rel="noreferrer noopener" data-bcup-haslogintext="no">
<div tabindex="-1" class="button-content"> pen.new </div>
</a></td>
<td class="data-table__cell data-table__cell--company"> CodePen </td>
<td class="data-table__cell data-table__cell--description"> Prototype your frontend code in CodePen's online development sandbox. </td>
</tr>
<tr class="data-table__row">