s/dynamic menu/fancy dynamic menu/g

This commit is contained in:
speedie 2023-04-02 01:49:58 +02:00
parent c7bd2aeb19
commit 2a9eebe93f
7 changed files with 15 additions and 18 deletions

View file

@ -91,7 +91,7 @@ help:
@echo help: Displays this help sheet.
man:
printf "%% spmenu(1) $(VERSION) | dynamic menu\n" > .man.md
printf "%% spmenu(1) $(VERSION) | fancy dynamic menu\n" > .man.md
grep -v docs/preview.png docs/docs.md >> .man.md
pandoc --standalone --to man .man.md -o spmenu.1
rm -f .man.md

View file

@ -1,11 +1,6 @@
spmenu
======
![image](/docs/preview.png)
What is spmenu?
===============
spmenu is a program for X11 that reads standard input and allows the user to
select items separated by a newline. It is a fork of suckless's dmenu which is
a good more minimal alternative to spmenu.
@ -13,7 +8,8 @@ a good more minimal alternative to spmenu.
Unlike dmenu and the many builds out there, spmenu has features like color
support, Vim-like modes, image support, proper keybind configuration, and more.
Most of these features can be disabled during compile time by editing `toggle.mk`.
It should be noted that most of these features may be disabled by the user, either
during compile time or through configuration.
Usage
=====
@ -657,7 +653,7 @@ run `printf 'spmenu:version' | spmenu`. There are a few of these.
: Print the spmenu license
`spmenu:about`
: Print various information about spmenu, such as compiler arguments.
: Print various information about spmenu, such as compiler arguments and packaging.
`spmenu:test`
: Print a test script for spmenu which tests various features. Report any
@ -673,4 +669,5 @@ Reporting issues
================
Please report issues on the
[Codeberg repository](https://codeberg.org/speedie/speediegq) or alternatively email me.
[Codeberg repository](https://codeberg.org/speedie/speediegq) or alternatively
email me.

View file

@ -1,4 +1,4 @@
# spmenu - dynamic menu
# spmenu - fancy dynamic menu
# See LICENSE file for copyright details.
# compiler

View file

@ -358,7 +358,7 @@ void
usage(void)
{
// print help
fputs("spmenu: dynamic menu\n\n"
fputs("spmenu: fancy dynamic menu\n\n"
"- Arguments -\n"
"spmenu -l, --lines <line> Set line count to stdin\n"
"spmenu -mh, --lineheight <height> Set spmenu line height to <height>\n"

View file

@ -14,10 +14,9 @@
. ftr VB CB
. ftr VBI CBI
.\}
.TH "spmenu" "1" "" "0.3.3" "dynamic menu"
.TH "spmenu" "1" "" "0.3.3" "fancy dynamic menu"
.hy
.SH spmenu
.SH What is spmenu?
.PP
spmenu is a program for X11 that reads standard input and allows the
user to select items separated by a newline.
@ -28,8 +27,8 @@ Unlike dmenu and the many builds out there, spmenu has features like
color support, Vim-like modes, image support, proper keybind
configuration, and more.
.PP
Most of these features can be disabled during compile time by editing
\f[V]toggle.mk\f[R].
It should be noted that most of these features may be disabled by the
user, either during compile time or through configuration.
.SH Usage
.PP
On runtime, spmenu reads from standard input (stdin).
@ -697,7 +696,8 @@ Print the spmenu version
Print the spmenu license
.TP
\f[V]spmenu:about\f[R]
Print various information about spmenu, such as compiler arguments.
Print various information about spmenu, such as compiler arguments and
packaging.
.TP
\f[V]spmenu:test\f[R]
Print a test script for spmenu which tests various features.

View file

@ -1,4 +1,4 @@
/* spmenu - speedie's dmenu fork
/* spmenu - fancy dynamic menu
*
* If you're looking for functions used to draw text, see 'libs/draw.c'
* If you're looking for wrapper functions used inside the draw functions, see 'libs/sl/draw.c'

View file

@ -1,4 +1,4 @@
# spmenu - dynamic menu
# spmenu - fancy dynamic menu
# See LICENSE file for copyright details.
# Multi-monitor support.