Releases: motki/cli
Releases · motki/cli
Backend updates
This release marks the end of the dependency on the EVE XML api. MOTKI now uses ESI exclusively!
However, because we are making use of new ESI roles, your characters will need to be re-authorized. I tried to find a way around this but it seems unavoidable.
Additional changes:
- Fixed an issue with handling prompts at the end of a line.
- Added the ability to profile the application by passing the
-profile
flag. For example:The profiler will write to the current directory in a file named after the profile type. The example above results in$ ./motki -profile cpu
cpu.pprof
.
Once you have exited the process, usego tool pprof
orgo tool trace
to review the profile. Continuing the cpu profiling example:For more information about profiling Go applications, check out the blog post or documentation$ go tool pprof ./motki ./cpu.pprof
Inventory V2
This release adds a new version of the inventory command feature a nice terminal UI thanks to github.com/rivo/tview.
- New
inventory
command available with inv2- Press
CTRL+N
to create a new inventory item. - Enter search terms for an item type, hit enter to load the options. Use the dropdown to select the item type.
- Same thing for locations. Searches corporation offices, stations, and solar systems.
- Enter a minimum amount to have a nice little
!
in the listing.
- Press
- Add
banner
command for displaying ASCII art text banners.
v0.3.3
Broken!
Basic inventory management
- New "inventory" command.
- Adds ability to track corporation inventory in all of New Eden.
- Location-specific inventory with adjustable alert thresholds.
- Requires your corporation be registered and opted-in.
- Improved README and
motki
command godoc. - Improved caching of static data.
Bug fix release
- Fixes production chains not updating after updating market prices.
Regional market prices are back!
- Region-specific market prices are once again used in production chain calculations.
Thanks evemarketer.com! - Lots of under the hood fixes and improvements.
Fixes and improvements
- Added caching of names to avoid repeatedly querying the server for the same type IDs
- Fixed two issues with prices and region handling
- Additional technical notes:
- Moved CLI related functionality into this project
- In the server, fixed an incorrect implementation of connection handling, and switched to using
github.com/jackc/pgx
explicitly.
Initial release
Initial pre-release of the MOTKI interactive command line client.
Features:
- Connects to remote motkid installation to facilitate data handling.
- Allows searching and displaying item type information from the EVE database.
- Production chain creation and management with an interactive interface.
- Shows cost to build or buy materials
- Shows margin overall
- Allows customizing batch size, material efficiency, and cost
- Integrates with EVE API to display missing blueprints