A bit of both.
I have a lot of files that I donât need to have quick access to, so there is no reason to have them indexed.
A bit of both.
I have a lot of files that I donât need to have quick access to, so there is no reason to have them indexed.
Launching WEB command
1- Support command argument
keyword: azure
display title: azure
URL: --app=https://portal.azure.com/
Ok. For now I can run with && if I can figure out how to escape properly. I tried running with quotes escaped and not escaped and had problem. I will experiment further.
thanks! I will experiment with run box to see how to properly execute with it and then try in listary.
Ok, so I successfully completed a powershell command with the following argument
This flattens a folder structure. Still have a few bugs to iron out. Maybe consider a ârepositoryâ to offer to share scripts/commands. This might help extend listaryâs power. Big request, but something to to consider as part of your plugin development.
Parameter:
$Rootfolder = Dir "%PATH%*
" -Directory ; ForEach($folder in $Rootfolder) { Dir $folder.fullname -Recurse -File -Verbose | Move-Item -Destination "%PATH%
"; Dir "%PATH%
" -Recurse -Directory -Verbose | Remove-Item -Force -Recurse -Verbose } Read-Host âPress Enter to closeâŚâ | Out-Null;
#BUG
Encoding for {query} with urls is not HTML encoding. Therefore a query with invalid html characters (for example #) wonât work.
In the case of a query like this: C# parallel for each
turns into : C
proposed fix: ensure HTML encoding applied to argument for web commands.
thanks!
Since this is used very rarely, you can create a custom command for Chrome to open a website with arguments instead.
Fixed now. Thanks for the feedback.
Ctrl+Shift+x become the file extension show/hide hotkey? It conflicts with QTTabBarâs copy file name hotkey.
Listary Options - Menus - Commands (from the dropdown menu) - Show File Extension. This hotkey was not introduced by Listary 5. It has been there for years.
The Listary / Options / Index / âExclude a drive or folderâ doesnât allow you to select hidden folders and doesnât support drag and drop.
There are many locations that Iâm not interested in indexing, for example:
Yet there isnât any way to remove these from the Listary index.
Please add drag and drop support to index box and please do not hide any hidden or system folders in the âbrowse for a folderâ dialog box.
Iâm working on a solution for this.
Currently you have to enable âShow hidden and system filesâ in Explorer to add these folders in Listary. The folder dialog is controlled by the global Windows settings.
Hello Channing,
I have been using Listary 5 beta since one week now and am enjoying it. Great work on the themes. It makes my computing lots more fun!
Looking forward to the release.
Thanks! Iâm glad you love it.
Feature request:
Question
Is there any future in possibly indexing the content in certain files, like text, sql, .cs files? This would fall in the realm of a plugin?
Feature Request
Save custom commands as separate JSON file with a GUI option to export and import with merge. If command doesnât exist it would add the additional commands, if the command does it exist it would update the command.
I found it cumbersome to share some config settings with other users, so a simple way to export commands and import would a great benefit
Feature Request
Autohide timeout option if launching box loses focuses or another launching action in explorer is started.
**Possible defect **
Web urls/commands donât honor fuzzy matching.
For example .somethingcommand wonât work recognizing the period
Web urls like:
HR/PTO Timecard stuff (other text)
requires the exact match of hr/PTO, and wonât allow access with partial match.
Suggested fix. Offer an option to enable fuzzy matching commands/urls along with fuzzy matching files.
Iâve turned on âshow hidden and system filesâ in explorer, but thereâs still no way to exclude C:$RECYCLE.BIN, I can see it in Opus but not in Listary.
Showing system and hidden files at least allows me to hide the AppData folder though.
Unfortunately no. But Listary will allow you to indirectly call Windows Search which does index file contents.
Iâll consider allowing users to export/import command settings using the âBatch Addâ dialog in plain text format directly.