shithub: rc

Download patch

ref: d15d7396ab5d78c794014a2273a877821b860644
parent: 03baa934bacdbf48e9e8e94711e6687e6bb1fb30
author: qwx <qwx@sciops.net>
date: Fri Jan 5 03:51:20 EST 2024

repou: print repo location for easy access

unconditional for now, but should be only when there are modifications

--- a/bin/repou
+++ b/bin/repou
@@ -5,7 +5,7 @@
 BEGIN{
 	FS="\t"
 }$1 !~ /^(#|$)/{
-	print $2
+	print $2 "\t# window -scroll -cd " $3 " \''mkall; rc\''"
 	basedir = $3
 	sub("/[^/]+$", "", basedir)
 	# yikes