diff --git a/README.html b/README.html index f240573..1623788 100644 --- a/README.html +++ b/README.html @@ -177,7 +177,7 @@ input, parses it, and lets the user choose an option and sends the selected option to standard output.

In addition to this, it also serves as a run launcher through the included shell script spmenu_run, which handles both $PATH -listing and .desktop entries.

+listing, .desktop entries and file listing.

It is designed to integrate well with my dwm fork, speedwm.

@@ -276,10 +276,11 @@ lines.

Installation (GNU/Linux, *BSD)

-

emerge dev-vcs/git # Install dev-vcs/git using your favorite package manager

+

emerge dev-vcs/git, pacman -S git, +apt-get install git

git clone https://git.speedie.site/spmenu

cd spmenu/

-

./build.sh # Run as root.

+

./build.sh # Run as root. Install any missing dependencies.

Report any issues with the build.sh script. There’s also a Makefile which you can use but it may require editing host.mk and toggle.mk manually.

@@ -321,21 +322,33 @@ issues!

MD5() is deprecated as of OpenSSL 3.0, but this would also make it very easy to have LibreSSL compatibility.
  • Image support: Ability to display icons, similar to rofi
  • +
  • Text drawing: Use cairo for text drawing over Xft.
  • +
  • Lines: Rofi-like newlines in the same entry +
  • Matching: Add support for contextual completions similar to xprompt
  • -
  • Text drawing: Use cairo for text drawing over Xft.
  • Matching: FIFO, used to dynamically refresh entries.
  • +
  • Matching: Regex matching +
  • Unlikely, but maybe at some point in the distant future