Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srwi/EverythingToolbar

Everything integration for the Windows taskbar.
https://github.com/srwi/EverythingToolbar

deskband everything everything-search hacktoberfest taskbar taskbar-application toolbar windows windows-taskbar wpf

Last synced: about 2 months ago
JSON representation

Everything integration for the Windows taskbar.

Awesome Lists containing this project

README

        

EverythingToolbar
=================



Instant file search integration for the Windows taskbar powered by [Everything](https://www.voidtools.com/).

## Features

### Light & Dark
EverythingToolbar seemlessly blends into Windows 10 and 11 and adjusts according to your theme settings.

### Custom search filters
EverythingToolbar reads custom filters previously defined in Everything. To enable this feature, check the `Use Everything filters` option in the EverythingToolbar settings. From now on, all filters will be available from the filter dropdown:

![Custom search filters](https://user-images.githubusercontent.com/17520641/213913613-3621a0c1-0386-4d7a-ac0f-e7ab0239b222.png)

### Quick toggles for search options
Quick access to search flags (match case, whole word, match path and reg-ex) allows you to find your files precisely.

![Quick toggles](https://user-images.githubusercontent.com/17520641/213913757-da27d69d-59eb-445b-9d44-5b2e34c6faf4.png)

### RegEx-powered file associations
Create custom *Open with* commands by selecting Rules... in the preferences. By checking the Automatically apply rules based on condition checkbox, matching files/folders will execute the appropriate command based on the type and regular expression field. Leaving the regular expression field empty will never match, but the entry will only be displayed in the *Open with* context menu of the search results.

![Rules window](https://user-images.githubusercontent.com/17520641/213928743-a7f6a932-0b60-4dc3-8d2b-72ee09cf6e53.png)

### Compatibility
EverythingToolbar is compatible with both Windows 10 and Windows 11 and works well with tools like [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher) and [StartAllBack](https://www.startallback.com/) to give you the full deskband integration even on Windows 11.

![Windows 10 screenshot](https://user-images.githubusercontent.com/17520641/213918399-a566c476-9b7e-460b-97c5-479964ddfa78.png)

### Other features:

- Open EverythingToolbar at any time via a customizable shortcut
- Redirect Start menu search to EverythingToolbar (experimental)
- Drag and drop files to where you need them most
- Quickly preview files thanks to [QuickLook](https://github.com/QL-Win/QuickLook)/[Seer](http://1218.io/) integration
- Use custom Everything [instance names](https://www.voidtools.com/support/everything/multiple_instances/#named_instances)

### Keyboard shortcuts

| Shortcut | Function |
|-------------------------------------------------------|--------------------------------------|
| / | Navigate search results |
| Ctrl+/ | Navigate search history (if enabled) |
| Enter | Open |
| Ctrl+Enter/Click | Open path |
| Shift+Enter/Click | Open in Everything |
| Ctrl+Shift+C | Copy full path to clipboard |
| Alt+Enter/Click | File properties |
| Ctrl+Shift+Enter | Run as admin |
| (Shift+)Tab | Cycle through filters |
| Ctrl+0-9 | Select filter |
| Space | Preview file in [QuickLook](https://github.com/QL-Win/QuickLook) |
| Win+Alt+S | Focus search box (customizable) |

## Installation

- Make sure you are running Windows 10 or 11 and [Everything](https://www.voidtools.com) ≥ 1.4.1 is installed and running (the Lite version is not supported)
- Install EverythingToolbar using one of the following methods
- Download the installer for [EverythingToolbar](https://github.com/srwi/EverythingToolbar/releases)
- [Chocolatey](https://chocolatey.org/): `choco install everythingtoolbar`
- [winget](https://github.com/microsoft/winget-cli/): `winget install everythingtoolbar`
- [Manual installation](https://github.com/srwi/EverythingToolbar/wiki/Installation-per-user-(experimental)) without admin privileges (not recommended)
- **Note:** For Everything 1.5a the instance name `1.5a` must be set in the EverythingToolbar settings ([screenshot](https://github.com/srwi/EverythingToolbar/assets/17520641/c8e6f9ad-9f33-4ad9-92c1-788b5f7f438a)).

## Setup

### Search icon

*Recommended for **unmodified Windows 11** installations*

- After installation on Windows 11 the setup assistant will guide you through the setup process
> If the setup assistant did not start automatically, search for `EverythingToolbar` in the Windows Start menu.

> If you want to use the search icon on Windows 10 (not recommended), search for `EverythingToolbar.Launcher.exe`, start it manually and follow the setup process.

### Deskband

*Recommended for **Windows 10** or in combination with [ExplorerPatcher](https://github.com/valinet/ExplorerPatcher)/[StartAllBack](https://www.startallback.com/)*

- After installation on Windows 10, activate EverythingToolbar from the taskbar context menu
> You will need to open the context menu twice, as EverythingToolbar will not appear the first time.

> **Windows 11 only**: After installation, the search icon setup assistant will start automatically. If you want to use the deskband instead (only recommended in combination with ExplorerPatcher/StartAllback), close the assistant and end EverythingToolbar's background process via the taskbar tray icon.
- Adjust size and position after unlocking the taskbar ([Demonstration video](https://user-images.githubusercontent.com/17520641/107118574-19a1bf80-6882-11eb-843a-7e854e5d0684.gif))

## Build

- Open the solution in Visual Studio with .NET Framework 4.7 support
- Disable signing in project properties
- Deskband:
- Build project `EverythingToolbar.Deskband` (Windows Explorer will be restarted)
- Install the toolbar deskband by running `/tools/install_deskband.cmd` as admin
- Search icon:
- Set `EverythingToolbar.Launcher` as startup project and start debugging

## Contribute

All kinds of contributions (questions, bug reports, pull requests) are welcome! Helping with open issues is greatly appreciated. As a basic rule, before filing issues, feature requests or anything else, take a look at the issues and check if they have already been reported by another user. If so, engage in the already existing discussion.

You can also help by [translating EverythingToolbar](https://crowdin.com/project/everythingtoolbar).