List files that are currently opened in Sublime 3

这一生的挚爱 提交于 2020-06-29 04:09:45

问题


I would like to programmatically access names of the files that are currently opened or name of a single file that is in an active tab through the unix terminal.

For the sake of reproducibility I want to take snapshots of the files that I'm currently working with. Wanted result would be:

/home/user/foo.txt 
/home/user/bar.sh
/home/user/foobar.R

Is there a package or shell workaround to do this?

来源:https://stackoverflow.com/questions/62344126/list-files-that-are-currently-opened-in-sublime-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!