history for any menu (like dmenu, fzf, ...)

dm9pZCAq fe45ef347f add LICENSE 3 months ago
src 513fb32a4b src/bin: path-cache: make cache file path configurable 3 months ago
.gitignore 119ffc3914 add .gitignore 3 months ago
LICENSE fe45ef347f add LICENSE 3 months ago
README.md 513fb32a4b src/bin: path-cache: make cache file path configurable 3 months ago
build.zig 12905f4222 add src/ and build.zig 3 months ago
build.zig.zon 12905f4222 add src/ and build.zig 3 months ago

README.md

menu-history

history for any menu (like dmenu, fzf, ...)

how to build

requires: zig-0.11.0

zig build -Doptimize=ReleaseFast
# see also: https://ziglang.org/documentation/0.11.0/#Build-Mode

# this will build menu-history and path-cache
ls ls zig-out/bin/

menu-history

# menu-history -h
menu-history [-Vh] [-H <path>] [-m <menu>] <arg>...
    -V, --version
            print version

    -h, --help
            show this help

    -H, --history <path>
            set path for history file (default: '${XDG_CACHE_HOME}/${menu}-history')

    -m, --menu <menu>
            set menu program (default: 'dmenu')

    <arg>...
            menu args

path-cache

path-cache is helper program to get all runnable executables and cache them

default cache file path: ${XDG_CACHE_HOME}/path-cache, can be changed with PATH_CACHE_FILE environment variable

example usage as dmenu_run:

~/.config/sxhkd/sxhkdrc:

# program launcher
@Menu
	$(path-cache | menu-history)