all repos

dotfiles @ e31ef87dff9a2a182d26d91f0cfa08abb236330a

my dotfiles
2 files changed, 9 insertions(+), 0 deletions(-)
bin: add some scripts
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-30 14:42:32 +0200
Parent: c5d04bb
A bin/ipinfo

@@ -0,0 +1,3 @@

+#!/usr/bin/env bash + +curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."
A bin/issue

@@ -0,0 +1,6 @@

+#!/usr/bin/env bash +if [ -n "$1" ]; then + exec gh issue edit "$@" +fi + +exec gh issue create