1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-06-28 18:48:05 +02:00
parent 5e65c368e0
commit 5a645c8b91
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
4 changed files with 7 additions and 5 deletions

View File

@ -18,3 +18,4 @@ start dunst
start dwmblocks
start remapd
start syncthing --no-browser
start lf -server

View File

@ -64,11 +64,11 @@ cmd trash ${{
cmd rsyncto ${{
clear; tput cup $(($(tput lines)/3)); tput bold
set -f
clear; echo "rsync to where?"
clear; echo -n "rsync -azvhP <selected files> "
read dest
clear
for x in $fx; do
eval rsync -aAXHv \"$x\" \"$dest\"
eval rsync -azvhP \"$x\" \"$dest\"
done &&
notify-send "File(s) rsynced." "File(s) copies to $dest."
}}
@ -185,8 +185,8 @@ map <c-c>f fzfshortcutfiles
map <c-c>d fzfshortcutdirs
map <c-c>g fzfgrep
map J $dir=$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf) && lf -remote "send $id cd $(eval echo $dir)"
map D trash
map <c-d> delete
map D delete
map <c-d> trash
map T $trash-restore $PWD
map <c-e> extract
map R rsyncto

@ -1 +1 @@
Subproject commit eabf4d81bdbb48773468a3c07dc2f4c462556d53
Subproject commit 26e5eef6abf0171c1b6ee1abff83217c28c51073

View File

@ -2,6 +2,7 @@
- [ ] Create a better bitwarden integration
- [ ] Create SSH autocompletions
- [ ] add a messaging function to dotsync to warn for breaking changes
- [ ] look into a session manager
# FIX
- [ ] sb-playerctl trailing dash when no artist