st/st/st-pager

5 lines
131 B
Text
Raw Normal View History

2021-08-12 15:44:21 +02:00
#!/bin/sh
tmpfile="$(mktemp /tmp/st-XXXXXX)"
cat >"$tmpfile"
exec st -e sh -c "nvim -c 'normal G' -R '$tmpfile'; rm -f '$tmpfile'"