about summary refs log blame commit diff stats
path: root/home-manager/config/lf/cmds/restore_trash
blob: 22c16888835b96cf3eed694d455ab154a30dceff (plain) (tree)
1
2
3
4
5
6
7
8




                             
                                                                                
            
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH

trash list | fzf --multi | awk '{print $NF}' | xargs trash restore --match=exact
# vim: ft=sh