我是想要后面的文件能注释
1
d0m2o08 2020-09-27 14:15:35 +08:00
曲线救国?
[root@master1 tmp]# mkdir test [root@master1 tmp]# cd $_ [root@master1 test]# mkdir {f1,f2,f3} [root@master1 test]# echo 111 > f1/111.tag [root@master1 test]# echo 222 > f2/222.tag [root@master1 test]# echo 333 > f3/333.tag [root@master1 test]# ll f*/*.tag -rw-r--r-- 1 root root 4 Sep 27 14:14 f1/111.tag -rw-r--r-- 1 root root 4 Sep 27 14:14 f2/222.tag -rw-r--r-- 1 root root 4 Sep 27 14:14 f3/333.tag [root@master1 test]# |
2
maichael 2020-09-27 14:16:19 +08:00
没有
你干嘛不在文件夹名字上体现 |
3
reus 2020-09-27 14:22:52 +08:00
没有这个功能
|
4
Shoestrong OP @maichael 太难看了
|
5
ruike007 2020-09-27 14:25:47 +08:00
没有,下一个
|
6
TimePPT 2020-09-27 14:26:00 +08:00 1
最省事的,装个 broot,直接显示目录下树状结构,快速判断。
https://github.com/Canop/broot |
7
Shoestrong OP @d0m2o08 这种思路是我最初想使用的,非常棒
|
9
iminto 2020-09-27 14:53:18 +08:00
@d0m2o08 更进一步
[root@xi tmp]# mkdir {f1,f2,f3} [root@xi tmp]# setfattr -n user.ns -v soft f1 [root@xi tmp]# setfattr -n user.ns -v music f2 [root@xi tmp]# getfattr -n user.ns {f1,f2,f3} # file: f1 user.ns="soft" # file: f2 user.ns="music" f3: user.ns: No such attribute |
10
Shoestrong OP |
11
TimePPT 2020-09-27 16:50:44 +08:00
@Shoestrong 貌似 Mac 的文件 /文件夹注释不是写到文件,记得是生成 .DS_Store 文件,在文件里写入并映射绑定的
|
13
TimePPT 2020-09-27 17:02:49 +08:00
@TimePPT 查了下,看到这篇文,介绍说现在的 macOS 应该是用文件扩展属性单存了注释内容 https://juejin.im/post/6844903869667868686
|
14
helloworld000 2020-09-27 23:05:29 +08:00 via iPhone
文件夹里写个 read.me?
|
16
shellus 2020-09-28 10:46:26 +08:00
|
17
eromangame 2020-10-02 18:17:01 +08:00
kde 的 dolphin 支持这个功能,还能给文件(夹)评分,打标签
通过添加文件扩展属性 |