Autor Thema: Explorerersatz und -Erweiterungen (Total Commander etc..)  (Gelesen 282647 mal)

0 Mitglieder und 9 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0703 Beta
« Antwort #4215 am: 10 Februar, 2023, 20:40 »
XYplorer is a multi-tabbed file manager featuring a very powerful file search, versatile preview facilities, a highly customizable interface, and a large array of unique ways to efficiently automate frequently recurring tasks. XYplorer is a tool rather than a toy, and targets power users and computer professionals who are looking for an Explorer replacement that deserves its name.

Shareware

Changelog


    Configuration | Colors and Styles | Styles | Columns: Added option "Use empty cell defaults". Tick it to use certain default values for certain empty cells in the list. The actual values can be freely configured under the button "Configure...".To handle this I created a new type of interface, a list with editable cell values. This will come in handy in other places as well. To edit a value either click into the cell, or select an item and press F2. Serial rename by Up/Down is supported.
    Cell Factory Default Description INI Key
    Ext (Folder) <DIR> Ext column for folders ListEmptyCellExtDir
    Ext (File) Ext column for files ListEmptyCellExtFile
    Size -- Size column ListEmptyCellSize
    Other -- All other columns ListEmptyCellOther
    Obviously, empty cell defaults only apply to Details views

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Files 2.4.33.0
« Antwort #4216 am: 10 Februar, 2023, 21:10 »
Manage files in a more efficient and arguably more satisfying fashion with the help of this modern UWP take on the Windows Explorer.

License: GPLv3

Changelog


    Build(deps): Bump Vanara.Windows.Shell from 3.4.12 to 3.4.13
    Build(deps): Bump Vanara.Windows.Extensions from 3.4.12 to 3.4.13
    Fix: Fixed icon not showing in stable and preview builds
    Fix: Fixed issue where it didn't work to unpin Recycle Bin from sidebar
    Feature: Moved menu flyout to widget header
    Feature: Added menu flyout for copying version information
    Feature: Added shortcut to open folders in terminal
    Feature: Show confirmation dialog when the undo operation is to delete items.
    Fixed: DetailsLayout Margin/Padding is not set correctly
    Fix: Fixed issue where HorizontalMultitaskingControl could have negative margin
    Feature: Close column when selecting a file
    Feature: Removed background color from tags in the details layout
    Build(deps): Bump Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers from 0.4.355802 to 0.4.410601
    Feature: Added option to confirm permanent deletion only
    Feature: Display multiple tags in the details layout
    Feature: Added support for opening ISO files
    Feature: Added support for changing groups direction
    Feature: Added settings for default order directions
    Fix: Fixed issue where archive files were incorrectly grouped by size
    Feature: Start a search when clicking tags in the details layout
    Feature: Restart after applying update

[close]

https://github.com/files-community/Files

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0704 Beta
« Antwort #4217 am: 11 Februar, 2023, 19:20 »
Changelog


    Custom Event Actions: Added a new event "After file operation" to the new section "File Operations". It is fired when a file operation, including refresh of the current listings, is complete. The summary report window of a Custom Copy/Move might still be showing at this time. Supported file operations are "Move", "Copy", "Delete", "Backup", "CustomCopy", "CustomMove", "Sync". Note that "Rename" and "New" are currently not among them.

 The only possible action is "Run Script". The following new variables can be used in the script:

    <CEA_FileOp> //type of operation (always in English)
    <CEA_SourcePath> //source path, without trailing slash
    <CEA_TargetPath> //target path, without trailing slash
    <CEA_SourceList> //list of source items, |-separated
    <CEA_TargetList> //list of target items, |-separated
    Proof of concept script (paste into Configuration | General | Custom Event Actions |

    After file operation | Script):

    text <<<DOC
    File Operation: <CEA_FileOp>
    Source Path: <CEA_SourcePath>
    Target Path: <CEA_TargetPath>
    Source List: <CEA_SourceList>
    Target List: <CEA_TargetList>
    DOC;

    Notes:

    You can use this event for example to do automatic check-ups after file operations and display status messages, or do some automated logging.
    I would not recommend to run follow-up file operations from the script because you might run into recursion issues.
    It's recommended to use this CEA only with XYplorer's Custom Copy/Move, because the standard Windows Shell Copy/Move has a somewhat unreliable status notification system where you cannot be totally sure whether an operation actually took place or was skipped or canceled, or which items have been renamed to avoid collisions, and all of this varies between Windows versions, brilliant (the same issue also affects Undo/Redo).
    help file status quo
    Updated the help file.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0705 Beta
