问题
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