all repos

dotfiles @ e31ef87dff9a2a182d26d91f0cfa08abb236330a

i use rach linux btw
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
···
        
        1
        +#!/usr/bin/env bash

      
        
        2
        +

      
        
        3
        +curl -s ipinfo.io | jq "del(.readme) | del(.loc) | ."

      
A bin/issue
···
        
        1
        +#!/usr/bin/env bash

      
        
        2
        +if [ -n "$1" ]; then

      
        
        3
        +    exec gh issue edit "$@"

      
        
        4
        +fi

      
        
        5
        +

      
        
        6
        +exec gh issue create