dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 0e9f564fa789a9fb9dcf215db30ea90cf3f8cb0c
parent 85361bef2ba9857b6597ecccef6d5491c17cbefe
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  8 Jan 2021 20:14:03 +0100

add memeselect script

Diffstat:
A.local/bin/memeselect | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.local/bin/memeselect b/.local/bin/memeselect @@ -0,0 +1,5 @@ +#!/bin/sh +hashtags="$HOME/code/annna/modules/hashtags/hashtags.txt" +m="$(dmenu -l 10 < "$hashtags")" +printf '%s' "${m% *}" | xclip -i +plumb "${m#* }"