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

create output subdirectory automatically or manually #204

Open
masayoshi-ogura opened this issue Nov 22, 2018 · 0 comments
Open

create output subdirectory automatically or manually #204

masayoshi-ogura opened this issue Nov 22, 2018 · 0 comments
Assignees
Labels
help wanted make it easy to use not significant, but better to change 優先度:低

Comments

@masayoshi-ogura
Copy link
Owner

Previously, this program create output subdirectory named with datetime (ex. output/1122-134738) automatically.
There was a problem that it was hard to understand the contents of a output subdirectory, and it was hard to access with TAB completion.

Now, this program does not create any subdirectory in out_dir set by configuration file.
So all output files will be overwritten if you forget to change the out_dir variable.

I want to know what specification of output directory you prefer to use.

For example, I am considering the following specifications:

  • by default, create subdirectory named with datetime
  • with commandline option --tag TAG or -t TAG, create subdirectory name with TAG
@masayoshi-ogura masayoshi-ogura self-assigned this Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted make it easy to use not significant, but better to change 優先度:低
Projects
None yet
Development

No branches or pull requests

1 participant