summaryrefslogtreecommitdiff
path: root/ar/.config/lf/lfrc
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 11:26:17 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-11 11:26:17 +0900
commit1988fb99ce600507a86d3cc1cf7427a74bf0ea56 (patch)
tree5b287d0bf689b368246d85490a8db6600d8e0927 /ar/.config/lf/lfrc
parent2e28ee3dd9fbfb9d9c415ebb954d5a4ce3ef63b0 (diff)
modified lf/lfrc
Diffstat (limited to 'ar/.config/lf/lfrc')
-rw-r--r--ar/.config/lf/lfrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc
index ead0c1d..c88b1f1 100644
--- a/ar/.config/lf/lfrc
+++ b/ar/.config/lf/lfrc
@@ -101,23 +101,12 @@ cmd yank-basename $basename -a -- $fx | head -c-1 | xclip -i -selection clipboar
cmd yank-basename-without-extension &basename -a -- $fx | cut -d. -f1 | head -c-1 | xclip -i -selection clipboard
# Create
-#cmd mkdir ${{ clear; tput cup $(($(tput lines)/3)); tput bold
-# printf "Directory Name: "
-# read ans
-# mkdir -p $ans
-#}}
cmd mkdir %{{
IFS=" "
file="$*"
mkdir -p -- "$file"
lf -remote "send $id cd \"$(printf '%s' "$file" | sed 's/\\/\\\\/g;s/"/\\"/g')\""
}}
-#cmd touch ${{
-# clear; tput cup $(($(tput lines)/3)); tput bold
-# printf "File Name: "
-# read ans
-# $EDITOR $ans
-#}}
cmd touch %{{
IFS=" "
file="$*"