Skip to content

Instantly share code, notes, and snippets.

@EXtremeExploit
EXtremeExploit / osuGuide.md
Last active August 23, 2025 01:58
Installation guide to installing osu! on Arch Linux

osu! Arch Linux guide install

Installing wine

  • Install wine from the official repositories, wine 7.12 is stable enough to run osu!
$ sudo pacman -S wine

Installing wine dependecies

@Raglik
Raglik / help.md
Last active September 26, 2021 03:45
osu!alternative help

!help
Most used or helpful commands:

!query
!beatmaps
!getscores  
!unique_ss  
!first_ss  
!neverbeenssed  
!neverbeenfced  
@SpaghettiBorgar
SpaghettiBorgar / mpv-clip.lua
Created April 5, 2020 18:42
mpv script to quickly create gifs, video clips, and sound clips
-- Create animated GIFs with mpv
-- Requires ffmpeg, gifski, exiftool, and vorbis-tools.
-- Based on github.com/Scheliux/mpv-gif-generator
-- Usage: "g" to set start frame, "G" to set end frame,
-- "Ctrl+g" to create gif
-- "Ctrl+v" to create video clip
-- "Ctrl+a" to create audio clip
-- Metadata about the filename and timestamps will be written in the comment tag
local msg = require 'mp.msg'