All Projects → stnkl → Everythingtoolbar

stnkl / Everythingtoolbar

Licence: other
Everything integration for the Windows taskbar.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Everythingtoolbar

Taskbarx
Center Windows taskbar icons with a variety of animations and options.
Stars: ✭ 6,137 (+65.6%)
Mutual labels:  taskbar, windows-taskbar, taskbar-application
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (-99.33%)
Mutual labels:  taskbar, taskbar-application
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-99.84%)
Mutual labels:  taskbar, taskbar-application
Tc Material Design
Série de artigos sobre o Material Design Android
Stars: ✭ 64 (-98.27%)
Mutual labels:  toolbar
Materialviewpager
A Material Design ViewPager easy to use library
Stars: ✭ 8,224 (+121.91%)
Mutual labels:  toolbar
Daterangepicker
The best (?) date range picker control for OS X.
Stars: ✭ 126 (-96.6%)
Mutual labels:  toolbar
Frameless Titlebar
Customizable Electron Titlebar for frameless windows
Stars: ✭ 167 (-95.49%)
Mutual labels:  toolbar
React Native Collapsible Toolbar
Pure JS based collapsible toolbar for react native on Android and iOS
Stars: ✭ 50 (-98.65%)
Mutual labels:  toolbar
Summernote Cleaner
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Stars: ✭ 148 (-96.01%)
Mutual labels:  toolbar
Jellytoolbar
No description or website provided.
Stars: ✭ 1,475 (-60.2%)
Mutual labels:  toolbar
Customnavigationbarsample
Navigation Bar Customization in Xamarin Forms
Stars: ✭ 104 (-97.19%)
Mutual labels:  toolbar
Materialdesign
Material Design 控件集合。ConstraintLayout、NestedScrollView、Toolbar、TabLayout、TextInputLayout。。。
Stars: ✭ 68 (-98.17%)
Mutual labels:  toolbar
Tabtoolbar
A small library for creating tabbed toolbars
Stars: ✭ 129 (-96.52%)
Mutual labels:  toolbar
Nativescript Keyboard Toolbar
⌨️🛠Add a customizable toolbar on top of the soft keyboard
Stars: ✭ 66 (-98.22%)
Mutual labels:  toolbar
Tool Bar
Package providing customisable toolbar for Atom
Stars: ✭ 159 (-95.71%)
Mutual labels:  toolbar
Leaflet Geoman
🍂🗺️ The most powerful leaflet plugin for drawing and editing geometry layers
Stars: ✭ 1,088 (-70.64%)
Mutual labels:  toolbar
Android List To Grid
Implementation of List to Grid: Icon Transition
Stars: ✭ 147 (-96.03%)
Mutual labels:  toolbar
Titlelayout
多功能、通用的、可在布局或者使用Java代码实现标题栏; 支持沉浸式状态栏; 支持标题栏单击、双击;支持左侧返回按钮不需要手动实现页面返回; 支持左侧按钮,中间标题,右边按钮点击 左侧支持图片+文字、单独图片、单独文字;右侧支持单独图片、单独文字等。
Stars: ✭ 94 (-97.46%)
Mutual labels:  toolbar
Appearancenavigationcontroller
Example with advanced configuration of the navigation controller's appearance
Stars: ✭ 91 (-97.54%)
Mutual labels:  toolbar
Floatingtoolbar
A toolbar that morphs from a FloatingActionButton
Stars: ✭ 1,540 (-58.45%)
Mutual labels:  toolbar

EverythingToolbar

build Crowdin MIT license Downloads

Everything integration for the Windows taskbar.

Features

  • Instant search results using Everything
  • Quick navigation via keyboard shortcuts
  • Light and dark theme (or custom themes)
  • Customizable open with commands
  • Rules for opening files
  • Uses filters defined within Everything

Demo

demo

Requirements

Install

  • Make sure Everything is installed and running
  • Install EverythingToolbar using one of the following methods
  • Enable EverythingToolbar via the context menu of the taskbar
    • Note: You will have to open the context menu twice as it doesn't show up the first time you open it.
  • Adjust size and position after unlocking the taskbar (demonstration video)

Build

  • Open solution in Visual Studio with .NET Framework 4.7 support
  • Disable signing in project properties
  • Build the project (Windows Explorer will restart)
  • Install the toolbar by running EverythingToolbar/tools/install.cmd as admin

Keyboard shortcuts

Shortcut Function
/ Navigate search results
Ctrl+/ Navigate search history (if enabled)
Return Open
Ctrl+Return/Click Open path
Shift+Return/Click Open in Everything
Alt+Return/Click File properties
Ctrl+Shift+Enter Run as admin
(Shift+)Tab Cycle through filters
Ctrl+0-9 Select filter
Ctrl+Space Preview file in QuickLook
Win+Alt+S Focus search box (customizable)

Rules

Create custom open with commands by selecting Rules... from settings. By checking Automatically apply rules based on condition matching files/folders based on the type and regular expression field will execute the corresponding command when opened.

Examples:

Name Type Regular Expression Command
Open terminal here... Any cmd /K "cd %path%"
Total Commander (Left) Any totalcmd /O /L=%path%
Total Commander (Right) Any totalcmd /O /R=%path%
MSPaint File .*\\PixelArt\\.*(bmp|BMP) mspaint %file%

Leaving the regular expression field empty will never match.

Customization

  • Edit an existing theme/item template or create a new one in the Themes / ItemTemplates folder
  • Restart Windows Explorer via the task manager
  • Select theme/item template from settings

Contribute

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

You can also help by translating EverythingToolbar.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].