martyr-deepin / deepin-screenshot

Deprecated (migrated into deepin-screen-recorder after v20), consider create and maintain your own fork if you love it.
https://www.deepin.org/original/deepin-screenshot/
GNU General Public License v3.0
346 stars 102 forks source link

能不能像系统scrot截图那样能够获取到截图后的路径 #43

Open qingkong1998 opened 5 years ago

qingkong1998 commented 5 years ago

能不能像系统scrot截图那样能够获取到截图后的路径,scrot -$n 这个参数能获取到截图后的路径,深度截图能提供这个功能就更好了,这样可以进一步后续操作?

qingkong1998 commented 5 years ago

能不能像系统scrot截图那样能够获取到截图后的路径,scrot -$n 这个参数能获取到截图后的路径,深度截图能提供这个功能就更好了,这样可以进一步后续操作?

BLumia commented 5 years ago

-s, --save-path 就是指定的路径了。或者我理解错需求了?

用法:deepin-screenshot [选项]
deepin-screenshot

选项:
  -h, --help              显示这个此帮助。
  -v, --version           显示版本信息。
  -d, --delay <NUM>       Take a screenshot after NUM seconds.
  -f, --fullscreen        Take a screenshot the whole screen.
  -w, --top-window        Take a screenshot of the most top window.
  -s, --save-path <PATH>  Specify a path to save the screenshot.
qingkong1998 commented 5 years ago

但是这个功能与scrot的$n的功能不一样

BLumia commented 5 years ago

可否简要介绍一下 scrot 的 $n 的功能?把路径和图片本身一并复制到剪切板吗?