首页 > 解决方案 > 有没有办法给Baloo文件系统添加一个新属性来管理文件?

问题描述

在那里我正在尝试组织我的文件标记它们,以便我可以更容易地找到它们。因为我必须阅读很多科学论文,并且它们有一些非常具体的信息,例如在BibTeX fileslike authorsDoiexample 中找到的那些。我想知道是否可以使用 Baloo 添加此类信息。喜欢:


#seting the title  This feature is not working 
setfattr -n user.baloo.title -v  "title" Text\ File.txt


# Setting Stars it goes from "0" to "10"  
setfattr -n user.baloo.rating -v  "5" Text\ File.txt




# To set the tags of a file
setfattr -n user.xdg.tags -v "tag1,tag2,tag3"  filename.ext



setfattr -n  user.xdg.comment -v "tag1,tag2,tag3"  filename.txt

是否可以添加此类信息?例如:setfattr -n user.xdg.comment.doi也许类似的东西?谢谢你们

标签: bashfilesystemsmanjaro

解决方案


推荐阅读