Skip to content

Instantly share code, notes, and snippets.

View scifisatan's full-sized avatar
🗯️
Koder desu

Abi Shrestha scifisatan

🗯️
Koder desu
View GitHub Profile
@scifisatan
scifisatan / fzf-logcat.go
Last active June 3, 2025 17:32
This is the implementation i got using AI, definitely need some time to process and learn how each component actually works even though I got the overall gist of it.
package main
import (
"bufio"
"fmt"
"os"
"os/exec"
"os/signal"
"strings"
"sync"