summary refs log tree commit diff
path: root/fp.1
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-06-11 18:47:21 +0300
committerNakidai <nakidai@disroot.org>2025-06-11 18:47:21 +0300
commitb2e86523e97b343639a74ce64063bf566c939ddd (patch)
treee030ef3f3de8bf58d3d50689c9a2cef6eeaaf7f9 /fp.1
downloadfp-b2e86523e97b343639a74ce64063bf566c939ddd.tar.gz
fp-b2e86523e97b343639a74ce64063bf566c939ddd.zip
Add code
Diffstat (limited to 'fp.1')
-rw-r--r--fp.126
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.