怎么直接在终端中打开文件管理器
Tofloor
poster avatar
潜水7年
deepin
2018-05-28 02:09
Author
文件管理器中右键有在终端中进入当前目录,在终端中怎么打开文件管理器的图形界面?我百度了一个命令nautilus,但是没用,文件管理器有这个命令吗?
Reply Favorite View the author
All Replies
avatar
fungleo
deepin
2018-05-28 03:39
#1
我玩了这么久,第一次看到这个需求,请问,你是在什么情况下,需要进行这个操作呢?

ps: pwd 命令可以获得你的当前目录的路径,可以复制这个路径,然后打开文件管理器,粘贴进去,打开目标目录。。。但我实在不明白为什么有这个需求。。
Reply View the author
avatar
六七八九十
deepin
2018-05-28 03:43
#2
sudo dde-filemanage不知道是不是这个
Reply View the author
avatar
潜水7年
deepin
2018-05-28 06:34
#3
https://bbs.deepin.org/post/157124
我玩了这么久,第一次看到这个需求,请问,你是在什么情况下,需要进行这个操作呢?

ps: pwd 命令可以获得 ...

是在VSCode下学编程,生成了一个SVG文件,图形界面下双击可以用谷歌浏览器打开。然后我之前没想到可以直接用google-chrome命令打开这个文件.就想问下怎么在终端下用文件管理器打开当前目录,然后再用鼠标双击打开这个文件,现在不用了......直接google-chrome + 文件名可以打开了
Reply View the author
avatar
潜水7年
deepin
2018-05-28 06:36
#4
https://bbs.deepin.org/post/157124
sudo dde-filemanage不知道是不是这个

找不到这个命令~~看来不是
Reply View the author
avatar
潜水7年
deepin
2018-05-28 06:38
#5
https://bbs.deepin.org/post/157124
是在VSCode下学编程,生成了一个SVG文件,图形界面下双击可以用谷歌浏览器打开。然后我之前没想到可以直 ...

因为目录比较深,要从任务栏打开文件管理器再打开到当前目录的话要多点好多下~~
Reply View the author
avatar
hodge
deepin
2018-05-28 06:52
#6
dde-file-manager
Reply View the author
Comments
JAVAVWV1
2018-05-28 07:30
就是它了,不过貌似没有打开当前终端目录的功能啊~~
avatar
pdyang
deepin
2018-05-28 07:20
#7
我以前见有人提过, 好像已经实现了, 只不过没推送.
Reply View the author
avatar
hodge
deepin
2018-05-28 20:35
#8

不知用pwd和管道可不可以
Reply View the author
avatar
辉夜
deepin
2018-06-02 04:28
#9
文件快捷方式,右键属性,修改名字那里,那个名字就可以在终端输入启动
Reply View the author
avatar
73******01@qq.com
deepin
2018-06-02 04:46
#10

dde-file-manager .
Reply View the author
avatar
观摩
deepin
2018-06-02 04:52
#11
  1. dde-file-manager `pwd`
Copy the Code
Reply View the author
avatar
73******01@qq.com
deepin
2018-06-02 04:56
#12
dde-file-manager .
加个.就是打开当前目录了
Reply View the author
avatar
73******01@qq.com
deepin
2018-06-02 06:40
#13
nautilus,很早以前的gnome桌面就是用这个文件管理器。
Reply View the author
avatar
老陌
deepin
2018-06-02 06:56
#14
https://bbs.deepin.org/post/157124
dde-file-manager .
加个.就是打开当前目录了

这个正解,我测试可以的。
Reply View the author
avatar
s***7@gmail.com
deepin
2018-06-02 08:25
#15
https://bbs.deepin.org/post/157124
因为目录比较深,要从任务栏打开文件管理器再打开到当前目录的话要多点好多下~~ ...

深度文件管理器的地址栏可以直接编辑。。。
Reply View the author
avatar
richie1993
deepin
2019-01-02 18:58
#16
不知道就不知道,问别人为啥有需求的也是醉了,在.bashrc/.zshrc写个alias
  1. alias op="nohup gnome-open ./  >/dev/null 2>&1 &"
Copy the Code
Reply View the author
avatar
jiankian
deepin
2019-01-12 10:11
#17
我在MacOS用open ./ 也就是open后面加路径可以打开finder,
深度nautilus不行,所以按道理Linux平台没有这种方式,一般是服务器,服务器没有图形界面,而桌面是图形界面,有GUI肯定用GUI操作啊,不然在终端效率很高? 能多选?
所以上面问别人为何有这种需求也是无语。
深度的文件管理器是 dde-file-manager 后面加路径可以打开,需要nautilus 也可以,在应用商店安装 nautilus这个文件管理器就行,不过推荐dde-file-manager自带的
Reply View the author
avatar
ellison13tj
deepin
2019-11-19 08:19
#18
https://bbs.deepin.org/post/157124
我在MacOS用open ./ 也就是open后面加路径可以打开finder,
深度nautilus不行,所以按道理Linux平台没有这 ...

搜索相关问题看到这里,跟你有同样的习惯,所以果断的 alias open=“dde-file-manager .”
Reply View the author
avatar
spencer023
deepin
2020-02-29 05:38
#19
一转眼,2020年了,终端中右键可以直接选择 在文件管理器中打开 。
Reply View the author
avatar
谦言谦语
deepin
2020-02-29 11:46
#20
dde-file-manager
Reply View the author