« Antwort #4218 am: 12 Februar, 2023, 18:30 »
Whats new:>>

    Custom Event Actions | After file operation: Added another variable:

    <CEA_TimeSecs> //total duration of the operation in seconds (including all waiting at prompts)
    Updated the help file.
    Undo/Redo: A fix in v24.00.0704 had a negative side-effect on Undo/Redo. Fixed.

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0706 Beta
« Antwort #4219 am: 13 Februar, 2023, 20:30 »
Changelog


    Custom Event Actions | Exit: Now you can have the script cancel the exit process and keep the app open. To do this call the special new scripting command cancelexit, for example like this: if (confirm("Exit app?") == 0) {cancelexit;} SC cancelexit does nothing visible when called, but when the script is completed, the app will stay open. Useful for prompts on exit.
    + Scripting got a new command.
    Name: CancelExit
    Action: Lets you cancel the exit process and keep the app open.
    Syntax: cancelexit

    Remarks:

    Only effective in the "Custom Event Actions | Exit" script.

    Example:

    if (confirm("Exit app?") == 0) {cancelexit;}

    Custom Event Actions | After file operation: Replaced variable <CEA_TimeSecs> by the more precise <CEA_TimeMsecs>:

    <CEA_TimeMsecs> //total duration of the operation in milliseconds
    XYcopy: Updated to 2.10.0213.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Q-Dir 11.19
« Antwort #4220 am: 14 Februar, 2023, 11:20 »
Q-Dir bietet eine unkomplizierte und schnelle Möglichkeit den Inhalt von bis zu vier Verzeichnissen Übersichtlich anzuzeigen und zu verwalten, ohne auf die gewohnten Funktionen aus dem Explorer verzichten zu müssen. Wie zum Beispiel Drag&Drop, alle Ansichten, Zwischenablage usw.

Freeware

Whats new:>>

• Verbesserungen im Hauptmenü und in der Datei-Explorer-Liste
• Feinabstimmung im Quad Explorer und Verbesserungen sowie Aktualisierung der Sprachdateien

http://www.softwareok.de/?seite=Freeware/Q-Dir

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0708 Beta
« Antwort #4221 am: 14 Februar, 2023, 19:45 »
Changelog


    Custom Columns: Added column format "Image". Via variables in the template you can now define a column to show images in a systematic relation to each listed file.
    Perfect e.g. for waveform images whose filename matches the wave filename (e.g. "<cc_path><cc_base>.png").
    Image Columns: Now the images support the Hover Box. Awesome.

24.00.0707

    Extra Columns: Added a new column type "Image". If you specify any of the image types BMP, GIF, PNG, JFIF, JPG, JPEG, JPE as column data (via right-clicking the cell), those images are displayed right in the cell. This is quite something! It opens up a world of possibilities. For example, you can now attach waveform images (created by some 3rd party app) to WAV files, and have them shown right in the list. And not only one. You can have a couple of Extra/Image columns, each with its own image. So here we are: Image Columns!

    Notes:

    The images can be resized on-the-fly just by changing the column width.
    Of course, if you want to see more than very tiny miniatures, you need some row height. Currently the best way to achieve an acceptable row height is by using the "Details with Thumbnails" view.
    There is no caching for those images. They are always live. So you can increase performance by providing not too large source images.
    These images have no Hover Box or MDBU.
    Updated the help file.
    SC setthumb: Injecting a thumbnail into an existing cache could mess up the cache if the new image was larger than the original. Fixed.
    Hover Box: The status info in Hover Boxes for injected thumbnails was referring to the original image while showing the injected image. Fixed. Now the status also refers to the injected image. Only relevant if deep injection is set, see SC setthumb.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0709 Beta
