Giter Site home page Giter Site logo

fileexplorer's Introduction

File Explorer

File Explorer is a windows file manager application that has an interface similar to Windows Explorer. However, it browses and searches folders with many files faster than windows explorer. It also has many features that are not available in windows explorer.

File Explorer is portable (requires .NET Framework 4.5.2), extract the ZIP file below and start using it. https://github.com/omeryanar/FileExplorer/releases/latest/download/FileExplorer.zip

Features

Tabbed Browsing

When you click a folder with the middle mouse button or the CTRL key and the left mouse button, the folder opens in a new tab. Tabbed browsing lets you keep multiple folders open and switch quickly between them. You can detach the tabs in to a new window by dragging a tab and move it up or down from the tabs bar.

Tabbed Browsing

Batch Rename

You can rename multiple files by using excel-style formulas.

Batch Rename

Custom Context Menu

You can create your own custom context menu items and specify what will happen when you click them. Custom menu items will appear when you right click files and/or folders. You can filter which menu items will appear for which item types.

  • Extension Filter: Menu will appear in files with the specified extensions
  • Selection Filter: Menu will appear if selection is single or multiple.
  • Item Type Filter: Menu will appear if selection is file or folder.

Custom Context Menu

You can use expressions while creating custom context menu items. Assume that you want to create a context menu item that creates thumbnail images when clicked by using a movie thumbnailer software, such as MTN.exe (http://moviethumbnail.sourceforge.net/)

Then you can use the following expression: '-P -i -o .jpg -c 3 -r 4 "' + [Path] + '"'

It will create a thumbnail .jpg image of 4 rows and 3 columns with the same location and name of the video file. You can tweak the arguments for your needs.

Custom Context Menu Expression

Custom Columns

You can create calculated columns by using excel-style formulas.

Custom Columns

Filtering

You can filter file and folders by using excel-style drop-down filter.

Excel Filtering

The Filter Editor allows you to build complex filters. You can add filter conditions and use logical operators to group filters.

Filter Editor

Conditional Formatting

File Explorer provides a conditional formatting feature, which allows you to change individual cells or rows' appearance based on specific conditions. This feature helps to highlight critical information, identify trends and compare data.

Conditional Formatting

Save&Load Layout

You can save the layout of the current folder (and all its subfolders if you want) with all your customizations: sorting, grouping, filtering, custom columns etc. The next time you browse this folder, the saved layout will be loaded automatically.

Save&Load Layout

Tree View Sorting

One of the limitations of Windows Explorer is that it only allows sorting of folders in list view. File Explorer also allows you to sort the subfolders of the current folder in the tree view.

Tree View Sorting

Drag&Drop Support

File Explorer fully supports drag-and-drop operations with other applications, including Windows Explorer.

Drag&Drop Support

Row Number

You can show or hide row numbers in the file explorer.

Row Number

Printing and Exporting

You can print folder contents with all the customizations you make or export them to different file formats (such as Excel or PDF)

Printing

Standard&Touch Themes

File Explorer comes with 4 standard and touch themes.

Themes

fileexplorer's People

Contributors

omeryanar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.