code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Dump plugin info command

Open WebFreak001 opened this issue 9 years ago • 0 comments

console.log should be redirected to some output file that can be dumped on some website (maybe create some website like dump.webfreak.org where user can delete accident logs easily)

  • [ ] dump system info
  • [ ] dump console logs
  • [ ] dump program versions + installed via code-d installer or not
  • [ ] dump import paths + existance
  • [ ] dump workspace-d state (dub or fsworkspace & paths)
  • [ ] replace paths to remove private/sensitive info (so something like /home/webfreak/Documents/Development/2016/MyPrivateProject would get renamed to /home/user/Documents/a/b/c, eg keep known folders such as home, usr, bin, data, Documents, but replace all other paths and replace username with user)

WebFreak001 avatar Sep 29 '16 16:09 WebFreak001