« Antwort #4222 am: 15 Februar, 2023, 09:10 »
Whats new:>>

    Image Columns: Better speed. Now each image file is read from disk only once per listing, then kept in memory until the location changes or is refreshed.
    Hover Box on Image Columns: Resize did not work as it should. Fixed.

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0710 Beta
« Antwort #4223 am: 15 Februar, 2023, 20:20 »
Whats new:>>

    Image Columns: Again MUCH better speed. The display size of images in columns is now limited to 400 x 100 (width x height) which makes the rendering pretty fluid even with a greater number of images, especially notable where the original images are large. The use of memory was also greatly reduced.
    Image Columns: To show the Hover Box here you now have to tick "Tiles and Thumbnails" in "Configuration | Information | File Info Tips & Hover Box | Show Hover Box | Select Context...".

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.00.0712 Beta
« Antwort #4224 am: 16 Februar, 2023, 19:30 »
Whats new:>>

    MLS: Internally updated to version 8.160.
    TRANSLATORS: Please wait until Reference_8.160.lng is uploaded.
    Configuration | Colors and Styles | Styles | Columns | Use empty cell defaults: Fixed some minor issues with Image Columns.

24.00.0711 Beta

    Hover Box on Image Columns: Did not work for images assigned to folders. Fixed.

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.10.0000
« Antwort #4225 am: 16 Februar, 2023, 22:20 »
Changelog


    Here’s a quick introduction to the main new features:

    Empty Cell Defaults:

    If you suffer from fear of the void you will be glad that this version offers easy ways to fill the void. The marking of the different types of emptiness can actually serve a better overview.
    Empty cells are cells without content. Normally they simply show nothing. Now you can make them show something, something of your own free choice. It can make quite a difference in the look and feel of a list.

    Fake Right-Drag-and-Drop:

    Now you can fake a right-drag-and-drop by holding down CTRL and SHIFT while doing a left-drag-and-drop. That way you can have the drag-and-drop context menu on left-drag-and-drop, which is pretty cool in limited hardware and software contexts.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Files 2.4.40.0
« Antwort #4226 am: 20 Februar, 2023, 09:20 »
Changelog


Fix: Fixed issue where option to hide details pane wasn't working by @yaira2 in #11230
Fix: Fixed "NotAFolder" error when changing the language by @hishitetsu in #11232
Fix: Fixed selecting wrong items when creating or renaming an item by @hishitetsu in #11237
Feature: Tweaked border brush on path and search box by @yaira2 in #11240
Feature: Add support for removing tag in the details layout by @ferrariofilippo in #11238
Fix: Fixed issue where BaseContextFlyout was not closed after selecting an item by @hishitetsu in #11245
Fix: Fixed issue where the right click menu didn't load properly in folders that have archive extensions by @hishitetsu in #11248
Feature: Add shell context menu for widgets by @hecksmosis in #11204
Code Quality: Code cleanup and formatting by @onein528 in #11156
Fix: Fixed double separator showing up when opening context menu for files by @hecksmosis in #11253
Fix: Fixed icon in preview build by @yaira2 in #11262
Feature: Disable show more options menu item until shell items are loaded by @hecksmosis in #11243
Fix: Fixed issues with recent context menu changes by @hishitetsu in #11270
Code Quality: Refactored AdaptiveLayoutHelpers by @cinqmilleans in #10782
Feature: Added support for hiding open in new tab/window options by @yaira2 in #11285
Feature: Apply app theme to settings dialog by @yaira2 in #11286
Feature: Moved context menu settings to preferences page by @yaira2 in #11287
Feature: Add a UI to edit, delete and create tags by @ferrariofilippo in #11249
Fix: Fixed issue with resizing the status column by @ferrariofilippo in #11027
Fix: Cancel tag edit when pressing esc & Tags duplicate names by @ferrariofilippo in #11297
Fix: Fixed context menu hang in recent files and other widgets by @hecksmosis in #11301
Feature: Removed sidebar toggles from settings dialog by @yaira2 in #11302
Feature: Added shortcut to open Windows Terminal as administrator by @ferrariofilippo in #11281
Build(deps): Bump Microsoft.Data.Sqlite.Core from 7.0.2 to 7.0.3 by @dependabot in #11308
Codebase: Remove unnecessary using directives by @hecksmosis in #11300
Fix: Fixed closing app when the item flyout is open to hang by @hishitetsu in #11310
Code Quality: Shell page refactoring by @ferrariofilippo in #11034
Feature: Updated color icons by @yaira2 in #11313
Fix: Remove deleted tags from items by @ferrariofilippo in #11309
Fix: Fixed settings background in dark mode by @yaira2 in #11316
Feature: Added support for reordering tags by @ferrariofilippo in #11306
Feature: Added Tags section in settings by @ferrariofilippo in #11320
Fix: Fixed showOpenWithMenu not working by @hishitetsu in #11325
Feature: Move open with to main menu when right clicking recent files by @hecksmosis in #11304
Fix: Fixed issue with tab icon not loading properly by @chingucoding in #11328

