string-regex-get-variable
Published at 2024-01-16
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
fish
string
git remote -v | string match -rq 'github\.com:(?<remote>[\S]+)\.git'
(?
Published at 2024-01-16
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
fish
string
git remote -v | string match -rq 'github\.com:(?<remote>[\S]+)\.git'
(?