Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difficult to run slides in an empty direcory. #11

Open
sjn opened this issue Jun 19, 2013 · 1 comment
Open

Difficult to run slides in an empty direcory. #11

sjn opened this issue Jun 19, 2013 · 1 comment

Comments

@sjn
Copy link

sjn commented Jun 19, 2013

Hei!

Thanks for Vroom, I use it regularly! :)

Here's what I'm trying to do today. I'm writing a git(1) demo for $work, and would like to run git commands to show what happens on a file/dir level. To achieve this, I'm running a split-window tmux(1) session where one pane contains the presentation and the other continuously shows the output of tree(1) in the git demo directory.

What happens is that vroom creates it's temporary files in $CWD, and when I show the git dir with tree(1), the temp files show up too (and not just the .git files etc.)

I've tried working around this by adding a vim config line like this: exec "lcd my-git-repo". This has helped keeping most of vroom's temp files out of the git directory, but it still drops it's "run.slide" file there.

Not sure of a sane way to fix this. Any ideas? :)

@sjn
Copy link
Author

sjn commented Jun 20, 2013

One solution might be to make sure all temporary files are created in the directory where slides.vroom is (e.g. in /tmp/foo when --input=/tmp/foo/slides.vroom).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant