Skip to content

gerwaric/acquisition

 
 

Repository files navigation

Acquisition

Acquisition is an inventory management tool for Path of Exile that has been around for over a decade:

  • You can download all of your stash tabs and character inventories for offline search.

  • You can list items for trade using forum shop threads, which are indexed by the official trade site. This allows you to list items in remove-only tabs as well as character invetories, which are not otherwise indexed on the official trade site.

Acquisition can run on Windows, macOS, Linux.

You can download setup packages from the releases page.

Building Acquisition

Acquisition is written in C++ and uses the Qt widget toolkit. It was originally a qmake project, but has been migrated to cmake.

See BUILD.md for more detailed build guidance.

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.

Coverity Scan Build Status

Command line

acquisition [--data-dir <path>] [--log-level <level>] [--test]

--data-dir <path>: Set the path where Acquisition should save its data. The default on Windows is %localappdata%\acquisition. The default on macOS is ~/Library/Application Support/acquisition. The default on Linux is ~/.local/share/acquisition.

--log-level <level>: Controls the amount of detail in the log. Options are TRACE, DEBUG, INFO, WARN, ERROR, FATAL, and OFF. This option is case-insensitive. The default level for release builds is INFO. The default level for debug builds is TRACE.

--test: run tests. Zero exit code on success, other values indicate errors.

Reporting issues

If you're having problems with Acquisition, please check the issues page: https://github.com/gerwaric/acquisition/issues

You can also contact me on Discord as gerwaric.

About

Stash and forum shop management for Path of Exile

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 1.8%
  • Other 1.9%