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

Recommendation: Remove Spaces in Folder and File Names #129

Open
cutaway opened this issue Sep 8, 2022 · 1 comment
Open

Recommendation: Remove Spaces in Folder and File Names #129

cutaway opened this issue Sep 8, 2022 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cutaway
Copy link

cutaway commented Sep 8, 2022

The use of spaces in folder and file names is a horrible practice. It makes importing data into other tools and scripts very difficult.

Example:

cutaway 2022-09-08 06:32:15
> ls
'BruteShark Network Map.json'  'BruteShark Network Nodes Data.json'   Files   Hashes

I recommend using the underscore character _ instead of a space. As example: BruteShark_Network_Map.json. The file names are still readable and the tool's output is much more useful.

Thank you for your consideration of

@odedshimon
Copy link
Owner

odedshimon commented Sep 23, 2022

Hey @cutaway,
Thanks for offering this.
I'm currently on a vacation until mid November.
In the meanwhile I will mark it as "help wanted" / "good first issue" in order raise the visiability of this issue.

@odedshimon odedshimon added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants