Update 2024-10-04 13:30 OpenBSD/amd64-t14
This commit is contained in:
@@ -5,15 +5,14 @@
|
||||
|
||||
clear
|
||||
|
||||
. ~/.ksh/porttools.ksh
|
||||
|
||||
printf '\n---------------------------------------------------------------------\n'
|
||||
grep -E 'Subject: |^Index|^RCS|^diff --git|^file +|^[-+]{3} ' "${1}"
|
||||
printf '---------------------------------------------------------------------\n\n'
|
||||
|
||||
printf "Apply patch on path? "
|
||||
read -r _path
|
||||
_path=$(port-jump $_path; pwd)
|
||||
_path="$(port-jump $_path | fzf)"
|
||||
cd $_path
|
||||
|
||||
print "Using: $_path"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user