Skip to content

Instantly share code, notes, and snippets.

@rochmirabeau
rochmirabeau / youtubeclip.fish
Created January 2, 2025 06:05
clip from youtube
# start and end = time in "XX:XX" formant
function youtubeclip
set start $argv[1]
set end $argv[2]
set title $argv[3]
set url $argv[4]
yt-dlp -f "[protocol!*=dash]" \
--add-metadata \
--external-downloader ffmpeg \
@rochmirabeau
rochmirabeau / rosepine.js
Last active November 20, 2024 21:28
rose pine surfingkeys with fixed banner color
// name: Rosé Pine
// author: thuanowa
// license: unlicense
// upstream: https://github.com/rose-pine/surfingkeys/blob/main/dist/rose-pine.conf
// blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist
const {
aceVimMap,
mapkey,
vmapkey,
imapkey,
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<script src="https://wzrd.in/standalone/tape@latest"></script>
<script src="https://wzrd.in/standalone/tap-browser-color@latest"></script>
<script src="//fb.me/react-with-addons-0.14.3.js"></script>
<script src="//fb.me/react-dom-0.14.3.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>