diff options
Diffstat (limited to 'fp.1')
| -rw-r--r-- | fp.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/fp.1 b/fp.1 new file mode 100644 index 0000000..9e1a228 --- /dev/null +++ b/fp.1 @@ -0,0 +1,26 @@ +.Dd June 11, 2025 +.Dt FP 1 +.Os +. +.Sh NAME +.Nm fp +.Nd interactive file picker +. +.Sh SYNOPSIS +.Nm +.Ar path +. +.Sh DESCRIPTION +.Nm +searches for files from +.Ar path . +User can type something +and this will be visible on the screen. +.Nm +prints all the interactive stuff +into stderr +and the result +into stdout, +so this means +you can easily pipe this program +into another one. |