parent
ee2445d1c5
commit
57a5439bd7
@ -1,4 +1,4 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
# TODO: needs fixing...? |
||||
cd "$(dirname "$(fzf)")" || exit 1 |
||||
cd "$(dirname "$(sk)")" || exit 1 |
||||
|
@ -1,5 +1,5 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
r="$(< "$HOME/.emoji.txt" fzf --height 40%)" |
||||
r="$(< "$HOME/.emoji.txt" sk --height 40%)" |
||||
echo "$r" | awk '$0=$1' | tr -d '\n' | clip |
||||
echo "Copied $r emoji to your clipboard" |
@ -1,3 +1,3 @@ |
||||
#!/usr/bin/env fish |
||||
|
||||
fish -c (history | head -n 1 | grep -v history) | fzf |
||||
fish -c (history | head -n 1 | grep -v history) | sk |
||||
|
@ -1,2 +0,0 @@ |
||||
#!/usr/bin/env sh |
||||
env FZFP_HEIGHT="100%" floating-term fish -c "fzfp | head -n 1 | clip &" |
@ -1,3 +1,3 @@ |
||||
#!/usr/bin/env sh |
||||
d="$(command ls $ENV_PATH | fzf)" && \ |
||||
d="$(command ls "$ENV_PATH" | sk)" && \ |
||||
tmux-lyte-session "env-$d" "$ENV_PATH/$d" |
||||
|
Loading…
Reference in new issue