Skip to content

Officeclip/FindUnusedFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindUnusedFiles

###Latest Version: v1.3.2 :: Download

Helps you find and eliminate unused files (images, css, js, etc) in web projects/applications

FindUnusedFiles helps you parse a website solution or project to find and eliminate unused images or other orphaned file types that are not being referenced in your sourcecode anymore.

Files can be of any type, that you wish to remove from a website you are working on.

Works as a Standalone Application, from the Windows Explorer context menu, from the Command Line, or as a Visual Studio extension.

Thank's to the command line it can easily be integrated with your favorite development IDE too.

Main Dialog

Main Dialog

Thumbnail Preview

Thumbnail Preview

Parsing Dialog

Parsing Dialog

Visual Studio (context menu)

Visual Studio (context menu)

Change Log

v1.3.3 (in progress)

  • Made picturebox a little bigger, and moved outside of bounds of main window for better ergonomics
  • Added some extra checking for file path operations
  • Added "Launch External" to context menu to launch a file with it's associated external program

v1.3.2

  • Fixed problems with certain case insensitive searches
  • Made picturebox bigger

v1.3.1

  • Added SVG, CSS, JS to default find list
  • Added scss to default files list
  • Made search culture-invariant / case-insensitive
  • Added Visual Studio: Enterprise & Community to supported platform list
  • Solution (.sln) will now only build with Visual Studio 2015
    • But plug-in will work with Visual Studio 2012 and up

v1.3

  • Alt-Click in list will show image thumbnail if it's an image
  • Double-Click on list will open & set focus to item in solution explorer (VSIX only)
  • Shell integration (EXE only)
    • Add/Remove from Help menu, or register/unregister from command line with -s t
  • More file stats

v1.2

  • Changed UI a bit
  • Context menus
    • Select All
    • Select Other
    • Export Selection
    • Delete Selection
    • Explore Here
    • Verify Existence (VSIX only: launches automated VS file search)
      • In Solution
      • In Project
  • Command line parameters (EXE only)
    • -p path
    • -r report type
    • -f find regexp
    • -i inside regexp
  • Help Menu
    • Manual
    • Change-log
    • Website
    • About
    • License
  • More file stats
  • More error handling

v1.1

  • Disable delete button if no are files selected
  • Enabled searching in website projects (VSIX)
  • More error messages on invalid and/or unsuccessful operations

v1.0 (Visual Studio Plug-in)

  • .EXE and VSIX versions now share same code-base
  • Various modifications to accommodate different behavior in Visual Studio Mode & Standalone Mode
  • Enabled searching in application projects

v1.0 (Application)

  • Toggle between used/unused lists
  • Export used/unused lists
  • Delete file(s) with confirmation prompt
  • Save search criteria after search
  • Show errors on invalid regexps
  • Restore search criteria on application launch
  • Double click used/unused list opens containing directory
  • Allow passing file/directory path via command line

About

Find and eliminate unused images & files in web projects/applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%