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

0 Mitglieder und 6 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Tablacus Explorer 22.2.17 Pre-release
« Antwort #3690 am: 17 Februar, 2022, 20:50 »
Tablacus Explorer is a software utility designed to help you organize and manage the contents of your folders. This program comes in handy for all users who want to check out the contents of their partitions on the fly.

The user interface is straightforward and you should get used to working with this program in no time. It’s easy to switch between multiple folders thanks to its built-in tabbed support.

There are multiple customization options included in this program by the developer and all off them prove to be extremely useful for users who need to view and organize their documents and folders. You may select how the folders should be displayed into the main window in terms of large, medium or small icons and details, tiles and content. Furthermore, the app allows you to customize menus, tabs (style, alignment, size, position), keys and mouse gestures.

Freeware

Whats new:>>

Some fix (Backup recommended)

    Button icons can now be replaced with images in the Misc folder of the Icon Pack.
    Focus frame when reloading # Addons-325

https://github.com/tablacus/TablacusExplorer/releases

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 22.90.0001 Beta
« Antwort #3691 am: 18 Februar, 2022, 20:10 »
Changelog
   

    Time-Stamping: Now you can use the pseudo time 0 (zero) to set a file time to the lowest possible value. This works wherever you can timestamp in the UI, and also in scripting, for example: timestamp "m" , "0"; //set modified time to the lowest possible value

    Here's some background info:

    - For NTFS drives, the earliest possible file time you can set using standard API is this:

    1601-01-01 00:00:00.0000001Z (Z for Zulu = UTC = Coordinated Universal Time)
    One nanosecond (or more) earlier: 1601-01-01 00:00:00Z -> File times are not changed.
    - For FAT (FAT, FAT32, exFAT) drives (typically USB drives and flash cards) the earliest possible file time you can set using standard API is this: 1979-12-31 00:00:00 (local time, not UTC!)
    One nanosecond (or more) earlier: 1979-12-30 23:59:59.9999999 -> ERROR!
    > Surprisingly (tested only on FAT32 with Win8.1) all time-stamps from
    1979-12-31 00:00:00.0000000 to 1979-12-31 23:59:59.9999999

    will work without error, but they all set the file time to the same value (!):

    1980-01-01 00:00:00.0000000.
    This 24-hour tolerance range was obviously implemented to deal with time zones around the world.

[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
Tablacus Explorer 22.2.18 Pre-release
« Antwort #3692 am: 18 Februar, 2022, 22:30 »
Whats new:>>

Some fix (Backup recommended)

Adjusted because the setting to hide the file name is turned off immediately
An icon pack of Vector icons (SVG) has been released.
It's a Vector icon, so it's beautiful even if you enlarge it! It looks good in both light and dark modes. It is an icon pack called Tablacus Vector.

https://github.com/tablacus/TablacusExplorer/releases

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 22.90.0003 Beta
« Antwort #3693 am: 19 Februar, 2022, 19:30 »
Changelog
   

    Hamburger: Now the Hamburger also supports items defined by a simple path (or a variable that resolves into one). On click, paths to executables will run them, paths to files will open them with the associated application, paths to folders will go there in XYplorer. As a reminder, the Hamburger syntax supports multi-nesting by indenting and can be used here:

    in the click events of Custom Toolbar Buttons
    the Breadcrumb Bar's Hamburger
    SC popupmenu / popupnested

    The Hamburger now supports 4 types of items (plus "-" as separator line). They can be freely mixed and the Hamburger definition can start now with any of them:

    one-line scripts, eg: ::Hi;echo "hi!";
    toolbar button keys, eg: :dice
    main menu command IDs, eg: #603
    paths, eg: C: or D:Test.txt or %user% or <xydata>

    Example with nesting:

    %user%
    603
    :dpmoveto
    :dpcopyto
    ::Hi;echo "hi!";
    Locations
    More Locations
    %temp%
    <xy>
    C:Program FilesNotepad++notepad++.exe
    So it's easy now to build nested multi-location hubs that pop from a Custom Toolbar Button. Pretty cool!
    ! BlankDatesBefore1980 tweak: Did not work in Win10 and higher in time zones earlier than GMT. Fixed.

[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
VT Hash Check 1.63
« Antwort #3694 am: 19 Februar, 2022, 22:20 »
VT Hash Check adds a Windows Explorer context menu that allows you to query the Virus Total file database, view and comment on database results, and optionally upload new files for analysis. Results may be saved in plain text, CSV, or JSON. VT Hash Check comes with TrID built-in for identifying unknown files.

License:GNU GPL v3

https://www.boredomsoft.org/vt-hash-check.bs

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 22.90.0004 Beta
« Antwort #3695 am: 20 Februar, 2022, 19:40 »
Whats new:>>

    Help: Fixed another circular reference.
    Custom Toolbar Buttons: Since v22.90.0003 various types of definitions were falselydirected into the Hamburger. Fixed.
    SC popupmenu / popupnested: v22.90.0003 broke the use of paths in the itemlist. 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
Cloud Commander Desktop 16.0.0 npm
« Antwort #3696 am: 20 Februar, 2022, 19:50 »
Conveniently preview and manage files and folders of your system from your computer's desktop with the help of this Eletron-based wrapper of Cloud Commander, a comprehensive web file manager.

MIT License

Changelog

    Feature:

    (cloudcmd) drop support of node < 16
    (package) supertape v7.1.0
    (package) eslint-plugin-putout v13.11.0
    (package) madrun v9.0.0
    (package) putout v25.0.1

[close]

http://cloudcmd.io/

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
Tablacus Explorer 22.2.20 Pre-release
« Antwort #3697 am: 20 Februar, 2022, 21:00 »
Whats new:>>

Some fix (Backup recommended)

Fixed the problem that the folder could not be created by pressing the [Enter] key from the folder creation dialog of the Blink version.

https://github.com/tablacus/TablacusExplorer/releases

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 22.90.0005 Beta
« Antwort #3698 am: 21 Februar, 2022, 06:40 »
Whats new:>>

    Tab Bar: Probably since 20201211 adding tabs to a hidden tab bar in single pane mode lacked a necessary redraw. Fixed.
    Ignore Diacritics: Certain characters could destroy the comparison. 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
VT Hash Check 1.64
« Antwort #3699 am: 21 Februar, 2022, 17:10 »
Whats new:>>

Fix the trid analysis feature which stopped working in 1.63

https://www.boredomsoft.org/vt-hash-check.bs

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
Tablacus Explorer 22.2.21
« Antwort #3700 am: 21 Februar, 2022, 17:55 »
Whats new:>>

Added: Korean language file

# The icon pack for Vector icons (SVG) has been released.
It's a Vector icon, so it's beautiful even if you enlarge it! It looks good in both light and dark modes. It is an icon pack called Tablacus Vector.

https://github.com/tablacus/TablacusExplorer/releases

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 22.90.0006 Beta
« Antwort #3701 am: 21 Februar, 2022, 19:40 »
Whats new:>>

    SC popupmenu/popupnested enhanced: Added flags 2 and 4 to process paths and cut away paths.
    ! Custom Toolbar Buttons: Fixed various things concerning Hamburger support.

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 22.90.0007 Beta
« Antwort #3702 am: 22 Februar, 2022, 19:40 »
Changelog
   

    Customize Toolbar Dialog: Now Custom Toolbar Buttons show (parts of) the script in the tooltip so you get an idea of what's inside. You can even hold CTRL to show extra info about keys and images. If the list has input focus pressing the CTRL key will alter/show the tooltip right away.
    Hamburger: Now it also recognizes URLs without further ado.
    Hamburger: Now toolbar buttons with a pressed state show "[On]" in the menu if they are currently pressed.
    Custom Toolbar Buttons: Editing scripts got a nicer interface (similar to the Hamburger editor in the Breadcrumb Bar).
    Custom Toolbar Buttons: Now they always show (parts of) the script in the tooltip. Before, this was only done if they had no Name defined (otherwise just the Name was shown in the tooltip).
    Custom Toolbar Buttons: Fixed various things concerning Hamburger support.
    Toolbar | Text Buttons: Neighboring buttons did not get a tooltip. Fixed.
    Customize Toolbar Dialog: The button lists totally ignored the font set in Configuration | Colors and Styles | Fonts | Buttons and Labels. Fixed.

[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 22.90.0008 Beta
« Antwort #3703 am: 22 Februar, 2022, 21:30 »
Whats new:>>

Customize Toolbar Dialog: The new tooltips could get stuck in the air. 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
Tablacus Explorer 22.2.22
« Antwort #3704 am: 22 Februar, 2022, 21:40 »
Tablacus Explorer is a software utility designed to help you organize and manage the contents of your folders. This program comes in handy for all users who want to check out the contents of their partitions on the fly.

The user interface is straightforward and you should get used to working with this program in no time. It’s easy to switch between multiple folders thanks to its built-in tabbed support.

There are multiple customization options included in this program by the developer and all off them prove to be extremely useful for users who need to view and organize their documents and folders. You may select how the folders should be displayed into the main window in terms of large, medium or small icons and details, tiles and content. Furthermore, the app allows you to customize menus, tabs (style, alignment, size, position), keys and mouse gestures.

Freeware

Whats new:>>

    Adjusted so that it can be displayed even if svg and png are mixed in the icon pack
    Re-adjusted the problem that the folder may not be created by pressing the [Enter] key from the Blink version of the folder creation dialog.
    The icon pack for Vector icons (SVG) has been released.
    It's a Vector icon, so it's beautiful even if you enlarge it! It looks good in both light and dark modes. It is an icon pack called Tablacus Vector.

https://github.com/tablacus/TablacusExplorer/releases

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 )