dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

bmr (203B)


      1 #!/bin/sh
      2 
      3 # TODO: edit, delete, add
      4 foo="${HOME}/shit/bmr"
      5 while [ -d ${foo} ]; do
      6 	cd ${foo}
      7 	foo=$(ls | dmenu -l 30)
      8 done
      9 cat ${foo} | expand -t8 |  dmenu -l 30 | awk '{print $NF}' | xargs ${BROWSER}