summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-05 09:24:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-05 22:33:12 -0700
commit0d76f161631860a467d9178d243b31712c126ad5 (patch)
tree6d1967dd349eaf4706df7dd947121b3a8188bdba /README
parent4a334abdc98e27057f88ab4136e22fdfaf08bc06 (diff)
downloaddotfiles-0d76f161631860a467d9178d243b31712c126ad5.tar.gz
merge scripts/README into README & add contrast with bin/
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 481ed850..779238ed 100644
--- a/README
+++ b/README
@@ -49,3 +49,16 @@ git; Perl 5/7; Git::Wrapper
2. Run bootstrap script:
% ~/src/dotfiles/bin/bstraph
+
+================================
+ Subdirectories
+================================
+
+bin/: Scripts and programs relatively early in PATH.
+
+scripts/: Helper scripts and programs that I don't want on PATH.
+
+ Shell pipelines, scripts for `git bisect', and Perl one-liners
+ turned into files commencing `#!/usr/bin/perl -wnl', are the sort
+ of thing we have in here. The scripts are loosely categorised,
+ e.g. dgit/ might contain tools useful when developing dgit.