From b2e86523e97b343639a74ce64063bf566c939ddd Mon Sep 17 00:00:00 2001 From: Nakidai Date: Wed, 11 Jun 2025 18:47:21 +0300 Subject: Add code --- fp.1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 fp.1 (limited to 'fp.1') 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. -- cgit 1.4.1