Skip to content

lanly-dev/vscode-seekdf

Repository files navigation

Seekdf

Seekdf helps you search for directories and files based on a given text input. It provides a tree view to display the search results, along with the size of the results. Feeling like your computer is a black hole swallowing files? Let Seekdf be your guide 🕵️‍♂️🗂️ in this digital labyrinth.

I was looking for a way to locate and delete node_modules directories to free up disk space before archiving my old projects. I was curious about how much disk space I would be saving. While there are likely other apps or commands I could use, I'm not familiar with them.

Features

  • Seek Directories: Search for directories within your workspace
  • Seek Files: Search for files within your workspace

Seekdf in action

Commands

This extension provides the following commands:

  • seekdf.seekDirs: Search for directories
  • seekdf.seekFiles: Search for files

Known Issues

  • Moving items to the recycle bin is only supported on Windows

Release Notes

1.0.2

  • Only logo changes

1.0.0, 1.0.1

  • Initial release of Seekdf

Enjoy!