slbtty
(shenlebantongying)
2021年04月10日 17:57
1
2赞
Aui
(暮光的白杨)
2021年04月10日 18:14
2
感觉这和使用习惯有很大的关系。
以前用的最多的是 Windows 10,迁移到 Linux 后一直对 GNOME 环境水土不服(当初没有使用 Fedora 有一部分原因于此)。
我也不喜欢用树状文件视图浏览浏览文件(频繁接触树状文件系统也是最近几个月的事情)。
1赞
slbtty
(shenlebantongying)
2021年04月10日 18:16
3
和苹果差不多体验来自 ElementaryOS 的 pantheon-files (openSUSE 上的版本已经年久失修了)
1赞
slbtty
(shenlebantongying)
2021年04月10日 18:31
4
@Aui 不太一样,树状只是展开所有目录。
Mac 里面的这种 Column view 不仅可以看到当前的目录,当前目录在文件树中的位置,而且还一看到每一级别 “相邻” 的文件。
普通的展开会导致文件夹多的时候,文件列表巨长,全靠滚动条上下拉,而且前后跳的时候的就很烦人。
所以我觉得 Mac Finder 这种横向展开应该是地球上 最优雅 的设计,Windows 的 Explore 还没有这个功能,哈哈哈哈
树状目录行不通的样子:
3赞
slbtty
(shenlebantongying)
2021年04月10日 18:47
5
Fun fact: 这个功能不出意外就是来自乔布斯的 NeXTSTEP。至少在 1988 年就是那个样子了。然后 2012/2017 年,他们说太复杂了,哈哈哈哈哈哈
http://toastytech.com/guis/ns08.html
3赞
Aui
(暮光的白杨)
2021年04月11日 03:32
6
说起这个,我记得 GNOME 好像有一个自动切换日夜间皮肤的功能。
eTee
(Tee)
2021年04月11日 03:35
7
GUI 里是不是也只有 pantheon-files 是这个设计了
slbtty
(shenlebantongying)
2021年04月11日 04:24
9
是。
这个功能还有个名字 Miller_columns 。以前的 dolphin 和 Xfce 的 thundar 的这个功能被砍掉了。。。
有一个差不多的命令行工具,也是这样的设计,还带预览功能,目前感觉良好。
GitHub - ranger/ranger: A VIM-inspired filemanager for the console
1赞
这个东西实现上不难(除非像 KDE 那样自己把自己手脚绑住了),但跟树形结构比它要的是宽度,当年的分辨率水平下定宽的表现并不好,尤其碰上中文这种 full width 的,最终见到的是文件名各种截断…不过倒是很适合现在的带鱼屏。但是现在又流行 PC 和手机一套代码,于是遇到的还是定宽问题流行不起来。我觉得这种布局要像手风琴那样,只展示最近的两个目录树,其他全自动折叠成一个箭头或者一条线才能流行起来。但那样感觉很吃动画。
3赞
slbtty
(shenlebantongying)
2022年01月4日 01:36
11
自从某个版本 dolphin 按组排列可以竖向显示,视觉上做成这样感觉就没有问题,
树状显示的时候也会有子文件夹的信息。
我觉得这个问题现在应该有可行的解。
而且 dolphin 相关部分的代码在以前 dolphin 主要作者 ppenz 走了以后就只有维护性的修改。说不定并没有人严肃地尝试过。
这个 bug 在 bugs.kde.org 上已经有三十多个重复了。
另外有几个 qt 的玩具性质的文件管理器有这个功能
https://github.com/mildred/qfm
https://github.com/probonopd/dfilemanager
https://github.com/Lightjohn/QtFileExplorer
然后 lxqt 的 pcmanfm-qt 有计划但是一直没有实现
https://github.com/lxqt/pcmanfm-qt/issues/465
slbtty
(shenlebantongying)
2022年01月4日 04:49
12
SUSE 的 Fabian Vogt 给 kio 的 kdialog 提交过用 QColumnView 的实现,但是并没有合并
https://phabricator.kde.org/D7929
slbtty
(shenlebantongying)
2022年01月4日 05:43
13
这个 commit 是删掉了 dolphincolumnview
committed 06:13PM - 30 Jul 11 UTC
Dolphin 2.0 will get a new view-engine with the
following improvements:
- Better performance
- Animated transitions
- No clipped filenames due to dynamic item-sizes
-...
columnview 代码存在的最后时刻:
/***************************************************************************
* Copyright (C) 2007-2009 by Peter Penz <peter.penz19@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with this program; if not, write to the *
* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
#include "dolphincolumnview.h"
This file has been truncated. show original
ares
(ares)
2022年01月9日 01:05
14
赞,竟然还能读 pdf,还有 differ 功能
–安装–
pip install ranger-fm