-
-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed