diff options
| -rw-r--r-- | README | 10 | ||||
| -rw-r--r-- | fp.1 | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/README b/README index 81176a5..a2dd5f3 100644 --- a/README +++ b/README @@ -4,12 +4,12 @@ NAME fp - interactive file picker SYNOPSIS - fp path + fp path lines DESCRIPTION fp searches for files from path. User can type something and this will - be visible on the screen. fp prints all the interactive stuff into - stderr and the result into stdout, so this means you can easily pipe this - program into another one. + be visible on the screen as lines amount of results. fp prints all the + interactive stuff into stderr and the result into stdout, so this means + you can easily pipe this program into another one. -Linux 6.14.7-arch2-1 June 11, 2025 Linux 6.14.7-arch2-1 +Linux 6.14.7-arch2-1 June 12, 2025 Linux 6.14.7-arch2-1 diff --git a/fp.1 b/fp.1 index 9e1a228..ed5c52c 100644 --- a/fp.1 +++ b/fp.1 @@ -1,4 +1,4 @@ -.Dd June 11, 2025 +.Dd June 12, 2025 .Dt FP 1 .Os . @@ -9,13 +9,17 @@ .Sh SYNOPSIS .Nm .Ar path +.Ar lines . .Sh DESCRIPTION .Nm searches for files from .Ar path . User can type something -and this will be visible on the screen. +and this will be visible on the screen +as +.Ar lines +amount of results. .Nm prints all the interactive stuff into stderr |