[AutoHotkey v2] List manager (Find by tags, label), search, tree grouping, create, drag and sort, rename, set icon

Discuss and share scripts and script files...
Post Reply
Norn
Posts: 508
Joined: 24 Oct 2021 16:10

[AutoHotkey v2] List manager (Find by tags, label), search, tree grouping, create, drag and sort, rename, set icon

Post by Norn »

This script requires AutoHotkey v2.1 (Not 2.0).
The default hotkey is Ctrl+T (When only the XYplorer window is activated.
  • Can find by XYplorer tags and labels at the same time.

    The list on the left allows you to rename tag (including tagged items in XYplorer) and create new tag.

    Right tree view: create or delete items, rename, grouping, hold down the Ctrl key to drag and sort. (The tags of the listview can be dragged to an item in the tree view to add).

    In the search box, press the up and down arrow keys to select an item. In the listview, press Ctrl+Spacebar to check (Not supported by some input programs). In the tree view, press Shift+Spacebar to check. The nodes in

    The tree view can be expanded and collapsed using the left and right arrow keys.

    When you press the Enter key on the left control, you get the focused item on the left, and the same applies to the right.

    Ctrl+Enter gets the checked item and closes the window, if there is no checked item it is the focused item.

    Clicking the gray "|" will toggle the search separator between "And" and "Or". ("And" mode: If you checked multiple Labels, only the first one will be used.), the hotkey is Alt+S

    Clicking the search icon will switch mode to the set tag, label (Item must be selected). The hotkey is Alt+;

    Tab key always focuses on the search box.


    Others:
    Adds the selected item on the left to the right: +
    Toggle "Whole Path", "Item Name": Alt+'
    Sort the tree items: Ctrl+=、Ctrl+-
    Deletes the item in the list on the right: Del
    Shift+F10 Open menu
    Alt+T Makes the window stay on top
    Setting default select will automatically save the tree view
    Both search boxes support PinYin



1.Keyboard Operation.gif
2.Operations.gif
3.Resize, PinYin.gif
【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.9.5.zip
中文【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.9.5.zip
v1.9.5:
  • Make the window owned by XY, support QuanPin and polyphonic characters (implemented by dll file)


v1.9.4:
  • Modify the background color of the focused item

【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.9.3.zip
中文【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.9.3.zip
v1.9.3:
  • Prevent listview from drawing while searching
    Get the tag of the XYplorer focused item by default when displaying
    Focus and update tags when creating new tag
    Uncheck listview when closing dialog
    Restore the automatic column width of v1.5
    Activate the dialog when restoring it


v1.9:
  • Create multiple tags in the left listview
    Remove the single tag of the XY selected item in the left listview


v1.8:
  • Click ✔ to check the tags of the XY focused item on the left list (Right click to uncheck all)
    Keep checked items on top
    Remove the tag when renaming to empty value
    Add tag mode
    Back up the tag database

【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.7.zip
中文【AHK v2】List manager (Find by tags, label & Set), search, tree grouping, create, drag and sort, rename, set icon v1.7.zip
To see the attached files, you need to log into the forum.
Windows 11 24H2 @100% 2560x1440

Post Reply