Skip to content

Instantly share code, notes, and snippets.

View xyproto's full-sized avatar
🥸
Perpetually focused

Alexander F. Rødseth xyproto

🥸
Perpetually focused
View GitHub Profile
@xyproto
xyproto / upsie.go
Created October 8, 2025 12:53
Show uptime + selected uname info in a nice and brief way, with colors, for Linux
package main
import (
"bytes"
"flag"
"fmt"
"io"
"os"
"strconv"
"strings"
@xyproto
xyproto / s.go
Created October 8, 2025 13:19
systemd service starter/stopper with a TUI, for Linux
package main
import (
"bufio"
"fmt"
"os"
"os/exec"
"strings"
tea "github.com/charmbracelet/bubbletea"
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Background Mountains</title>
<style>
body {
background-color: #F7FFFF;
margin: 0;