Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update export.lua #2346

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Update export.lua #2346

wants to merge 4 commits into from

Commits on Apr 5, 2024

  1. Update export.lua

    Removed some code duplication and reordered some other code.
    
    Added a new `copy`/`clipboard` flag, which makes GS export the table to clipboard instead of to a file.
    
    INPUT NEEDED:
    I also added two new flags, `noaugments` and `onlyaugmented` which respectively do:
    - `noaugments`/`noaugs` exports the set without recording the augments on each item (useful if you mostly have single-path items so you don't get a spam of `Path: A` and such; or if you already have augmented items saved)
    - `onlyaugmented`/`onlyaugs` *only* exports items that have augments and ignores entirely non-augmented items (useful if you need to make variables for your augmented gear, or in combination with the `wearable` flag to export all augmented items that your current job can equip, to make a new gearswap file, etc)
    
    The issue I have is that I would like gearswap to print out a notice when provided one of these flags, but I can't come up with good ones myself 馃槃 input appreciated
    lili-ffxi committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a1e2933 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update export.lua

    Removed stray `log()`
    Tweaked argument parsing.
    Finalized displayed message.
    lili-ffxi committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7b813c3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Fixed markdown
    Added the newer options for the `export` command.
    lili-ffxi committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4416431 View commit details
    Browse the repository at this point in the history
  3. Update gearswap.lua

    Version bump
    lili-ffxi committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    830737c View commit details
    Browse the repository at this point in the history