博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac Finder小技巧。
阅读量:5805 次
发布时间:2019-06-18

本文共 1549 字,大约阅读时间需要 5 分钟。

hot3.png

1. 在窗口标题栏显示全路径。

执行命令:

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES & killall Finder;

2. 在Finder底部显示文件全路径:

Finder > View > Show Path Bar

3. 复制当前路径到粘贴板。

选中文件,cmd+i (或者右键Get Info), 在where部分找到全路径选中复制。

4. 拖动文件到terminal可以显示文件全路径。

5. 右键菜单增加Copy Path功能。(懒得翻译了,过程如下)

  • Launch Automator and create a new “Service”
  • Use the search function to look for “Copy to Clipboard” and drag that into the rightside panel of the Service
  • Set ‘Service recieves selected’ to “files or folders” and ‘in’ to “Finder” as shown in the screen shot below
  • Save the Service with a name like “Copy Path”

6.  从命令行打开Finder:

open .相当于ubuntu下的nautilus . 或win下的explorer .

7. 在文件夹上右键Services > New Terminal Tab at Folder

(这是最接近于Open Terminal Here的功能,但是还是不太方便。因为得在文件夹上右键,不能在文件夹内)

System Preferences > Keyboard > Shortcuts > Services > Enable New Terminal at Folder.

There's also New Terminal Tab at Folder, which will create a tab in the frontmost Terminal window

8. Open terminal here(2017新增): 

参见这里安装https://github.com/jbtule/cdto (先拖到Applications目录,然后从Applications目录拖到Finder的toolbar上)
cdto是我目前使用的, 可以在任意文件夹内一键进入terminal.
9. 显示隐藏的文件和文件夹
终端输入:
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

改成false重新执行一遍则恢复原状。

10. 剪切 & 粘贴 (2017新增)

原来macOS上是有剪切功能的, 先cmd+c, 然后在目标文件夹内cmd + option + v.

参考: http://osxdaily.com/2013/06/19/copy-file-folder-path-mac-os-x/

http://hints.macworld.com/article.php?story=201107211337186

http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder#

转载于:https://my.oschina.net/uniquejava/blog/490112

你可能感兴趣的文章
MySQL 备份与恢复
查看>>
吃午饭前,按书上的代码写会儿--Hunt the Wumpus第一个版本
查看>>
TEST
查看>>
PAT A1037
查看>>
ReactiveSwift源码解析(三) Signal代码的基本实现
查看>>
(六)Oracle学习笔记—— 约束
查看>>
[Oracle]如何在Oracle中设置Event
查看>>
top.location.href和localtion.href有什么不同
查看>>
02-创建hibernate工程
查看>>
information_schema系列五(表,触发器,视图,存储过程和函数)
查看>>
Scrum之 Sprint计划会议
查看>>
svn命令在linux下的使用
查看>>
Gradle之module间依赖版本同步
查看>>
java springcloud版b2b2c社交电商spring cloud分布式微服务(十五)Springboot整合RabbitMQ...
查看>>
SpringCloud使用Prometheus监控(基于Eureka)
查看>>
10g手动创建数据库
查看>>
Spring MVC EL表达式不能显示
查看>>
【致青春】我们挥霍时间的年代
查看>>
Windwos Server 2008 R2 DHCP服务
查看>>
SAS和SATA硬盘的区别
查看>>