ripz
ripz copied to clipboard
Attempts to parse command substitutions
Given a command:
upower -i $(upower -e | rg BAT) | rg state | awk '{print $2}'
ripz tries to parse it and throws an error with the output:
regex parse error:
.*='{0,1}upower -i $(upower -e | rg BAT) | rg state | awk '{print $2}''{0,1}
^
error: decimal literal empty
discharging
@mustaqimM I think I do not have enough bandwidth to maintain this project - I can archive, and make a note allowing anyone who wants to take over, but it seems very hacky code...