1
0
Fork 0
This commit is contained in:
Luca Bilke 2023-06-28 18:48:05 +02:00
parent 077d78553c
commit 3b8f53eef1
4 changed files with 7 additions and 5 deletions

View File

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

View File

@ -64,11 +64,11 @@ cmd trash ${{
cmd rsyncto ${{ cmd rsyncto ${{
clear; tput cup $(($(tput lines)/3)); tput bold clear; tput cup $(($(tput lines)/3)); tput bold
set -f set -f
clear; echo "rsync to where?" clear; echo -n "rsync -azvhP <selected files> "
read dest read dest
clear clear
for x in $fx; do for x in $fx; do
eval rsync -aAXHv \"$x\" \"$dest\" eval rsync -azvhP \"$x\" \"$dest\"
done && done &&
notify-send "File(s) rsynced." "File(s) copies to $dest." 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>d fzfshortcutdirs
map <c-c>g fzfgrep 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 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 D delete
map <c-d> delete map <c-d> trash
map T $trash-restore $PWD map T $trash-restore $PWD
map <c-e> extract map <c-e> extract
map R rsyncto map R rsyncto

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

View File

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