From 63e5be288418b9addda5681ed12be6c6ee9cc8a7 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 7 May 2023 01:41:30 +0200 Subject: [PATCH] add the ability to read from file, been wanting this for a very long time --- README.html | 2 +- README.md | 2 +- docs/docs.md | 6 +++- docs/spmenu.conf | 1 + libs/argv.c | 5 +++- libs/conf/config.c | 3 ++ libs/event.c | 10 +++++++ libs/stream.c | 74 +++++++++++++++++++++++++++++++++++++++++++++- libs/stream.h | 1 + options.h | 1 + spmenu.1 | 5 +++- spmenu.c | 24 +++++++++++---- spmenu.html | 6 +++- 13 files changed, 128 insertions(+), 12 deletions(-) diff --git a/README.html b/README.html index fe049d0..65b7215 100644 --- a/README.html +++ b/README.html @@ -188,6 +188,7 @@ href="https://git.speedie.site/speedwm">speedwm.

  • Vim-like modes, including indicator.
  • The ability to move around items with keybinds.
  • Customizable/dynamic line/column size.
  • +
  • Ability to update entries dynamically by reading from file
  • IME support
  • Matching: Add support for contextual completions similar to xprompt
  • -
  • Matching: FIFO, used to dynamically refresh entries.
  • Matching: Regex matching