We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e10a53 commit a63f64cCopy full SHA for a63f64c
1 file changed
README.md
@@ -0,0 +1,16 @@
1
+# `findup`
2
+
3
+```text
4
+Usage: findup FILE
5
6
+Finds a directory containing FILE. Starts at the current working directory, and
7
+searches "up" through each parent directory.
8
9
+When a directory is found, it is printed to stdout.
10
11
+If no directory containing FILE is found, nothing is printed, and the
12
+program exits with an exit code of 1.
13
14
+By: J.R. Hill <hiljusti@pm.me>
15
+```
16
0 commit comments