💾 Archived View for hajime.4teri.de › dotfiles › file › scripts › unicode.sh.gmi captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
unicode.sh - dotfiles - Collection of my dotfiles
---
unicode.sh (218B)
---
1 #! /bin/sh
2
3 # chosen="$(cut -d ';' -f1 /home/zocki/.config/codemap | rofi -dmenu | sed "s/ .*//")"
4 chosen="$(cut -d ';' -f1 /home/zocki/.config/codemap | rofi -dmenu)"
5
6 [ -z "$chosen" ] && exit
7
8 xdotool type "$chosen"
generated w/ stagit-gemini