[close]

https://github.com/files-community/Files

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Broot 1.20.2
« Antwort #4227 am: 20 Februar, 2023, 10:40 »
Broot is an Open Source way to view and navigate any size directory trees through the command-line.

It will permit you to search for files, attach custom shortcuts as well as manipulate them all without jeopardizing the hierarchy within the given folder. Broot does require a br shell function to be launched and used (admin).

License: Open Source

Changelog


Fix debug statement printed in some cases (mostly on Windows) - Fix #672

[close]

https://github.com/Canop/broot

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Shell 1.8.1.0
« Antwort #4228 am: 22 Februar, 2023, 20:20 »
Edit your Windows Explorer right-click context menu in order for it to reflect exactly what you wish, giving access to the apps and utilities you use the most.

Donationware

Changelog
   

    Fixed a keyboard bug when executing a command
    Fixed a bug with title.xxx functions
    New checked property for static item to change the checked state
    New value for image.align option to set priority

[close]

https://www.nilesoft.org/home

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
XYplorer 24.20
« Antwort #4229 am: 01 März, 2023, 09:30 »
XYplorer is a multi-tabbed file manager featuring a very powerful file search, versatile preview facilities, a highly customizable interface, and a large array of unique ways to efficiently automate frequently recurring tasks. XYplorer is a tool rather than a toy, and targets power users and computer professionals who are looking for an Explorer replacement that deserves its name.

Shareware

Changelog


    = NEW OFFICIAL RELEASE. Main developments since last release:

  +++ Image Columns. So far a data record in a file listing consisted of an icon, maybe
      a thumbnail, and various bits of text. The signature look of a details view in a
      file manager. Those days are over. Now you can add images to the mix. And not just
      one per file, but many: Up to 80 different pics per file, all in one list!
      These images can be arbitrarily assigned to a file (and recorded in a database), or
      based on rules (e.g. based on the file name or other file properties). Typical use
      cases would be showing wave forms for sounds, or album covers for songs, or
      different states or angles of people or designs.
      And that's just the beginning. Since columns can be scripted, the possibilities are
      endless. A column could even create the image it's about to show.
      By the way, if you move your mouse over these images, you'll optionally get an
      enlarged view, the so-called Hover Box.
      Absolutely massive new feature. Ground-breaking.
  +++ SketchUp Preview. Now previews and thumbnails are supported for SketchUp Pro (3D CAD
      software) *.skp and *.layout files.
  +++ Many Other Improvements. See change log.

[close]

https://www.xyplorer.com

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )