Autor Thema: Tools diverses (Desktop,Dateimanipulation,Shell etc.)...  (Gelesen 1166795 mal)

0 Mitglieder und 42 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
WezTerm 20230320
« Antwort #20700 am: 21 März, 2023, 11:40 »
Designed by a passionate developer going by the name of Wez Furlong, WezTerm is a terminal emulator capable of running on all major OSes out there such as Windows, macOS, and Linux.

MIT License

Changelog
 

    New:

    Copy Mode now supports using CTRL-u and CTRL-d to move by half a page at a time. Thanks to @pengux! #2662
    macOS: allow association with .command, .sh, .zsh, .bash, .fish and .tool scripts, so that those can open and show their output in the terminal. #2871 #2741
    macOS: initial cut at macOS native menu bar #1485
    mux: exposed MuxDomain to lua, along with wezterm.mux.get_domain(), wezterm.mux.all_domains() and wezterm.mux.set_default_domain().
    hide_mouse_cursor_when_typing option to control whether the mouse cursor is hidden when typing. Thanks to @ProspectPyxis! #2946
    pane:get_text_from_region(), pane:get_text_from_semantic_zone(), pane:get_semantic_zones(), pane:get_semantic_zone_at()
    Color schemes: Apple Classic, Breath (Gogh), Breath Darker (Gogh), Breath Light (Gogh), Breath Silverfox (Gogh), Breeze (Gogh), catppuccin-latte, Everblush, Everforest Dark (Gogh), Everforest Light (Gogh), GruvboxDark, GruvboxDarkHard, Kanagawa (Gogh), Predawn (Gogh), rose-pine, rose-pine-dawn, rose-pine-moon, Solarized (dark) (terminal.sexy), tokyonight_moon
    window:focus(), ActivateWindow, ActivateWindowRelative, ActivateWindowRelativeNoWrap
    Copy Mode: added MoveForwardWordEnd, thanks to @GZLiew! #2908
    tab:get_size(), tab:rotate_counter_clockwise(). tab:rotate_counter_clockwise().
    wezterm.config_builder()
    gui-attached event provides some more flexibility at startup.
    wezterm cli get-text command for capturing the content of a pane.
    macOS: added a dock menu that allows spawning new windows. Thanks to @dahlia! #3054
    quit_when_all_windows_are_closed configuration option.
    CTRL-SHIFT-P now activates the new command palette #1485
    wezterm ssh now supports %l and %L tokens in config files. #3176
    hyperlink_rules now support specifying which capture group should be highlighted.
    wezterm.default_hyperlink_rules function makes it easier to extend the default set of hyperlink rules.

    Fixed:

    X11: hanging or killing the IME could hang wezterm #2819
    wezterm ssh now respects the AddressFamily option when connecting #2893
    Windows: panic when minimizing a window when front_end='WebGpu' #2881
    X11: wezterm.screens().active is now populated based on the currently focused window, rather than just copying the main screen data. Thanks to @NBonaparte! #2928
    Resizing windows when overriding the dpi in the config would not respect the specified dpi. Thanks to @niclashoyer! #2914 #2978
    Wayland: mouse cursor didn't auto-hide when typing. Thanks to @jmbaur! #2977
    mux: default_workspace was not always respected when spawning #2981
    window:active_key_table() now factors in pane-specific key table stacks for things like CopyMode. #2986
    modal overlays like CharSelect and the command palette sometimes wouldn't render when first activated until pressing a key.
    lag when making heavy use of foreground process information in tab titles. #2991
    X11: always update selection owner even if our window already owns it #2926
    command output would not be displayed if the command exited almost immediately after starting up.
    Windows: ALT key was not recognized when processing mouse events. Thanks to @mbikovitsky! #3053
    Copy Mode: MoveForwardWord not always moving to next line. thanks to @GZLiew! #2955
    Wayland: fixup hidpi scaling when front_end="WebGpu". Thanks to @valpackett! #2877
    Reloading the config while a pane was zoomed could result in visual artifacts #3068
    SSH: Closing an individual pane via CloseCurrentPane would kill the remote pane but not detect that it had exited. #3095
    Panic when decoding animated webp images #3250
    Config was not applied to non-zoomed panes when config was reloaded #3259
    Default hyperlink_rules now match URLs with port numbers #928
    Incorrect cursor position after processing iTerm2 image escape sequence #3266
    Images are now buffered to temporary files and decoded in background threads. This reduces the RAM overhead especially of long animations and reduces the render latency due to decoding frames; animations now render as soon as the first frame is decoded. #3263
    Improved compatiblity with the Kitty Image Protocol #2716
    wezterm.time.call_after would not work when used in an event callback. #3026
    Hover state not correctly indicated for retro tab bar when showing at the bottom of the window #3113

    Changed:

    CTRL-SHIFT-P now activates the new command palette, instead of PaneSelect #1485
    Window title reporting escape sequences are now disabled by default. See here for more details
    Withdraw DEC private SGR escapes that affect superscript and subscript due to xterm/vim conflict mintty/#1189
    Removed deprecated Copy, Paste and PastePrimarySelection actions. Use CopyTo and PasteFrom instead.
    wezterm -e is now an alias for wezterm start. Thanks to @Abdiramen! #2889 #2782
    bold_brightens_ansi_colors now supports "BrightOnly" to use the bright color without selecting a bold font. #2932
    Color schemes: Gruvbox Dark was renamed to GruvboxDark and adjusted in the upstream iTerm2-Color-Schemes repo
    Config warnings, such as using deprecated or invalid fields will now cause the configuration error window to be shown. Previously, only hard errors were shown, which meant that a number of minor config issues could be overlooked.
    Referencing wezterm.GLOBAL now returns references rather than copies, making it less cumbersome to code read/modify/write with global state
    wezterm start now accepts --domain and --attach options. wezterm connect DOMAIN is now implemented internally as wezterm start --domain DOMAIN --attach.
    X11: spurious pointer focus events no longer influence terminal focus events. Thanks to @NBonaparte! #2959
    Copy Mode: Added Home and End default assignments. Thanks to @cunha! #2762
    wezterm.mux.spawn_window and SpawnCommandInNewWindow now accept a position field to control initial gui window position. #2976
    X11/Wayland: Mouse based selection once again copies to both the clipboard and the primary selection. This was the original intended behavior but a regression in an earlier release changed it by accident and it's been annoying me ever since. You are welcome to define your own mouse bindings if you want to change that behavior.
    WSL Domains returned from wezterm.default_wsl_domains now set default_cwd="~" #2826
    wezterm now also searches $XDG_CONFIG_DIRS as well as $XDG_CONFIG_HOME when searching for config files. Thanks to @jmbaur! #3146
    wezterm.time.call_after now accepts fractional numbers of seconds. #3287

    Updated:

    Bundled harfbuzz updated to version 6.0.0
    Bundled Nerd Font Symbols font to v2.3.3

 
[close]

https://wezfurlong.org/wezterm/

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
Ant Download Manager 2.10.1 Build 84841 Beta
« Antwort #20701 am: 21 März, 2023, 18:20 »
Ant Download Manager is a fast and easy downloader of any internet files. The application has many useful features various Internet download content, browse, manage them.

Freemium

Whats new:>>

fixed MPEG-DASH parser

http://antdownloadmanager.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
Monitorian 4.2.2
« Antwort #20702 am: 21 März, 2023, 20:10 »
Monitorian is a Windows 7 or newer application designed to make adjusting the brightness of multiple monitors simple.

Monitorian features a simple interface that shows all available monitors and a slider for each that shows the percentage of that monitors current brightness.

License: Open Source

Whats new:>>

    Redefine behavior of unison function #427
    Supplement French (fr) language.

https://github.com/emoacht/Monitorian

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
Tabby 1.0.196 Alpha
« Antwort #20703 am: 22 März, 2023, 09:40 »
Tabby (formerly Terminus) is a highly configurable terminal emulator, SSH and serial client for Windows, macOS and Linux

MIT License

Changelog

    Fixes:

    2a8b7c3: fixed #8124 - animation toggle didn't affect pane maximizing

    Changes:

    9a6e684: added minimum contrast ratio support to the theme

[close]

https://github.com/Eugeny/tabby

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
Alt-Tab Terminator 5.8
« Antwort #20704 am: 22 März, 2023, 10:20 »
Alt-Tab Terminator is an elegant and powerful task management utility for Windows 7/8/10. Once installed, it replaces the default Alt-Tab dialog with a nice box that shows a list of all running tasks, with their names and preview snapshots, and enables the user to take actions on them using the mouse and keyboard shortcuts. Alt-Tab Terminator is the direct successor to VistaSwitcher and TaskSwitchXP.

Shareware

Changelog


    New languages: Hungarian, Spanish
    Fixed foreground window activation on Alt + Escape
    Fixed task list item selection with the Space key
    Fixed Alt + ~ behavior with "Always On Top" windows
    Default settings: Aero Blur turned off, Medium size
    Some other minor improvements and bug fixes

[close]

https://www.ntwind.com/software/alttabter.html

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
Clibor v2.3.1E
« Antwort #20705 am: 22 März, 2023, 10:40 »
Clibor is designed to help you manage the history of all the items copied to the Windows clipboard. Its main purpose is to overcome the clipboard limitations, enabling you to store more than one entry and choose the text you want to paste.

Clibor runs in the system tray, enabling you to access the clipboard history and all its other options using the context menu. It can store up to 1,000 items and allows you to copy and paste using the LIFO or the FIFO method.

Freeware

Changelog


ver 2.3.1E

    Fixed a bug with up/down buttons in the set phrase edit screen.

ver 2.3.0E

    Improved performance and stability through source code review
    Fixed main screen not flickering
    Changed to “Segoe UI” for screen fonts
    Chinese is “Microsoft YaHei UI”
    The format of the list on the main screen can now be changed.
    Fixed display problems and improved rendering on high-resolution monitors
    Change initial values of settings at first startup
    Addition of automatic version update check function
    Disabled host-side Clibor hotkeys during remote desktop operation
    Changed OS support to Windows 10 or later
    Changed the right-click menu on the main screen to automatically paste after conversion and formatting.
    Changed to auto-paste after “Save and send to Clipboard” on the clipboard history edit screen.
    Change the shortcut key for the right-click menu on the main screen.
    Fixed not to close the screen after concatenating multiple selections in the clipboard history screen.
    Fixed data backup/restore screen not closing after restore.
    Fixed that the Set phrase hotkey does not close the screen when in FIFO mode.
    Other minor improvements.
    Fixed a bug in which the password input screen would not focus if a mistake was made.
    Fixed a bug that caused fonts to become larger depending on the magnification rate of the monitor resolution.
    Fixed a bug that “Do not move history to the top when clipboard history is selected” setting may not work.
    Fixed a bug in which the “Screen Display Control: Do nothing with search box when displaying screen” setting did not work.
    Fixed an issue where the “Remember last opened tab/page” setting did not work.
    Fixed “FIFO/LIFO: Empty clipboard when data is lost” bug
    Other minor bug fixes.

[close]

https://chigusa-web.com/en/clibor/

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
DesktopOK 10.77
« Antwort #20706 am: 22 März, 2023, 19:10 »
DesktopOK ist ein kleines Tool zum Speichern der Iconposition, bzw. des Icon Layouts am Desktop. Gerade für Anwender, die oft die Bildschirmauflösung verändern müssen, wie z.B. Webmaster oder Gamer.

Oder auch für potentielle Nutzer (Anwender), die häufig mit einem Beamer am Notebook arbeiten müssen. (Auch hierbei stellt sich gern die Auflösung am Notebook um).

Nach dieser Veränderung findet man ein Iconchaos am Desktop, als ob eine Bombe eingeschlagen hätte. Ebenso bei Arbeiten mit Andockbahren, Desktopleisten und Fenstern verschiebt sich die Iconposition und wird nicht korrekt wiederhergestellt, falls dies vom jeweiligen Programm nicht in vorraussichtlicher Weise berücksichtigt wurde, wie z.B. in "FavoritenFreund".

Freeware

Was ist neu : >>

• Allgemeine Verbesserungen in den DesktopOK Windows Tools
• Kleine Bug-Fixe unter Windows 11
• Allgemeine Optimierung in DesktopOK

http://www.softwareok.de/?seite=Freeware/DesktopOK

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
Dude (DUplicates DEtector) 1.0048.599
« Antwort #20707 am: 22 März, 2023, 19:40 »
A portable, practical utility that makes it easier for users to find duplicate files in a given folder and dispose of them right away.

MIT License

Whats new:>>

Open folder and files in external app, passing params, separate thread

https://github.com/PJDude/dude

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
ManicTime 2023.1.0.1 Beta
« Antwort #20708 am: 22 März, 2023, 20:45 »
ManicTime is a system tool for time management that quietly sits in the background and records your daily activities.

When you are finished with your workday you can use the collected data to accurately keep track of your time. Since it is always tracking you, that means there is no more "punch-clock" like software to report to, where you always forget to start or stop the clock. You just sit back and do your work like normal and ManicTime takes care of the rest.

Freemium

Changelog


    Show data from .CSV file as a timeline
    Shortcut for switching selected timeline on Day view - by default it is set to Ctrl-T. You can change it in settings
    Space key can now be used to check a checkbox on Day view, summary list on bottom right
    "Add to AutoTag" and "Choose tag" windows can be resized
    Screenshot viewer now shows date of screenshot
    Added Windows explorer path tracking
    Scheduled backup shows notification if scheduled backup path does not exist
    Plugin settings are shown also when plugins are not configured
    "Go to server" shortcut added to task bar menu
    Advanced search, export selected - after you select some results (with Shift or Ctrl click) you can right click on selection and choose "Export selected"
    Trial length increased to 30 days
    Bug fix: If screenshots were disabled on the client, they didn't show on server timelines
    Bug fix: Neighboring tags did not merge if casing was different
    Bug fix: Fixed crash when screenshot viewer was closed while searching for next screenshot
    Bug fix: On AutoTag, double clicking anywhere selected some tag

[close]

http://www.manictime.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
Windows and Office Genuine ISO Verifier 11.12.34.23
« Antwort #20709 am: 23 März, 2023, 07:15 »
Windows and Office Genuine ISO Verifier allows you to quickly verify whether or not you have an authentic edition of Microsoft Windows or Office.

The tool is an easy-to-use way of double-checking ISO images when you perhaps downloaded them from somewhere other than directly from Microsoft. It contains an extensive database of hash values to check against that includes the SHA-1 to relatively old Microsoft releases, such as Office 95 and Windows XP.

Freeware

Changelog

    Windows 11 (business editions), version 22H2 (Updated Feb 2023)
    Windows 11 (consumer editions), version 22H2 (Updated Feb 2023)
    Windows 11 (business editions), version 21H2 (Updated Feb 2023)
    Windows 11 (consumer editions), version 21H2 (Updated Feb 2023)
    Windows 10 (business editions), version 22H2 (Updated Feb 2023)
    Windows 10 (consumer editions), version 22H2 (Updated Feb 2023)
    Windows 10 (business editions), version 21H2 (Updated Feb 2023)
    Windows 10 (consumer editions), version 21H2 (Updated Feb 2023)
    Windows Server 2022 (Updated Feb 2023)

[close]

https://genuine-iso-verifier.weebly.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
Alternate Consumption Calc 1.590
« Antwort #20710 am: 23 März, 2023, 10:40 »
A simple program for capturing meter readings or consumption values. The data is captured for each month. Up to 8 values can be combined in one single file. The files may also be exported to CSV format which allos further editing in other programs (like Excel, Libre Office/ Open Office Calc). You may also combine several month-files into one with this program.

Freeware

Whats new:>>

    Danish translation updated
    French installation updated
    Dialogues optimized

http://www.alternate-tools.com/pages/c_conscalc.php?lang=ENG

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
Dude (DUplicates DEtector) 1.0049.464
« Antwort #20711 am: 23 März, 2023, 10:50 »
A portable, practical utility that makes it easier for users to find duplicate files in a given folder and dispose of them right away.

MIT License

Whats new:>>

More information on softlinks/hardlinks, usage tips, copyright date, contributing, tooltip

https://github.com/PJDude/dude

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
NVDA 2023.1 RC 2
« Antwort #20712 am: 23 März, 2023, 11:20 »
Blind or vision impaired people can easily access computers running Windows with the help of this advanced and reliable application.

Donationware

Whats new:>>

NVDA no longer fails to continue reading in Kindle for PC after turning the page.

https://www.nvaccess.org/

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
DisplayFusion Pro 10.0 Beta 23
« Antwort #20713 am: 23 März, 2023, 11:30 »
DisplayFusion Pro will make your dual monitor (or triple monitor or more) experience smooth and painless. Advanced multi-monitor wallpaper support, Flickr integration for image searching and fully customizable window management hotkeys are just a sample of the many things DisplayFusion Pro can do. DisplayFusion Pro is also available in many different languages.

Changelog

    Change: Advanced settings that are forced by policy setting will now show as red and cannot be edited in the UI
    Fix: Taskbar will now force below the Teams screen sharing toolbar
    Fix: AnzioWin now shows up in Alt+Tab
    Fix: Resolved an intermittent issue where taskbar buttons didn't get removed from the Windows taskbar
    Fix: Auto-hide taskbar z-order fix
    Fix: Pinned items will now keep using the custom icon if set
    Fix: Drag and drop on taskbar buttons now works in Windows 11
    Fix: Start menu positioning fixes
    Fix: Tray icons work again in the latest Windows 11 build

[close]

https://www.displayfusion.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
OneLaunch 5.13.3
« Antwort #20714 am: 23 März, 2023, 18:45 »
OneLaunch is a full-featured launcher providing a centralized location to work from.

It is packed with numerous features that will help make your PC session more convenient and efficient. One-click allows instant access to the OneLaunch browser, your favorite shortcuts, apps, and so much more. It is displayed from an intuitive interface that allows for smooth navigation to its various features. When not in use, you have a sleek, unobtrusive toolbar at the top of your screen. By default, many apps are chosen for everyday practicality to provide you with easy access, like Gmail, Microsoft.com, PayPal, Amazon, etc. You have the freedom to add or remove them as you see fit. You can also bookmark your favorites sites.

Freeware

https://onelaunch.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 )