Everything.NET
Everything frontend with dark mode.
1.1
- Renamed from Everything Frontend to Everything.NET.
- Everything.dll x64 added.
- ESC key closes the app.
- Up key restores the search text from the last session.
- Right-click opens the files native shell context menu.
- F1 key shows the About dialog.
https://github.com/stax76/Everything.NET
Everything.NET - Everything frontend with dark mode
Re: Everything.NET - Everything frontend with dark mode
Finally found some time to install the .NET 5 Desktop Runtime (5.0.1 currently, btw) and test your latest creation.
I like it! It doesn't get much more minimalistic than this
Some remarks:
I like it! It doesn't get much more minimalistic than this
Some remarks:
- Clever choice to start querying when 2 characters are entered.
- Maybe you are doing this already (didn't look at the code as I'm not a developer), but you can fetch just a "page" of results instead of all results at once. When scrolling, fetch the next page. This would improve speed.
- Context menu even supports extended entries ( SHIFT + right-click). Nice!
- Folders don't have a context menu.
- A keyboard shortcut to open the conetxt menu would be nice.
SHIFT+F10 is Windows standard (will open context menu including extended entries as it would be difficult to SHIFT+SHIFT+F10 ), but you can use anything of course, like ALT+ENTER. - The icon of the program is the same as that of Everything. Had t get used to that (2 Everything icons on the taskbar)
You could use a different icon. For example, here you can find Everything icons in different colors.
Re: Everything.NET - Everything frontend with dark mode
Thanks for the feedback.
A new version is available:
1.2
- Yellow icon
- Up/Down key navigates the main list.
- Shift+F10 or Menu key show the context menu.
https://github.com/stax76/Everything.NET
Please don't forget clicking the star button.
The WPF DataGrid has very good performance, my design queries data from Everything only for items that are currently visible, it performs well here.Maybe you are doing this already (didn't look at the code as I'm not a developer), but you can fetch just a "page" of results instead of all results at once. When scrolling, fetch the next page. This would improve speed.
I currently don't plan to support it because it's possibly difficult. The shell code is complex, and I'm not really familiar with it, just copied it from another open source project.Folders don't have a context menu.
It took a while to build because input related things are often tricky, it works now.A keyboard shortcut to open the context menu would be nice.
SHIFT+F10 is Windows standard
It uses now the yellow icon.The icon of the program is the same as that of Everything.
A new version is available:
1.2
- Yellow icon
- Up/Down key navigates the main list.
- Shift+F10 or Menu key show the context menu.
https://github.com/stax76/Everything.NET
Please don't forget clicking the star button.
Re: Everything.NET - Everything frontend with dark mode
There are many disadvantages for me in this version:
1. Open for dirs seems hardcoded for the Explorer
and ignores the system wide setting for other file managers to handle directories.
Thats much better handled in the Everything Toolbar which also has a Dark Theme
2. It doesnt store the size if I resize its windows.
3. I see no way to increase the font size, it scales bad for a high res display.
1. Open for dirs seems hardcoded for the Explorer
and ignores the system wide setting for other file managers to handle directories.
Thats much better handled in the Everything Toolbar which also has a Dark Theme
2. It doesnt store the size if I resize its windows.
3. I see no way to increase the font size, it scales bad for a high res display.
Re: Everything.NET - Everything frontend with dark mode
Please consider requesting it on the tracker and give it a star rating up vote.
Re: Everything.NET - Everything frontend with dark mode
Everything.NET has been reviewed on ghacks.net
Re: Everything.NET - Everything frontend with dark mode
Thanks for the note, a ghacks.net review is always good news, it helps to increase the star count on GitHub.
It was the fourth tool where I'm involved reviewed by ghacks.net, also reviewed in the past:
StaxRip
mpv.net
Open With++
It was the fourth tool where I'm involved reviewed by ghacks.net, also reviewed in the past:
StaxRip
mpv.net
Open With++
Re: Everything.NET - Everything frontend with dark mode
v1.3 Beta
- Path is included in search
- Context menu uses dark theme
- Selected item is remembered
- Only files are found and displayed
- Context menu that shows the most recent searches
https://github.com/stax76/Everything.NET
- Path is included in search
- Context menu uses dark theme
- Selected item is remembered
- Only files are found and displayed
- Context menu that shows the most recent searches
https://github.com/stax76/Everything.NET