Compare commits
No commits in common. "18090c67d46e498e75d3948f4fb2459b136986e3" and "06f70c14ccbd05eeb9eeb5cfc80a1a05f2f955be" have entirely different histories.
18090c67d4
...
06f70c14cc
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# launcher
|
||||
#
|
||||
# TODO: toujours mettre des \n entre les résultats !
|
||||
|
||||
res=()
|
||||
|
||||
# Find all programs in $PATH.
|
||||
res+=$(echo -n "$PATH" | xargs -d: -I{} -r -- find -L {} -maxdepth 1 -mindepth 1 -type f -executable -printf '%P\n' 2>/dev/null)
|
||||
res+=$(echo -e "\ncoucou")
|
||||
|
||||
for resultat in "${res[@]}"; do
|
||||
echo "$resultat"
|
||||
done | fzf|sh
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663
|
||||
export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass
|
||||
QT_QPA_PLATFORM=xcb /usr/bin/qtpass
|
||||
|
Loading…
Reference in New Issue
Block a user