Closed
Description
File "/usr/bin/tmuxp", line 9, in
load_entry_point('tmuxp==0.1.7', 'console_scripts', 'tmuxp')()
File "/usr/lib/python3.3/site-packages/tmuxp/cli.py", line 971, in main
command_freeze(args)
File "/usr/lib/python3.3/site-packages/tmuxp/cli.py", line 391, in command_freeze
buf = open(dest, 'w')
FileNotFoundError: [Errno 2] No such file or directory: '/home/username/.tmuxp/0.yaml'
Would be nice if there is the possibility to create the directory if it does not exist.
Cheers,
Arno