Результаты поиска
Скрипт:
#!/bin/bashДля удобства создадим ссылку на скрипт
dialog=`zenity --entry --title="Поиск" --text="Что нужно найти?" --entry-text ""`
str_find=`find / -iname $dialog | zenity --list --title "Search Results" --text "Finding all header files.." --column "Files" --width 600`
cd_file=`echo "$str_find" | rev | cut -d / -f 2- | rev`;
pcmanfm "$cd_file"
cd /usr/binДля openbox'a можно добавить сочетания клавиш, для запуска скрипта
sudo ln -s ~/scripts/finds finds
<keybind key="A-C-F">
<action name="execute">
<execute>finds</execute>
</action>
</keybind>
Комментариев нет:
Отправить комментарий