rwxrob-dot/scripts/topics

7 lines
132 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/usr/bin/env bash
IFS=$'\n'
select topic in $(tail -n $(($(tput lines)-1)) "$HOME/.topics"); do
t "${topic%[*}"
exit
done