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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add asciinema/agg #19895

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

Omochice
Copy link
Contributor

@Omochice Omochice commented Feb 12, 2024

asciinema/agg: asciinema gif generator

$ aqua g -i asciinema/agg

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ agg --help
agg 1.4.3

USAGE:
    agg-aarch64-apple-darwin [OPTIONS] <INPUT_FILENAME> <OUTPUT_FILENAME>

ARGS:
    <INPUT_FILENAME>     asciicast path/filename or URL
    <OUTPUT_FILENAME>    GIF path/filename

OPTIONS:
        --cols <COLS>
            Override terminal width (number of columns)

        --font-dir <FONT_DIR>
            Use additional font directory

        --font-family <FONT_FAMILY>
            Specify font family [default: "JetBrains Mono,Fira Code,SF Mono,Menlo,Consolas,DejaVu
            Sans Mono,Liberation Mono"]

        --font-size <FONT_SIZE>
            Specify font size (in pixels) [default: 14]

        --fps-cap <FPS_CAP>
            Set FPS cap [default: 30]

    -h, --help
            Print help information

        --idle-time-limit <IDLE_TIME_LIMIT>
            Limit idle time to max number of seconds [default: 5]

        --last-frame-duration <LAST_FRAME_DURATION>
            Set last frame duration [default: 3]

        --line-height <LINE_HEIGHT>
            Specify line height [default: 1.4]

        --no-loop
            Disable animation loop

        --renderer <RENDERER>
            Select frame rendering backend [default: fontdue] [possible values: fontdue, resvg]

        --rows <ROWS>
            Override terminal height (number of rows)

        --speed <SPEED>
            Adjust playback speed [default: 1]

        --theme <THEME>
            Select color theme [possible values: asciinema, dracula, monokai, solarized-dark,
            solarized-light, custom]

    -v, --verbose
            Enable verbose logging

    -V, --version
            Print version information

If files such as configuration file are needed, please share them.

  • no configuration is needed

Reference

[asciinema/agg](https://github.com/asciinema/agg): asciinema gif generator
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Feb 12, 2024
@suzuki-shunsuke suzuki-shunsuke added this to the v4.132.1 milestone Feb 12, 2024
@suzuki-shunsuke
Copy link
Member

Thank you!

@suzuki-shunsuke suzuki-shunsuke modified the milestones: v4.132.1, v4.133.0 Feb 12, 2024
@suzuki-shunsuke suzuki-shunsuke merged commit e5132d7 into aquaproj:main Feb 12, 2024
@suzuki-shunsuke
Copy link
Member

v4.133.0 is out 🎉
https://github.com/aquaproj/aqua-registry/releases/tag/v4.133.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants