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

Suggestion: Add datetime to export filename and allow tags #13

Closed
atthepub opened this issue Nov 25, 2014 · 1 comment
Closed

Suggestion: Add datetime to export filename and allow tags #13

atthepub opened this issue Nov 25, 2014 · 1 comment
Assignees

Comments

@atthepub
Copy link

Nice to have - exported files have the option to append a date/time stamp in a sortable fashion (e.g., YYYYMMDDHHMMSSmm) before the .har extension. It would also be great to allow the user to add a tag of sorts to identify the action taken when the export was made (e.g., logon, selectingXYZ, updatingABC, etc)

@atthepub atthepub changed the title Suggestion: Add datetimestamp to export filemname, allow tags Suggestion: Add datetimestamp to export filename and allow tags Nov 25, 2014
@atthepub atthepub changed the title Suggestion: Add datetimestamp to export filename and allow tags Suggestion: Add datetime to export filename and allow tags Nov 25, 2014
@janodvarko
Copy link
Member

Yes it is now possible to provide a custom file name.

There is a new pref: extensions.firebug.netexport.defaultFileName
You can set it to a string that is used as a format string for generating the name
An example: myname-%Y-%m-%d-endofthename

Read more about the format:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleFormat

NetExport is currently bundled in Firebug.next, this new feature available in alpha 10
https://github.com/firebug/firebug.next/releases/tag/firebug-3.0.0-alpha.10

Honza

@janodvarko janodvarko self-assigned this Apr 21, 2015
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

2 participants