dotfiles

configurations and scripts
git clone https://riazj.com/git/dotfiles
Log | Files | Refs | README | LICENSE

commit 8de86eab004555058e86c191ca71a2de125907dc
parent 30d3e5da8fe4216ac8e096a1c230df2b4c42f56f
Author: Riaz <riaz@riazj.com>
Date:   Sat,  4 Oct 2025 22:58:00 -0700

Add README for points of interest

Diffstat:
AREADME | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,19 @@ +Notable Scripts +--------------- + +pw - password manager (see pwm) +new-article - automates tasks for publishing an article +clip - clipboard manager used in combination with sxhkd (see alt + x in .config/sxhkd/sxhkdrc) +tldr - tldr client +When searching for a subcommand (e.g., git log), use a hyphen, preventing "log" from being used as the platform. + + +Notable Configurations +---------------------- + +sxhkd command to open files: + +alt + l + file="$(find -L "${SEARCH_DIRS[@]}" -type f -not -path '*/.git/*' | dmenu -i -l 10)" && soap "$file" + +With symlinks, this can be a replacement for wikiman.