Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caraxi/itemsearchplugin
Dalamud Plugin for searching for items
https://github.com/caraxi/itemsearchplugin
hacktoberfest
Last synced: 5 days ago
JSON representation
Dalamud Plugin for searching for items
- Host: GitHub
- URL: https://github.com/caraxi/itemsearchplugin
- Owner: Caraxi
- License: other
- Created: 2020-05-23T15:04:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T19:14:22.000Z (23 days ago)
- Last Synced: 2024-12-13T20:21:04.520Z (23 days ago)
- Topics: hacktoberfest
- Language: C#
- Homepage:
- Size: 2.46 MB
- Stars: 14
- Watchers: 4
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Download count](https://img.shields.io/endpoint?url=https%3A%2F%2Fvz32sgcoal.execute-api.us-east-1.amazonaws.com%2FItemSearchPlugin)](https://github.com/Caraxi/ItemSearchPlugin)
# ItemSearchPlugin
Dalamud Plugin for searching for items. Type `/xlitem` in game to open the search window.Built using the ItemSearchWindow feature of Dalamud, but implemented as a plugin to allow modification easier without rebuilding Dalamud.
## Features
Search for items and create in game links for them even if you don't own the item.
### Regex Search
Search for items that match a given pattern.Enter a [regex](http://regexstorm.net/reference) pattern to find items that match.
![Regex Search Preview](https://raw.githubusercontent.com/Caraxi/ItemSearchPlugin/master/preview/regex-search.png)
### Item Level and Equip Level filtering
Limit the displayed items to items within a range in equip level and item level### Try On
Try on items right from the search window without having to link it first.![Try On Preview](https://raw.githubusercontent.com/Caraxi/ItemSearchPlugin/master/preview/try-on.gif)