Pinned Loading
-
[cli] kill-port
[cli] kill-port 1function kill-port() {
2ss --numeric --tcp --listening --processes --resolve --no-header --no-queues --oneline \
3| grep "pid=" \
4| sd '^\w+ +(?P<HOST>[^:]+):(?P<PORT>\d+) [^"]+"(?P<NAME>[^"]+)",pid=(?P<PID>\d+).*\n?' '$NAME: $HOST:$PORT [$PID]\n' \
5| fzf --prompt="Select to kill: " \
-
[cli] rgo - rip grep open
[cli] rgo - rip grep open 1function rgo() {
2local input="rg --column --line-number --no-heading --color=always --smart-case --"
3: | fzf --ansi --disabled --query "${*:-}" \
4--bind "start:reload:$input {q}" \
5--bind "change:reload:sleep 0.1; $input {q} || true" \
-
-
[css] reset rules
[css] reset rules 1/*
2- Should be imported into a layer like: `@import "<file>" layer(reset);`
3- Not yet sure about the "outline things".
4*/
5:root {
-
flutter-appwrite-notes
flutter-appwrite-notes PublicInfinite Scrolling of notes, using Bloc for state management and Appwrite as Backend.
Dart 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.