LINUX.ORG.RU

Разыскивается файловый менеджер с заметками

 


0

1

Нужен файловый менеджер с возможностью добавлять к каталогам или файлам заметки, как это было возможно в Наутилусе (GNOME-2) или нынче в Caja (Mate)

Еще желательно, чтобы он умел хранить историю переходов по каталогам.

Есть такой ? Желательно DE-независимый. Или может возможно такие фичи прикрутить к какому-нибудь ?

Ответ на: комментарий от targitaj

Работать-то он, конечно, работает. Только не все его показывают...

hobbit ★★★★★
()

Добавляй заметки в xattr.

Deleted
()

Писать ручкой в блокноте советовали ужо?

Zhbert ★★★★★
()

Есть ли у кого под рукой Thunar ? Может кто-нибудь проверить это предложение https://ubuntuforums.org/archive/index.php/t-1999057.html ?

The very last suggestion - the one that got no votes at all - is the one I focused on since it seemed the most direct way and had all the gvfs elements that LewisTM talked about in earlier posts. It's for a nautilus-script but I use Xubuntu so instead I created a Thunar «User Custom Action» using it:

Name: Notes Command:

/home/morbius/MyScripts/notes-uca %fAppearance Conditions: Marked everything

In /home/morbius/MyScripts/notes-uca I placed the suggested script:

#!/bin/bash
for arg do
if i=`gvfs-info "$arg" | grep -A 1000000 metadata::annotation: | sed s/\metadata::annotation:\// | grep -v metadata:: | zenity --text-info --editable --ok-label="ok" --cancel-label="cancel" --checkbox="change"`; then `gvfs-set-attribute -t string "$arg" metadata::annotation "$i"`; else exit
fi
done

And made it executable:

chmod +x /home/morbius/MyScripts/notes-uca

Since it works as a Thunar custom action I suspect it will work as a nautilus-script assuming gnome still allows a nautilus-script.

igor_ubuntu
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.