demotape 0.0.0.pre.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/CODEOWNERS +4 -0
- data/.github/FUNDING.yml +4 -0
- data/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/.github/ISSUE_TEMPLATE/config.yml +5 -0
- data/.github/ISSUE_TEMPLATE/feature_request.md +23 -0
- data/.github/PULL_REQUEST_TEMPLATE.md +38 -0
- data/.github/dependabot.yml +15 -0
- data/.github/workflows/ruby-tests.yml +53 -0
- data/.gitignore +15 -0
- data/.rubocop.yml +18 -0
- data/CHANGELOG.md +16 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/CONTRIBUTING.md +80 -0
- data/Gemfile +5 -0
- data/LICENSE.md +20 -0
- data/Makefile +29 -0
- data/README.md +574 -0
- data/Rakefile +19 -0
- data/bin/console +16 -0
- data/bin/setup +10 -0
- data/bin/themes +37 -0
- data/demotape.ascii +19 -0
- data/demotape.gemspec +55 -0
- data/demotape.jsonc +59 -0
- data/demotape.y +520 -0
- data/demotape_ascii.rb +29 -0
- data/editors/sublime-text/Comments (DemoTape).tmPreferences +21 -0
- data/editors/sublime-text/DemoTape.sublime-completions +140 -0
- data/editors/sublime-text/DemoTape.sublime-syntax +243 -0
- data/editors/vim/README.md +91 -0
- data/editors/vim/ftdetect/demotape.vim +2 -0
- data/editors/vim/syntax/demotape.vim +81 -0
- data/editors/vscode/README.md +29 -0
- data/editors/vscode/demotape.tmLanguage.json +201 -0
- data/editors/vscode/language-configuration.json +24 -0
- data/editors/vscode/package.json +30 -0
- data/examples/alt.mp4 +0 -0
- data/examples/alt.png +0 -0
- data/examples/alt.tape +9 -0
- data/examples/arrow.mp4 +0 -0
- data/examples/arrow.png +0 -0
- data/examples/arrow.tape +7 -0
- data/examples/backspace.mp4 +0 -0
- data/examples/backspace.png +0 -0
- data/examples/backspace.tape +4 -0
- data/examples/bash.mp4 +0 -0
- data/examples/bash.png +0 -0
- data/examples/bash.tape +4 -0
- data/examples/bg.jpg +0 -0
- data/examples/clear.mp4 +0 -0
- data/examples/clear.png +0 -0
- data/examples/clear.tape +6 -0
- data/examples/cli_ui_interactive_prompt.mp4 +0 -0
- data/examples/cli_ui_interactive_prompt.png +0 -0
- data/examples/cli_ui_interactive_prompt.tape +16 -0
- data/examples/cli_ui_nested_frames.mp4 +0 -0
- data/examples/cli_ui_nested_frames.png +0 -0
- data/examples/cli_ui_nested_frames.tape +15 -0
- data/examples/cli_ui_progress.mp4 +0 -0
- data/examples/cli_ui_progress.png +0 -0
- data/examples/cli_ui_progress.tape +6 -0
- data/examples/cli_ui_spinner.mp4 +0 -0
- data/examples/cli_ui_spinner.png +0 -0
- data/examples/cli_ui_spinner.tape +6 -0
- data/examples/cli_ui_status_widget.mp4 +0 -0
- data/examples/cli_ui_status_widget.png +0 -0
- data/examples/cli_ui_status_widget.tape +6 -0
- data/examples/cli_ui_symbols.mp4 +0 -0
- data/examples/cli_ui_symbols.png +0 -0
- data/examples/cli_ui_symbols.tape +6 -0
- data/examples/cli_ui_text_prompt.mp4 +0 -0
- data/examples/cli_ui_text_prompt.png +0 -0
- data/examples/cli_ui_text_prompt.tape +10 -0
- data/examples/clipboard.mp4 +0 -0
- data/examples/clipboard.png +0 -0
- data/examples/clipboard.tape +5 -0
- data/examples/ctrl.mp4 +0 -0
- data/examples/ctrl.png +0 -0
- data/examples/ctrl.tape +5 -0
- data/examples/ctrl_arrows.mp4 +0 -0
- data/examples/ctrl_arrows.png +0 -0
- data/examples/ctrl_arrows.tape +14 -0
- data/examples/demotape.mp4 +0 -0
- data/examples/demotape.png +0 -0
- data/examples/demotape.tape +6 -0
- data/examples/demotape.txt +13 -0
- data/examples/enter.mp4 +0 -0
- data/examples/enter.png +0 -0
- data/examples/enter.tape +3 -0
- data/examples/errors/include_itself.tape +1 -0
- data/examples/fastfetch.gif +0 -0
- data/examples/fastfetch.mp4 +0 -0
- data/examples/fastfetch.png +0 -0
- data/examples/fastfetch.tape +11 -0
- data/examples/fish.mp4 +0 -0
- data/examples/fish.png +0 -0
- data/examples/fish.tape +4 -0
- data/examples/format.mp4 +0 -0
- data/examples/format.png +0 -0
- data/examples/format.tape +15 -0
- data/examples/gh-cli.mp4 +0 -0
- data/examples/gh-cli.png +0 -0
- data/examples/gh-cli.tape +13 -0
- data/examples/gif_loop.gif +0 -0
- data/examples/gif_loop.png +0 -0
- data/examples/gif_loop.tape +5 -0
- data/examples/include.mp4 +0 -0
- data/examples/include.png +0 -0
- data/examples/include.tape +1 -0
- data/examples/include_with_set.mp4 +0 -0
- data/examples/include_with_set.png +0 -0
- data/examples/include_with_set.tape +2 -0
- data/examples/meta/cli.tape +10 -0
- data/examples/nerdfonts.mp4 +0 -0
- data/examples/nerdfonts.png +0 -0
- data/examples/nerdfonts.tape +9 -0
- data/examples/output.gif +0 -0
- data/examples/output.mp4 +0 -0
- data/examples/output.png +0 -0
- data/examples/output.tape +8 -0
- data/examples/output.webm +0 -0
- data/examples/products.json +1803 -0
- data/examples/screenshot.mp4 +0 -0
- data/examples/screenshot.png +0 -0
- data/examples/screenshot.tape +9 -0
- data/examples/script.rb +3 -0
- data/examples/set_cursor_bar.mp4 +0 -0
- data/examples/set_cursor_bar.png +0 -0
- data/examples/set_cursor_bar.tape +5 -0
- data/examples/set_cursor_blink.mp4 +0 -0
- data/examples/set_cursor_blink.png +0 -0
- data/examples/set_cursor_blink.tape +4 -0
- data/examples/set_cursor_underline.mp4 +0 -0
- data/examples/set_cursor_underline.png +0 -0
- data/examples/set_cursor_underline.tape +5 -0
- data/examples/set_dimensions.mp4 +0 -0
- data/examples/set_dimensions.png +0 -0
- data/examples/set_dimensions.tape +5 -0
- data/examples/set_font_family.mp4 +0 -0
- data/examples/set_font_family.png +0 -0
- data/examples/set_font_family.tape +4 -0
- data/examples/set_font_size.mp4 +0 -0
- data/examples/set_font_size.png +0 -0
- data/examples/set_font_size.tape +4 -0
- data/examples/set_line_height.mp4 +0 -0
- data/examples/set_line_height.png +0 -0
- data/examples/set_line_height.tape +8 -0
- data/examples/set_margin.mp4 +0 -0
- data/examples/set_margin.png +0 -0
- data/examples/set_margin.tape +7 -0
- data/examples/set_margin_with_border_radius.mp4 +0 -0
- data/examples/set_margin_with_border_radius.png +0 -0
- data/examples/set_margin_with_border_radius.tape +8 -0
- data/examples/set_margin_with_image.mp4 +0 -0
- data/examples/set_margin_with_image.png +0 -0
- data/examples/set_margin_with_image.tape +7 -0
- data/examples/set_padding.mp4 +0 -0
- data/examples/set_padding.png +0 -0
- data/examples/set_padding.tape +7 -0
- data/examples/set_theme.mp4 +0 -0
- data/examples/set_theme.png +0 -0
- data/examples/set_theme.tape +9 -0
- data/examples/set_theme_property.mp4 +0 -0
- data/examples/set_theme_property.png +0 -0
- data/examples/set_theme_property.tape +10 -0
- data/examples/set_typing_speed.mp4 +0 -0
- data/examples/set_typing_speed.png +0 -0
- data/examples/set_typing_speed.tape +6 -0
- data/examples/slides.mp4 +0 -0
- data/examples/slides.png +0 -0
- data/examples/slides.tape +14 -0
- data/examples/space.mp4 +0 -0
- data/examples/space.png +0 -0
- data/examples/space.tape +3 -0
- data/examples/stdin.mp4 +0 -0
- data/examples/stdin.png +0 -0
- data/examples/stdin.tape +7 -0
- data/examples/tab.mp4 +0 -0
- data/examples/tab.png +0 -0
- data/examples/tab.tape +5 -0
- data/examples/themes/3024_day.png +0 -0
- data/examples/themes/3024_night.png +0 -0
- data/examples/themes/aardvark_blue.png +0 -0
- data/examples/themes/abernathy.png +0 -0
- data/examples/themes/adventure.png +0 -0
- data/examples/themes/adventure_time.png +0 -0
- data/examples/themes/afterglow.png +0 -0
- data/examples/themes/alabaster.png +0 -0
- data/examples/themes/alien_blood.png +0 -0
- data/examples/themes/andromeda.png +0 -0
- data/examples/themes/apple_classic.png +0 -0
- data/examples/themes/apple_system_colors.png +0 -0
- data/examples/themes/arcoiris.png +0 -0
- data/examples/themes/argonaut.png +0 -0
- data/examples/themes/arthur.png +0 -0
- data/examples/themes/atelier_sulphurpool.png +0 -0
- data/examples/themes/atom.png +0 -0
- data/examples/themes/atom_one_light.png +0 -0
- data/examples/themes/aurora.png +0 -0
- data/examples/themes/ayu.png +0 -0
- data/examples/themes/ayu_light.png +0 -0
- data/examples/themes/ayu_mirage.png +0 -0
- data/examples/themes/banana_blueberry.png +0 -0
- data/examples/themes/batman.png +0 -0
- data/examples/themes/belafonte_day.png +0 -0
- data/examples/themes/belafonte_night.png +0 -0
- data/examples/themes/birds_of_paradise.png +0 -0
- data/examples/themes/blazer.png +0 -0
- data/examples/themes/blue_berry_pie.png +0 -0
- data/examples/themes/blue_dolphin.png +0 -0
- data/examples/themes/blue_matrix.png +0 -0
- data/examples/themes/bluloco_dark.png +0 -0
- data/examples/themes/bluloco_light.png +0 -0
- data/examples/themes/borland.png +0 -0
- data/examples/themes/breeze.png +0 -0
- data/examples/themes/bright_lights.png +0 -0
- data/examples/themes/broadcast.png +0 -0
- data/examples/themes/brogrammer.png +0 -0
- data/examples/themes/bubbles.png +0 -0
- data/examples/themes/builtin_dark.png +0 -0
- data/examples/themes/builtin_light.png +0 -0
- data/examples/themes/builtin_pastel_dark.png +0 -0
- data/examples/themes/builtin_solarized_dark.png +0 -0
- data/examples/themes/builtin_solarized_light.png +0 -0
- data/examples/themes/builtin_tango_dark.png +0 -0
- data/examples/themes/builtin_tango_light.png +0 -0
- data/examples/themes/c64.png +0 -0
- data/examples/themes/calamity.png +0 -0
- data/examples/themes/catppuccin_frappe.png +0 -0
- data/examples/themes/catppuccin_latte.png +0 -0
- data/examples/themes/catppuccin_macchiato.png +0 -0
- data/examples/themes/catppuccin_mocha.png +0 -0
- data/examples/themes/cga.png +0 -0
- data/examples/themes/chalk.png +0 -0
- data/examples/themes/chalkboard.png +0 -0
- data/examples/themes/challenger_deep.png +0 -0
- data/examples/themes/chester.png +0 -0
- data/examples/themes/ciapre.png +0 -0
- data/examples/themes/clrs.png +0 -0
- data/examples/themes/cobalt2.png +0 -0
- data/examples/themes/cobalt_neon.png +0 -0
- data/examples/themes/coffee_theme.png +0 -0
- data/examples/themes/contrast_light.png +0 -0
- data/examples/themes/coolnight.png +0 -0
- data/examples/themes/crayon_pony_fish.png +0 -0
- data/examples/themes/crystal_violet.png +0 -0
- data/examples/themes/cutie_pro.png +0 -0
- data/examples/themes/cyber_cube.png +0 -0
- data/examples/themes/cyber_punk2077.png +0 -0
- data/examples/themes/cyberdyne.png +0 -0
- data/examples/themes/cyberpunk.png +0 -0
- data/examples/themes/dark_pastel.png +0 -0
- data/examples/themes/dark_plus.png +0 -0
- data/examples/themes/darkermatrix.png +0 -0
- data/examples/themes/darkmatrix.png +0 -0
- data/examples/themes/darkside.png +0 -0
- data/examples/themes/dayfox.png +0 -0
- data/examples/themes/deep.png +0 -0
- data/examples/themes/desert.png +0 -0
- data/examples/themes/dimmed_monokai.png +0 -0
- data/examples/themes/django.png +0 -0
- data/examples/themes/django_reborn_again.png +0 -0
- data/examples/themes/django_smooth.png +0 -0
- data/examples/themes/doom_one.png +0 -0
- data/examples/themes/doom_peacock.png +0 -0
- data/examples/themes/dot_gov.png +0 -0
- data/examples/themes/dracula.png +0 -0
- data/examples/themes/dracula_plus.png +0 -0
- data/examples/themes/duckbones.png +0 -0
- data/examples/themes/duotone_dark.png +0 -0
- data/examples/themes/earthsong.png +0 -0
- data/examples/themes/elemental.png +0 -0
- data/examples/themes/elementary.png +0 -0
- data/examples/themes/encom.png +0 -0
- data/examples/themes/espresso.png +0 -0
- data/examples/themes/espresso_libre.png +0 -0
- data/examples/themes/everblush.png +0 -0
- data/examples/themes/fahrenheit.png +0 -0
- data/examples/themes/fairyfloss.png +0 -0
- data/examples/themes/farmhouse_dark.png +0 -0
- data/examples/themes/farmhouse_light.png +0 -0
- data/examples/themes/fideloper.png +0 -0
- data/examples/themes/firefly_traditional.png +0 -0
- data/examples/themes/firefox_dev.png +0 -0
- data/examples/themes/firewatch.png +0 -0
- data/examples/themes/fish_tank.png +0 -0
- data/examples/themes/flat.png +0 -0
- data/examples/themes/flatland.png +0 -0
- data/examples/themes/flexoki_dark.png +0 -0
- data/examples/themes/flexoki_light.png +0 -0
- data/examples/themes/floraverse.png +0 -0
- data/examples/themes/forest_blue.png +0 -0
- data/examples/themes/framer.png +0 -0
- data/examples/themes/front_end_delight.png +0 -0
- data/examples/themes/fun_forrest.png +0 -0
- data/examples/themes/galaxy.png +0 -0
- data/examples/themes/galizur.png +0 -0
- data/examples/themes/ganyu.png +0 -0
- data/examples/themes/git_hub_dark.png +0 -0
- data/examples/themes/github.png +0 -0
- data/examples/themes/glacier.png +0 -0
- data/examples/themes/glorious.png +0 -0
- data/examples/themes/grape.png +0 -0
- data/examples/themes/grass.png +0 -0
- data/examples/themes/grey_green.png +0 -0
- data/examples/themes/gruvbox_dark.png +0 -0
- data/examples/themes/gruvbox_dark_hard.png +0 -0
- data/examples/themes/gruvbox_light.png +0 -0
- data/examples/themes/guezwhoz.png +0 -0
- data/examples/themes/h4rithd.png +0 -0
- data/examples/themes/h4rithd_com.png +0 -0
- data/examples/themes/ha_x0_r_blue.png +0 -0
- data/examples/themes/ha_x0_r_gr33_n.png +0 -0
- data/examples/themes/ha_x0_r_r3_d.png +0 -0
- data/examples/themes/hacktober.png +0 -0
- data/examples/themes/hardcore.png +0 -0
- data/examples/themes/harper.png +0 -0
- data/examples/themes/highway.png +0 -0
- data/examples/themes/hipster_green.png +0 -0
- data/examples/themes/hivacruz.png +0 -0
- data/examples/themes/homebrew.png +0 -0
- data/examples/themes/hopscotch.png +0 -0
- data/examples/themes/hopscotch_256.png +0 -0
- data/examples/themes/horizon.png +0 -0
- data/examples/themes/hurtado.png +0 -0
- data/examples/themes/hybrid.png +0 -0
- data/examples/themes/hyper.png +0 -0
- data/examples/themes/ic_green_ppl.png +0 -0
- data/examples/themes/ic_orange_ppl.png +0 -0
- data/examples/themes/iceberg_dark.png +0 -0
- data/examples/themes/iceberg_light.png +0 -0
- data/examples/themes/idea.png +0 -0
- data/examples/themes/idle_toes.png +0 -0
- data/examples/themes/ir_black.png +0 -0
- data/examples/themes/iterm2_dark_background.png +0 -0
- data/examples/themes/iterm2_default.png +0 -0
- data/examples/themes/iterm2_light_background.png +0 -0
- data/examples/themes/iterm2_pastel_dark_background.png +0 -0
- data/examples/themes/iterm2_smoooooth.png +0 -0
- data/examples/themes/iterm2_solarized_dark.png +0 -0
- data/examples/themes/iterm2_solarized_light.png +0 -0
- data/examples/themes/iterm2_tango_dark.png +0 -0
- data/examples/themes/iterm2_tango_light.png +0 -0
- data/examples/themes/jackie_brown.png +0 -0
- data/examples/themes/japanesque.png +0 -0
- data/examples/themes/jellybeans.png +0 -0
- data/examples/themes/jet_brains_darcula.png +0 -0
- data/examples/themes/jubi.png +0 -0
- data/examples/themes/juicy_colors.png +0 -0
- data/examples/themes/kanagawa.png +0 -0
- data/examples/themes/kanagawabones.png +0 -0
- data/examples/themes/kibble.png +0 -0
- data/examples/themes/kolorit.png +0 -0
- data/examples/themes/konsolas.png +0 -0
- data/examples/themes/lab_fox.png +0 -0
- data/examples/themes/laser.png +0 -0
- data/examples/themes/later_this_evening.png +0 -0
- data/examples/themes/lavandula.png +0 -0
- data/examples/themes/liquid_carbon.png +0 -0
- data/examples/themes/liquid_carbon_transparent.png +0 -0
- data/examples/themes/liquid_carbon_transparent_inverse.png +0 -0
- data/examples/themes/lovelace.png +0 -0
- data/examples/themes/man_page.png +0 -0
- data/examples/themes/mariana.png +0 -0
- data/examples/themes/material.png +0 -0
- data/examples/themes/material_dark.png +0 -0
- data/examples/themes/material_darker.png +0 -0
- data/examples/themes/material_design_colors.png +0 -0
- data/examples/themes/material_ocean.png +0 -0
- data/examples/themes/mathias.png +0 -0
- data/examples/themes/matrix.png +0 -0
- data/examples/themes/medallion.png +0 -0
- data/examples/themes/mellifluous.png +0 -0
- data/examples/themes/midnight_in_mojave.png +0 -0
- data/examples/themes/mirage.png +0 -0
- data/examples/themes/misterioso.png +0 -0
- data/examples/themes/molokai.png +0 -0
- data/examples/themes/mona_lisa.png +0 -0
- data/examples/themes/monokai_cmder.png +0 -0
- data/examples/themes/monokai_pro.png +0 -0
- data/examples/themes/monokai_pro_filter_octagon.png +0 -0
- data/examples/themes/monokai_pro_filter_ristretto.png +0 -0
- data/examples/themes/monokai_remastered.png +0 -0
- data/examples/themes/monokai_soda.png +0 -0
- data/examples/themes/monokai_vivid.png +0 -0
- data/examples/themes/moonlight_ii.png +0 -0
- data/examples/themes/n0tch2k.png +0 -0
- data/examples/themes/neobones_dark.png +0 -0
- data/examples/themes/neobones_light.png +0 -0
- data/examples/themes/neon.png +0 -0
- data/examples/themes/neopolitan.png +0 -0
- data/examples/themes/neutron.png +0 -0
- data/examples/themes/night_city.png +0 -0
- data/examples/themes/night_lion_v1.png +0 -0
- data/examples/themes/night_lion_v2.png +0 -0
- data/examples/themes/night_owlish_light.png +0 -0
- data/examples/themes/nightfox.png +0 -0
- data/examples/themes/niji.png +0 -0
- data/examples/themes/nocturnal_winter.png +0 -0
- data/examples/themes/nord.png +0 -0
- data/examples/themes/nord_light.png +0 -0
- data/examples/themes/novel.png +0 -0
- data/examples/themes/nvim_dark.png +0 -0
- data/examples/themes/nvim_light.png +0 -0
- data/examples/themes/obsidian.png +0 -0
- data/examples/themes/ocean.png +0 -0
- data/examples/themes/oceanic_material.png +0 -0
- data/examples/themes/oceanic_next.png +0 -0
- data/examples/themes/ollie.png +0 -0
- data/examples/themes/one_dark.png +0 -0
- data/examples/themes/one_half_dark.png +0 -0
- data/examples/themes/one_half_light.png +0 -0
- data/examples/themes/one_star.png +0 -0
- data/examples/themes/operator_mono_dark.png +0 -0
- data/examples/themes/overnight_slumber.png +0 -0
- data/examples/themes/pale_night_hc.png +0 -0
- data/examples/themes/pandora.png +0 -0
- data/examples/themes/paraiso_dark.png +0 -0
- data/examples/themes/paul_millr.png +0 -0
- data/examples/themes/pencil_dark.png +0 -0
- data/examples/themes/pencil_light.png +0 -0
- data/examples/themes/peppermint.png +0 -0
- data/examples/themes/piatto_light.png +0 -0
- data/examples/themes/pnevma.png +0 -0
- data/examples/themes/popping_and_locking.png +0 -0
- data/examples/themes/primary.png +0 -0
- data/examples/themes/primer.png +0 -0
- data/examples/themes/pro.png +0 -0
- data/examples/themes/pro_light.png +0 -0
- data/examples/themes/purple_rain.png +0 -0
- data/examples/themes/purplepeter.png +0 -0
- data/examples/themes/qb64_super_dark_blue.png +0 -0
- data/examples/themes/rapture.png +0 -0
- data/examples/themes/raycast_dark.png +0 -0
- data/examples/themes/raycast_light.png +0 -0
- data/examples/themes/rebecca.png +0 -0
- data/examples/themes/red_alert.png +0 -0
- data/examples/themes/red_planet.png +0 -0
- data/examples/themes/red_sands.png +0 -0
- data/examples/themes/relaxed.png +0 -0
- data/examples/themes/retro.png +0 -0
- data/examples/themes/retrowave.png +0 -0
- data/examples/themes/rippedcasts.png +0 -0
- data/examples/themes/rose_pine.png +0 -0
- data/examples/themes/rose_pine_dawn.png +0 -0
- data/examples/themes/rose_pine_moon.png +0 -0
- data/examples/themes/rouge_2.png +0 -0
- data/examples/themes/royal.png +0 -0
- data/examples/themes/ryuuko.png +0 -0
- data/examples/themes/sakura.png +0 -0
- data/examples/themes/scarlet_protocol.png +0 -0
- data/examples/themes/sea_shells.png +0 -0
- data/examples/themes/seafoam_pastel.png +0 -0
- data/examples/themes/seoulbones_dark.png +0 -0
- data/examples/themes/seoulbones_light.png +0 -0
- data/examples/themes/serendipity_midnight.png +0 -0
- data/examples/themes/serendipity_morning.png +0 -0
- data/examples/themes/serendipity_sunset.png +0 -0
- data/examples/themes/seti.png +0 -0
- data/examples/themes/shades_of_purple.png +0 -0
- data/examples/themes/shaman.png +0 -0
- data/examples/themes/slate.png +0 -0
- data/examples/themes/sleepy_hollow.png +0 -0
- data/examples/themes/smyck.png +0 -0
- data/examples/themes/snazzy.png +0 -0
- data/examples/themes/soft_server.png +0 -0
- data/examples/themes/solarized_darcula.png +0 -0
- data/examples/themes/solarized_dark_higher_contrast.png +0 -0
- data/examples/themes/solarized_dark_patched.png +0 -0
- data/examples/themes/sonoran_gothic.png +0 -0
- data/examples/themes/sonoran_sunrise.png +0 -0
- data/examples/themes/space_gray.png +0 -0
- data/examples/themes/space_gray_eighties.png +0 -0
- data/examples/themes/space_gray_eighties_dull.png +0 -0
- data/examples/themes/spacedust.png +0 -0
- data/examples/themes/spiderman.png +0 -0
- data/examples/themes/spring.png +0 -0
- data/examples/themes/square.png +0 -0
- data/examples/themes/sublette.png +0 -0
- data/examples/themes/subliminal.png +0 -0
- data/examples/themes/sundried.png +0 -0
- data/examples/themes/symfonic.png +0 -0
- data/examples/themes/synthwave.png +0 -0
- data/examples/themes/synthwave_alpha.png +0 -0
- data/examples/themes/synthwave_everything.png +0 -0
- data/examples/themes/tango_adapted.png +0 -0
- data/examples/themes/tango_half_adapted.png +0 -0
- data/examples/themes/teerb.png +0 -0
- data/examples/themes/terafox.png +0 -0
- data/examples/themes/terminal_basic.png +0 -0
- data/examples/themes/thayer_bright.png +0 -0
- data/examples/themes/the_hulk.png +0 -0
- data/examples/themes/theme.tape +13 -0
- data/examples/themes/tinacious_design_dark.png +0 -0
- data/examples/themes/tinacious_design_light.png +0 -0
- data/examples/themes/tokyo_night.png +0 -0
- data/examples/themes/tokyo_night_light.png +0 -0
- data/examples/themes/tokyo_night_storm.png +0 -0
- data/examples/themes/tokyonight.png +0 -0
- data/examples/themes/tokyonight_day.png +0 -0
- data/examples/themes/tokyonight_storm.png +0 -0
- data/examples/themes/tomorrow.png +0 -0
- data/examples/themes/tomorrow_night.png +0 -0
- data/examples/themes/tomorrow_night_blue.png +0 -0
- data/examples/themes/tomorrow_night_bright.png +0 -0
- data/examples/themes/tomorrow_night_burns.png +0 -0
- data/examples/themes/tomorrow_night_eighties.png +0 -0
- data/examples/themes/toy_chest.png +0 -0
- data/examples/themes/treehouse.png +0 -0
- data/examples/themes/twilight.png +0 -0
- data/examples/themes/ubuntu.png +0 -0
- data/examples/themes/ultra_dark.png +0 -0
- data/examples/themes/ultra_violent.png +0 -0
- data/examples/themes/under_the_sea.png +0 -0
- data/examples/themes/unholy.png +0 -0
- data/examples/themes/unikitty.png +0 -0
- data/examples/themes/urple.png +0 -0
- data/examples/themes/vaughn.png +0 -0
- data/examples/themes/vesper.png +0 -0
- data/examples/themes/vibrant_ink.png +0 -0
- data/examples/themes/vimbones.png +0 -0
- data/examples/themes/violet_dark.png +0 -0
- data/examples/themes/violet_light.png +0 -0
- data/examples/themes/warm_neon.png +0 -0
- data/examples/themes/wez.png +0 -0
- data/examples/themes/whimsy.png +0 -0
- data/examples/themes/wild_cherry.png +0 -0
- data/examples/themes/wilmersdorf.png +0 -0
- data/examples/themes/wombat.png +0 -0
- data/examples/themes/wryan.png +0 -0
- data/examples/themes/zenbones.png +0 -0
- data/examples/themes/zenbones_dark.png +0 -0
- data/examples/themes/zenbones_light.png +0 -0
- data/examples/themes/zenburn.png +0 -0
- data/examples/themes/zenburned.png +0 -0
- data/examples/themes/zenwritten_dark.png +0 -0
- data/examples/themes/zenwritten_light.png +0 -0
- data/examples/themes/zeonica.png +0 -0
- data/examples/tmux.mp4 +0 -0
- data/examples/tmux.png +0 -0
- data/examples/tmux.tape +28 -0
- data/examples/type.mp4 +0 -0
- data/examples/type.png +0 -0
- data/examples/type.tape +11 -0
- data/examples/type_file.mp4 +0 -0
- data/examples/type_file.png +0 -0
- data/examples/type_file.tape +23 -0
- data/examples/variable_typing.mp4 +0 -0
- data/examples/variable_typing.png +0 -0
- data/examples/variable_typing.tape +41 -0
- data/examples/wait_until.mp4 +0 -0
- data/examples/wait_until.png +0 -0
- data/examples/wait_until.tape +8 -0
- data/examples/zsh.mp4 +0 -0
- data/examples/zsh.png +0 -0
- data/examples/zsh.tape +4 -0
- data/exe/demotape +11 -0
- data/lib/demo_tape/bounds.rb +15 -0
- data/lib/demo_tape/cli.rb +158 -0
- data/lib/demo_tape/command.rb +341 -0
- data/lib/demo_tape/duration.rb +31 -0
- data/lib/demo_tape/exporter.rb +372 -0
- data/lib/demo_tape/generator.rb +17 -0
- data/lib/demo_tape/lexer.rb +262 -0
- data/lib/demo_tape/parser.rb +889 -0
- data/lib/demo_tape/rcs/bash +32 -0
- data/lib/demo_tape/rcs/fish +31 -0
- data/lib/demo_tape/rcs/zsh +40 -0
- data/lib/demo_tape/runner.rb +722 -0
- data/lib/demo_tape/spacing.rb +5 -0
- data/lib/demo_tape/spinner.rb +37 -0
- data/lib/demo_tape/templates/.keep +0 -0
- data/lib/demo_tape/theme.rb +49 -0
- data/lib/demo_tape/themes/3024_day.json +22 -0
- data/lib/demo_tape/themes/3024_night.json +22 -0
- data/lib/demo_tape/themes/aardvark_blue.json +22 -0
- data/lib/demo_tape/themes/abernathy.json +22 -0
- data/lib/demo_tape/themes/adventure.json +22 -0
- data/lib/demo_tape/themes/adventure_time.json +22 -0
- data/lib/demo_tape/themes/afterglow.json +22 -0
- data/lib/demo_tape/themes/alabaster.json +22 -0
- data/lib/demo_tape/themes/alien_blood.json +22 -0
- data/lib/demo_tape/themes/andromeda.json +22 -0
- data/lib/demo_tape/themes/apple_classic.json +22 -0
- data/lib/demo_tape/themes/apple_system_colors.json +22 -0
- data/lib/demo_tape/themes/arcoiris.json +22 -0
- data/lib/demo_tape/themes/argonaut.json +22 -0
- data/lib/demo_tape/themes/arthur.json +22 -0
- data/lib/demo_tape/themes/atelier_sulphurpool.json +22 -0
- data/lib/demo_tape/themes/atom.json +22 -0
- data/lib/demo_tape/themes/atom_one_light.json +22 -0
- data/lib/demo_tape/themes/aurora.json +22 -0
- data/lib/demo_tape/themes/ayu.json +22 -0
- data/lib/demo_tape/themes/ayu_light.json +22 -0
- data/lib/demo_tape/themes/ayu_mirage.json +22 -0
- data/lib/demo_tape/themes/banana_blueberry.json +22 -0
- data/lib/demo_tape/themes/batman.json +22 -0
- data/lib/demo_tape/themes/belafonte_day.json +22 -0
- data/lib/demo_tape/themes/belafonte_night.json +22 -0
- data/lib/demo_tape/themes/birds_of_paradise.json +22 -0
- data/lib/demo_tape/themes/blazer.json +22 -0
- data/lib/demo_tape/themes/blue_berry_pie.json +22 -0
- data/lib/demo_tape/themes/blue_dolphin.json +22 -0
- data/lib/demo_tape/themes/blue_matrix.json +22 -0
- data/lib/demo_tape/themes/bluloco_dark.json +22 -0
- data/lib/demo_tape/themes/bluloco_light.json +22 -0
- data/lib/demo_tape/themes/borland.json +22 -0
- data/lib/demo_tape/themes/breeze.json +22 -0
- data/lib/demo_tape/themes/bright_lights.json +22 -0
- data/lib/demo_tape/themes/broadcast.json +22 -0
- data/lib/demo_tape/themes/brogrammer.json +22 -0
- data/lib/demo_tape/themes/bubbles.json +22 -0
- data/lib/demo_tape/themes/builtin_dark.json +22 -0
- data/lib/demo_tape/themes/builtin_light.json +22 -0
- data/lib/demo_tape/themes/builtin_pastel_dark.json +22 -0
- data/lib/demo_tape/themes/builtin_solarized_dark.json +22 -0
- data/lib/demo_tape/themes/builtin_solarized_light.json +22 -0
- data/lib/demo_tape/themes/builtin_tango_dark.json +22 -0
- data/lib/demo_tape/themes/builtin_tango_light.json +22 -0
- data/lib/demo_tape/themes/c64.json +22 -0
- data/lib/demo_tape/themes/calamity.json +22 -0
- data/lib/demo_tape/themes/catppuccin_frappe.json +22 -0
- data/lib/demo_tape/themes/catppuccin_latte.json +22 -0
- data/lib/demo_tape/themes/catppuccin_macchiato.json +22 -0
- data/lib/demo_tape/themes/catppuccin_mocha.json +22 -0
- data/lib/demo_tape/themes/cga.json +22 -0
- data/lib/demo_tape/themes/chalk.json +22 -0
- data/lib/demo_tape/themes/chalkboard.json +22 -0
- data/lib/demo_tape/themes/challenger_deep.json +22 -0
- data/lib/demo_tape/themes/chester.json +22 -0
- data/lib/demo_tape/themes/ciapre.json +22 -0
- data/lib/demo_tape/themes/clrs.json +22 -0
- data/lib/demo_tape/themes/cobalt2.json +22 -0
- data/lib/demo_tape/themes/cobalt_neon.json +22 -0
- data/lib/demo_tape/themes/coffee_theme.json +22 -0
- data/lib/demo_tape/themes/contrast_light.json +22 -0
- data/lib/demo_tape/themes/coolnight.json +22 -0
- data/lib/demo_tape/themes/crayon_pony_fish.json +22 -0
- data/lib/demo_tape/themes/crystal_violet.json +22 -0
- data/lib/demo_tape/themes/cutie_pro.json +22 -0
- data/lib/demo_tape/themes/cyber_cube.json +22 -0
- data/lib/demo_tape/themes/cyber_punk2077.json +22 -0
- data/lib/demo_tape/themes/cyberdyne.json +22 -0
- data/lib/demo_tape/themes/cyberpunk.json +22 -0
- data/lib/demo_tape/themes/dark_pastel.json +22 -0
- data/lib/demo_tape/themes/dark_plus.json +22 -0
- data/lib/demo_tape/themes/darkermatrix.json +22 -0
- data/lib/demo_tape/themes/darkmatrix.json +22 -0
- data/lib/demo_tape/themes/darkside.json +22 -0
- data/lib/demo_tape/themes/dayfox.json +22 -0
- data/lib/demo_tape/themes/deep.json +22 -0
- data/lib/demo_tape/themes/default_dark.json +22 -0
- data/lib/demo_tape/themes/default_light.json +22 -0
- data/lib/demo_tape/themes/desert.json +22 -0
- data/lib/demo_tape/themes/dimmed_monokai.json +22 -0
- data/lib/demo_tape/themes/django.json +22 -0
- data/lib/demo_tape/themes/django_reborn_again.json +22 -0
- data/lib/demo_tape/themes/django_smooth.json +22 -0
- data/lib/demo_tape/themes/doom_one.json +22 -0
- data/lib/demo_tape/themes/doom_peacock.json +22 -0
- data/lib/demo_tape/themes/dot_gov.json +22 -0
- data/lib/demo_tape/themes/dracula.json +22 -0
- data/lib/demo_tape/themes/dracula_plus.json +21 -0
- data/lib/demo_tape/themes/duckbones.json +22 -0
- data/lib/demo_tape/themes/duotone_dark.json +22 -0
- data/lib/demo_tape/themes/earthsong.json +22 -0
- data/lib/demo_tape/themes/elemental.json +22 -0
- data/lib/demo_tape/themes/elementary.json +22 -0
- data/lib/demo_tape/themes/encom.json +22 -0
- data/lib/demo_tape/themes/espresso.json +22 -0
- data/lib/demo_tape/themes/espresso_libre.json +22 -0
- data/lib/demo_tape/themes/everblush.json +22 -0
- data/lib/demo_tape/themes/fahrenheit.json +22 -0
- data/lib/demo_tape/themes/fairyfloss.json +22 -0
- data/lib/demo_tape/themes/farmhouse_dark.json +22 -0
- data/lib/demo_tape/themes/farmhouse_light.json +22 -0
- data/lib/demo_tape/themes/fideloper.json +22 -0
- data/lib/demo_tape/themes/firefly_traditional.json +22 -0
- data/lib/demo_tape/themes/firefox_dev.json +22 -0
- data/lib/demo_tape/themes/firewatch.json +22 -0
- data/lib/demo_tape/themes/fish_tank.json +22 -0
- data/lib/demo_tape/themes/flat.json +22 -0
- data/lib/demo_tape/themes/flatland.json +22 -0
- data/lib/demo_tape/themes/flexoki_dark.json +22 -0
- data/lib/demo_tape/themes/flexoki_light.json +22 -0
- data/lib/demo_tape/themes/floraverse.json +22 -0
- data/lib/demo_tape/themes/forest_blue.json +22 -0
- data/lib/demo_tape/themes/framer.json +22 -0
- data/lib/demo_tape/themes/front_end_delight.json +22 -0
- data/lib/demo_tape/themes/fun_forrest.json +22 -0
- data/lib/demo_tape/themes/galaxy.json +22 -0
- data/lib/demo_tape/themes/galizur.json +22 -0
- data/lib/demo_tape/themes/ganyu.json +22 -0
- data/lib/demo_tape/themes/git_hub_dark.json +22 -0
- data/lib/demo_tape/themes/github.json +22 -0
- data/lib/demo_tape/themes/glacier.json +22 -0
- data/lib/demo_tape/themes/glorious.json +21 -0
- data/lib/demo_tape/themes/grape.json +22 -0
- data/lib/demo_tape/themes/grass.json +22 -0
- data/lib/demo_tape/themes/grey_green.json +22 -0
- data/lib/demo_tape/themes/gruvbox_dark.json +22 -0
- data/lib/demo_tape/themes/gruvbox_dark_hard.json +22 -0
- data/lib/demo_tape/themes/gruvbox_light.json +22 -0
- data/lib/demo_tape/themes/guezwhoz.json +22 -0
- data/lib/demo_tape/themes/h4rithd.json +22 -0
- data/lib/demo_tape/themes/h4rithd_com.json +22 -0
- data/lib/demo_tape/themes/ha_x0_r_blue.json +22 -0
- data/lib/demo_tape/themes/ha_x0_r_gr33_n.json +22 -0
- data/lib/demo_tape/themes/ha_x0_r_r3_d.json +22 -0
- data/lib/demo_tape/themes/hacktober.json +22 -0
- data/lib/demo_tape/themes/hardcore.json +22 -0
- data/lib/demo_tape/themes/harper.json +22 -0
- data/lib/demo_tape/themes/highway.json +22 -0
- data/lib/demo_tape/themes/hipster_green.json +22 -0
- data/lib/demo_tape/themes/hivacruz.json +22 -0
- data/lib/demo_tape/themes/homebrew.json +22 -0
- data/lib/demo_tape/themes/hopscotch.json +22 -0
- data/lib/demo_tape/themes/hopscotch_256.json +22 -0
- data/lib/demo_tape/themes/horizon.json +21 -0
- data/lib/demo_tape/themes/hurtado.json +22 -0
- data/lib/demo_tape/themes/hybrid.json +22 -0
- data/lib/demo_tape/themes/hyper.json +22 -0
- data/lib/demo_tape/themes/ic_green_ppl.json +22 -0
- data/lib/demo_tape/themes/ic_orange_ppl.json +22 -0
- data/lib/demo_tape/themes/iceberg_dark.json +22 -0
- data/lib/demo_tape/themes/iceberg_light.json +22 -0
- data/lib/demo_tape/themes/idea.json +22 -0
- data/lib/demo_tape/themes/idle_toes.json +22 -0
- data/lib/demo_tape/themes/ir_black.json +22 -0
- data/lib/demo_tape/themes/iterm2_dark_background.json +22 -0
- data/lib/demo_tape/themes/iterm2_default.json +22 -0
- data/lib/demo_tape/themes/iterm2_light_background.json +22 -0
- data/lib/demo_tape/themes/iterm2_pastel_dark_background.json +22 -0
- data/lib/demo_tape/themes/iterm2_smoooooth.json +22 -0
- data/lib/demo_tape/themes/iterm2_solarized_dark.json +22 -0
- data/lib/demo_tape/themes/iterm2_solarized_light.json +22 -0
- data/lib/demo_tape/themes/iterm2_tango_dark.json +22 -0
- data/lib/demo_tape/themes/iterm2_tango_light.json +22 -0
- data/lib/demo_tape/themes/jackie_brown.json +22 -0
- data/lib/demo_tape/themes/japanesque.json +22 -0
- data/lib/demo_tape/themes/jellybeans.json +22 -0
- data/lib/demo_tape/themes/jet_brains_darcula.json +22 -0
- data/lib/demo_tape/themes/jubi.json +22 -0
- data/lib/demo_tape/themes/juicy_colors.json +22 -0
- data/lib/demo_tape/themes/kanagawa.json +22 -0
- data/lib/demo_tape/themes/kanagawabones.json +22 -0
- data/lib/demo_tape/themes/kibble.json +22 -0
- data/lib/demo_tape/themes/kolorit.json +22 -0
- data/lib/demo_tape/themes/konsolas.json +22 -0
- data/lib/demo_tape/themes/lab_fox.json +22 -0
- data/lib/demo_tape/themes/laser.json +22 -0
- data/lib/demo_tape/themes/later_this_evening.json +22 -0
- data/lib/demo_tape/themes/lavandula.json +22 -0
- data/lib/demo_tape/themes/liquid_carbon.json +22 -0
- data/lib/demo_tape/themes/liquid_carbon_transparent.json +22 -0
- data/lib/demo_tape/themes/liquid_carbon_transparent_inverse.json +22 -0
- data/lib/demo_tape/themes/lovelace.json +22 -0
- data/lib/demo_tape/themes/man_page.json +22 -0
- data/lib/demo_tape/themes/mariana.json +22 -0
- data/lib/demo_tape/themes/material.json +22 -0
- data/lib/demo_tape/themes/material_dark.json +22 -0
- data/lib/demo_tape/themes/material_darker.json +22 -0
- data/lib/demo_tape/themes/material_design_colors.json +22 -0
- data/lib/demo_tape/themes/material_ocean.json +22 -0
- data/lib/demo_tape/themes/mathias.json +22 -0
- data/lib/demo_tape/themes/matrix.json +22 -0
- data/lib/demo_tape/themes/medallion.json +22 -0
- data/lib/demo_tape/themes/mellifluous.json +22 -0
- data/lib/demo_tape/themes/midnight_in_mojave.json +22 -0
- data/lib/demo_tape/themes/mirage.json +22 -0
- data/lib/demo_tape/themes/misterioso.json +22 -0
- data/lib/demo_tape/themes/molokai.json +22 -0
- data/lib/demo_tape/themes/mona_lisa.json +22 -0
- data/lib/demo_tape/themes/monokai_cmder.json +22 -0
- data/lib/demo_tape/themes/monokai_pro.json +22 -0
- data/lib/demo_tape/themes/monokai_pro_filter_octagon.json +21 -0
- data/lib/demo_tape/themes/monokai_pro_filter_ristretto.json +22 -0
- data/lib/demo_tape/themes/monokai_remastered.json +22 -0
- data/lib/demo_tape/themes/monokai_soda.json +22 -0
- data/lib/demo_tape/themes/monokai_vivid.json +22 -0
- data/lib/demo_tape/themes/moonlight_ii.json +21 -0
- data/lib/demo_tape/themes/n0tch2k.json +22 -0
- data/lib/demo_tape/themes/neobones_dark.json +22 -0
- data/lib/demo_tape/themes/neobones_light.json +22 -0
- data/lib/demo_tape/themes/neon.json +22 -0
- data/lib/demo_tape/themes/neopolitan.json +22 -0
- data/lib/demo_tape/themes/neutron.json +22 -0
- data/lib/demo_tape/themes/night_city.json +22 -0
- data/lib/demo_tape/themes/night_lion_v1.json +22 -0
- data/lib/demo_tape/themes/night_lion_v2.json +22 -0
- data/lib/demo_tape/themes/night_owlish_light.json +22 -0
- data/lib/demo_tape/themes/nightfox.json +22 -0
- data/lib/demo_tape/themes/niji.json +22 -0
- data/lib/demo_tape/themes/nocturnal_winter.json +22 -0
- data/lib/demo_tape/themes/nord.json +22 -0
- data/lib/demo_tape/themes/nord_light.json +22 -0
- data/lib/demo_tape/themes/novel.json +22 -0
- data/lib/demo_tape/themes/nvim_dark.json +22 -0
- data/lib/demo_tape/themes/nvim_light.json +22 -0
- data/lib/demo_tape/themes/obsidian.json +22 -0
- data/lib/demo_tape/themes/ocean.json +22 -0
- data/lib/demo_tape/themes/oceanic_material.json +22 -0
- data/lib/demo_tape/themes/oceanic_next.json +22 -0
- data/lib/demo_tape/themes/ollie.json +22 -0
- data/lib/demo_tape/themes/one_dark.json +21 -0
- data/lib/demo_tape/themes/one_half_dark.json +22 -0
- data/lib/demo_tape/themes/one_half_light.json +22 -0
- data/lib/demo_tape/themes/one_star.json +21 -0
- data/lib/demo_tape/themes/operator_mono_dark.json +22 -0
- data/lib/demo_tape/themes/overnight_slumber.json +22 -0
- data/lib/demo_tape/themes/pale_night_hc.json +22 -0
- data/lib/demo_tape/themes/pandora.json +22 -0
- data/lib/demo_tape/themes/paraiso_dark.json +22 -0
- data/lib/demo_tape/themes/paul_millr.json +22 -0
- data/lib/demo_tape/themes/pencil_dark.json +22 -0
- data/lib/demo_tape/themes/pencil_light.json +22 -0
- data/lib/demo_tape/themes/peppermint.json +22 -0
- data/lib/demo_tape/themes/piatto_light.json +22 -0
- data/lib/demo_tape/themes/pnevma.json +22 -0
- data/lib/demo_tape/themes/popping_and_locking.json +22 -0
- data/lib/demo_tape/themes/primary.json +22 -0
- data/lib/demo_tape/themes/primer.json +21 -0
- data/lib/demo_tape/themes/pro.json +22 -0
- data/lib/demo_tape/themes/pro_light.json +22 -0
- data/lib/demo_tape/themes/purple_rain.json +22 -0
- data/lib/demo_tape/themes/purplepeter.json +22 -0
- data/lib/demo_tape/themes/qb64_super_dark_blue.json +22 -0
- data/lib/demo_tape/themes/rapture.json +22 -0
- data/lib/demo_tape/themes/raycast_dark.json +22 -0
- data/lib/demo_tape/themes/raycast_light.json +22 -0
- data/lib/demo_tape/themes/rebecca.json +22 -0
- data/lib/demo_tape/themes/red_alert.json +22 -0
- data/lib/demo_tape/themes/red_planet.json +22 -0
- data/lib/demo_tape/themes/red_sands.json +22 -0
- data/lib/demo_tape/themes/relaxed.json +22 -0
- data/lib/demo_tape/themes/retro.json +22 -0
- data/lib/demo_tape/themes/retrowave.json +21 -0
- data/lib/demo_tape/themes/rippedcasts.json +22 -0
- data/lib/demo_tape/themes/rose_pine.json +22 -0
- data/lib/demo_tape/themes/rose_pine_dawn.json +22 -0
- data/lib/demo_tape/themes/rose_pine_moon.json +22 -0
- data/lib/demo_tape/themes/rouge_2.json +22 -0
- data/lib/demo_tape/themes/royal.json +22 -0
- data/lib/demo_tape/themes/ryuuko.json +22 -0
- data/lib/demo_tape/themes/sakura.json +22 -0
- data/lib/demo_tape/themes/scarlet_protocol.json +22 -0
- data/lib/demo_tape/themes/sea_shells.json +22 -0
- data/lib/demo_tape/themes/seafoam_pastel.json +22 -0
- data/lib/demo_tape/themes/seoulbones_dark.json +22 -0
- data/lib/demo_tape/themes/seoulbones_light.json +22 -0
- data/lib/demo_tape/themes/serendipity_midnight.json +22 -0
- data/lib/demo_tape/themes/serendipity_morning.json +22 -0
- data/lib/demo_tape/themes/serendipity_sunset.json +22 -0
- data/lib/demo_tape/themes/seti.json +22 -0
- data/lib/demo_tape/themes/shades_of_purple.json +22 -0
- data/lib/demo_tape/themes/shaman.json +22 -0
- data/lib/demo_tape/themes/slate.json +22 -0
- data/lib/demo_tape/themes/sleepy_hollow.json +22 -0
- data/lib/demo_tape/themes/smyck.json +22 -0
- data/lib/demo_tape/themes/snazzy.json +22 -0
- data/lib/demo_tape/themes/soft_server.json +22 -0
- data/lib/demo_tape/themes/solarized_darcula.json +22 -0
- data/lib/demo_tape/themes/solarized_dark_higher_contrast.json +22 -0
- data/lib/demo_tape/themes/solarized_dark_patched.json +22 -0
- data/lib/demo_tape/themes/sonoran_gothic.json +21 -0
- data/lib/demo_tape/themes/sonoran_sunrise.json +22 -0
- data/lib/demo_tape/themes/space_gray.json +22 -0
- data/lib/demo_tape/themes/space_gray_eighties.json +22 -0
- data/lib/demo_tape/themes/space_gray_eighties_dull.json +22 -0
- data/lib/demo_tape/themes/spacedust.json +22 -0
- data/lib/demo_tape/themes/spiderman.json +22 -0
- data/lib/demo_tape/themes/spring.json +22 -0
- data/lib/demo_tape/themes/square.json +22 -0
- data/lib/demo_tape/themes/sublette.json +22 -0
- data/lib/demo_tape/themes/subliminal.json +22 -0
- data/lib/demo_tape/themes/sundried.json +22 -0
- data/lib/demo_tape/themes/symfonic.json +22 -0
- data/lib/demo_tape/themes/synthwave.json +22 -0
- data/lib/demo_tape/themes/synthwave_alpha.json +22 -0
- data/lib/demo_tape/themes/synthwave_everything.json +22 -0
- data/lib/demo_tape/themes/tango_adapted.json +22 -0
- data/lib/demo_tape/themes/tango_half_adapted.json +22 -0
- data/lib/demo_tape/themes/teerb.json +22 -0
- data/lib/demo_tape/themes/terafox.json +22 -0
- data/lib/demo_tape/themes/terminal_basic.json +22 -0
- data/lib/demo_tape/themes/thayer_bright.json +22 -0
- data/lib/demo_tape/themes/the_hulk.json +22 -0
- data/lib/demo_tape/themes/tinacious_design_dark.json +22 -0
- data/lib/demo_tape/themes/tinacious_design_light.json +22 -0
- data/lib/demo_tape/themes/tokyo_night.json +21 -0
- data/lib/demo_tape/themes/tokyo_night_light.json +21 -0
- data/lib/demo_tape/themes/tokyo_night_storm.json +21 -0
- data/lib/demo_tape/themes/tokyonight.json +22 -0
- data/lib/demo_tape/themes/tokyonight_day.json +22 -0
- data/lib/demo_tape/themes/tokyonight_storm.json +22 -0
- data/lib/demo_tape/themes/tomorrow.json +22 -0
- data/lib/demo_tape/themes/tomorrow_night.json +22 -0
- data/lib/demo_tape/themes/tomorrow_night_blue.json +22 -0
- data/lib/demo_tape/themes/tomorrow_night_bright.json +22 -0
- data/lib/demo_tape/themes/tomorrow_night_burns.json +22 -0
- data/lib/demo_tape/themes/tomorrow_night_eighties.json +22 -0
- data/lib/demo_tape/themes/toy_chest.json +22 -0
- data/lib/demo_tape/themes/treehouse.json +22 -0
- data/lib/demo_tape/themes/twilight.json +22 -0
- data/lib/demo_tape/themes/ubuntu.json +22 -0
- data/lib/demo_tape/themes/ultra_dark.json +22 -0
- data/lib/demo_tape/themes/ultra_violent.json +22 -0
- data/lib/demo_tape/themes/under_the_sea.json +22 -0
- data/lib/demo_tape/themes/unholy.json +22 -0
- data/lib/demo_tape/themes/unikitty.json +22 -0
- data/lib/demo_tape/themes/urple.json +22 -0
- data/lib/demo_tape/themes/vaughn.json +22 -0
- data/lib/demo_tape/themes/vesper.json +22 -0
- data/lib/demo_tape/themes/vibrant_ink.json +22 -0
- data/lib/demo_tape/themes/vimbones.json +22 -0
- data/lib/demo_tape/themes/violet_dark.json +22 -0
- data/lib/demo_tape/themes/violet_light.json +22 -0
- data/lib/demo_tape/themes/warm_neon.json +22 -0
- data/lib/demo_tape/themes/wez.json +22 -0
- data/lib/demo_tape/themes/whimsy.json +22 -0
- data/lib/demo_tape/themes/wild_cherry.json +22 -0
- data/lib/demo_tape/themes/wilmersdorf.json +22 -0
- data/lib/demo_tape/themes/wombat.json +22 -0
- data/lib/demo_tape/themes/wryan.json +22 -0
- data/lib/demo_tape/themes/zenbones.json +22 -0
- data/lib/demo_tape/themes/zenbones_dark.json +22 -0
- data/lib/demo_tape/themes/zenbones_light.json +22 -0
- data/lib/demo_tape/themes/zenburn.json +22 -0
- data/lib/demo_tape/themes/zenburned.json +22 -0
- data/lib/demo_tape/themes/zenwritten_dark.json +22 -0
- data/lib/demo_tape/themes/zenwritten_light.json +22 -0
- data/lib/demo_tape/themes/zeonica.json +22 -0
- data/lib/demo_tape/token.rb +24 -0
- data/lib/demo_tape/ttyd.rb +74 -0
- data/lib/demo_tape/version.rb +5 -0
- data/lib/demo_tape.rb +30 -0
- data/lib/demotape.rb +3 -0
- metadata +1209 -0
metadata
ADDED
|
@@ -0,0 +1,1209 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: demotape
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0.pre.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Nando Vieira
|
|
8
|
+
bindir: exe
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: base64
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '0'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '0'
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
27
|
+
name: capybara
|
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: chunky_png
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
type: :runtime
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: '0'
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
55
|
+
name: json
|
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '0'
|
|
61
|
+
type: :runtime
|
|
62
|
+
prerelease: false
|
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: racc
|
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '0'
|
|
75
|
+
type: :runtime
|
|
76
|
+
prerelease: false
|
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
82
|
+
- !ruby/object:Gem::Dependency
|
|
83
|
+
name: rack
|
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
|
85
|
+
requirements:
|
|
86
|
+
- - ">="
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: '0'
|
|
89
|
+
type: :runtime
|
|
90
|
+
prerelease: false
|
|
91
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
92
|
+
requirements:
|
|
93
|
+
- - ">="
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: '0'
|
|
96
|
+
- !ruby/object:Gem::Dependency
|
|
97
|
+
name: selenium-webdriver
|
|
98
|
+
requirement: !ruby/object:Gem::Requirement
|
|
99
|
+
requirements:
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '0'
|
|
103
|
+
type: :runtime
|
|
104
|
+
prerelease: false
|
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
+
requirements:
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '0'
|
|
110
|
+
- !ruby/object:Gem::Dependency
|
|
111
|
+
name: shellwords
|
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
|
113
|
+
requirements:
|
|
114
|
+
- - ">="
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: '0'
|
|
117
|
+
type: :runtime
|
|
118
|
+
prerelease: false
|
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
120
|
+
requirements:
|
|
121
|
+
- - ">="
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: '0'
|
|
124
|
+
- !ruby/object:Gem::Dependency
|
|
125
|
+
name: thor
|
|
126
|
+
requirement: !ruby/object:Gem::Requirement
|
|
127
|
+
requirements:
|
|
128
|
+
- - ">="
|
|
129
|
+
- !ruby/object:Gem::Version
|
|
130
|
+
version: '0'
|
|
131
|
+
type: :runtime
|
|
132
|
+
prerelease: false
|
|
133
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
134
|
+
requirements:
|
|
135
|
+
- - ">="
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: '0'
|
|
138
|
+
- !ruby/object:Gem::Dependency
|
|
139
|
+
name: tty-spinner
|
|
140
|
+
requirement: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - ">="
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
version: '0'
|
|
145
|
+
type: :runtime
|
|
146
|
+
prerelease: false
|
|
147
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
148
|
+
requirements:
|
|
149
|
+
- - ">="
|
|
150
|
+
- !ruby/object:Gem::Version
|
|
151
|
+
version: '0'
|
|
152
|
+
- !ruby/object:Gem::Dependency
|
|
153
|
+
name: minitest
|
|
154
|
+
requirement: !ruby/object:Gem::Requirement
|
|
155
|
+
requirements:
|
|
156
|
+
- - ">="
|
|
157
|
+
- !ruby/object:Gem::Version
|
|
158
|
+
version: '0'
|
|
159
|
+
type: :development
|
|
160
|
+
prerelease: false
|
|
161
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
162
|
+
requirements:
|
|
163
|
+
- - ">="
|
|
164
|
+
- !ruby/object:Gem::Version
|
|
165
|
+
version: '0'
|
|
166
|
+
- !ruby/object:Gem::Dependency
|
|
167
|
+
name: minitest-utils
|
|
168
|
+
requirement: !ruby/object:Gem::Requirement
|
|
169
|
+
requirements:
|
|
170
|
+
- - ">="
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: '0'
|
|
173
|
+
type: :development
|
|
174
|
+
prerelease: false
|
|
175
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
176
|
+
requirements:
|
|
177
|
+
- - ">="
|
|
178
|
+
- !ruby/object:Gem::Version
|
|
179
|
+
version: '0'
|
|
180
|
+
- !ruby/object:Gem::Dependency
|
|
181
|
+
name: rake
|
|
182
|
+
requirement: !ruby/object:Gem::Requirement
|
|
183
|
+
requirements:
|
|
184
|
+
- - ">="
|
|
185
|
+
- !ruby/object:Gem::Version
|
|
186
|
+
version: '0'
|
|
187
|
+
type: :development
|
|
188
|
+
prerelease: false
|
|
189
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
190
|
+
requirements:
|
|
191
|
+
- - ">="
|
|
192
|
+
- !ruby/object:Gem::Version
|
|
193
|
+
version: '0'
|
|
194
|
+
- !ruby/object:Gem::Dependency
|
|
195
|
+
name: rubocop
|
|
196
|
+
requirement: !ruby/object:Gem::Requirement
|
|
197
|
+
requirements:
|
|
198
|
+
- - ">="
|
|
199
|
+
- !ruby/object:Gem::Version
|
|
200
|
+
version: '0'
|
|
201
|
+
type: :development
|
|
202
|
+
prerelease: false
|
|
203
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
204
|
+
requirements:
|
|
205
|
+
- - ">="
|
|
206
|
+
- !ruby/object:Gem::Version
|
|
207
|
+
version: '0'
|
|
208
|
+
- !ruby/object:Gem::Dependency
|
|
209
|
+
name: rubocop-fnando
|
|
210
|
+
requirement: !ruby/object:Gem::Requirement
|
|
211
|
+
requirements:
|
|
212
|
+
- - ">="
|
|
213
|
+
- !ruby/object:Gem::Version
|
|
214
|
+
version: '0'
|
|
215
|
+
type: :development
|
|
216
|
+
prerelease: false
|
|
217
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
218
|
+
requirements:
|
|
219
|
+
- - ">="
|
|
220
|
+
- !ruby/object:Gem::Version
|
|
221
|
+
version: '0'
|
|
222
|
+
- !ruby/object:Gem::Dependency
|
|
223
|
+
name: simplecov
|
|
224
|
+
requirement: !ruby/object:Gem::Requirement
|
|
225
|
+
requirements:
|
|
226
|
+
- - ">="
|
|
227
|
+
- !ruby/object:Gem::Version
|
|
228
|
+
version: '0'
|
|
229
|
+
type: :development
|
|
230
|
+
prerelease: false
|
|
231
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
232
|
+
requirements:
|
|
233
|
+
- - ">="
|
|
234
|
+
- !ruby/object:Gem::Version
|
|
235
|
+
version: '0'
|
|
236
|
+
description: Record terminal sessions using ttyd.
|
|
237
|
+
email:
|
|
238
|
+
- me@fnando.com
|
|
239
|
+
executables:
|
|
240
|
+
- demotape
|
|
241
|
+
extensions: []
|
|
242
|
+
extra_rdoc_files: []
|
|
243
|
+
files:
|
|
244
|
+
- ".github/CODEOWNERS"
|
|
245
|
+
- ".github/FUNDING.yml"
|
|
246
|
+
- ".github/ISSUE_TEMPLATE/bug_report.md"
|
|
247
|
+
- ".github/ISSUE_TEMPLATE/config.yml"
|
|
248
|
+
- ".github/ISSUE_TEMPLATE/feature_request.md"
|
|
249
|
+
- ".github/PULL_REQUEST_TEMPLATE.md"
|
|
250
|
+
- ".github/dependabot.yml"
|
|
251
|
+
- ".github/workflows/ruby-tests.yml"
|
|
252
|
+
- ".gitignore"
|
|
253
|
+
- ".rubocop.yml"
|
|
254
|
+
- CHANGELOG.md
|
|
255
|
+
- CODE_OF_CONDUCT.md
|
|
256
|
+
- CONTRIBUTING.md
|
|
257
|
+
- Gemfile
|
|
258
|
+
- LICENSE.md
|
|
259
|
+
- Makefile
|
|
260
|
+
- README.md
|
|
261
|
+
- Rakefile
|
|
262
|
+
- bin/console
|
|
263
|
+
- bin/setup
|
|
264
|
+
- bin/themes
|
|
265
|
+
- demotape.ascii
|
|
266
|
+
- demotape.gemspec
|
|
267
|
+
- demotape.jsonc
|
|
268
|
+
- demotape.y
|
|
269
|
+
- demotape_ascii.rb
|
|
270
|
+
- editors/sublime-text/Comments (DemoTape).tmPreferences
|
|
271
|
+
- editors/sublime-text/DemoTape.sublime-completions
|
|
272
|
+
- editors/sublime-text/DemoTape.sublime-syntax
|
|
273
|
+
- editors/vim/README.md
|
|
274
|
+
- editors/vim/ftdetect/demotape.vim
|
|
275
|
+
- editors/vim/syntax/demotape.vim
|
|
276
|
+
- editors/vscode/README.md
|
|
277
|
+
- editors/vscode/demotape.tmLanguage.json
|
|
278
|
+
- editors/vscode/language-configuration.json
|
|
279
|
+
- editors/vscode/package.json
|
|
280
|
+
- examples/alt.mp4
|
|
281
|
+
- examples/alt.png
|
|
282
|
+
- examples/alt.tape
|
|
283
|
+
- examples/arrow.mp4
|
|
284
|
+
- examples/arrow.png
|
|
285
|
+
- examples/arrow.tape
|
|
286
|
+
- examples/backspace.mp4
|
|
287
|
+
- examples/backspace.png
|
|
288
|
+
- examples/backspace.tape
|
|
289
|
+
- examples/bash.mp4
|
|
290
|
+
- examples/bash.png
|
|
291
|
+
- examples/bash.tape
|
|
292
|
+
- examples/bg.jpg
|
|
293
|
+
- examples/clear.mp4
|
|
294
|
+
- examples/clear.png
|
|
295
|
+
- examples/clear.tape
|
|
296
|
+
- examples/cli_ui_interactive_prompt.mp4
|
|
297
|
+
- examples/cli_ui_interactive_prompt.png
|
|
298
|
+
- examples/cli_ui_interactive_prompt.tape
|
|
299
|
+
- examples/cli_ui_nested_frames.mp4
|
|
300
|
+
- examples/cli_ui_nested_frames.png
|
|
301
|
+
- examples/cli_ui_nested_frames.tape
|
|
302
|
+
- examples/cli_ui_progress.mp4
|
|
303
|
+
- examples/cli_ui_progress.png
|
|
304
|
+
- examples/cli_ui_progress.tape
|
|
305
|
+
- examples/cli_ui_spinner.mp4
|
|
306
|
+
- examples/cli_ui_spinner.png
|
|
307
|
+
- examples/cli_ui_spinner.tape
|
|
308
|
+
- examples/cli_ui_status_widget.mp4
|
|
309
|
+
- examples/cli_ui_status_widget.png
|
|
310
|
+
- examples/cli_ui_status_widget.tape
|
|
311
|
+
- examples/cli_ui_symbols.mp4
|
|
312
|
+
- examples/cli_ui_symbols.png
|
|
313
|
+
- examples/cli_ui_symbols.tape
|
|
314
|
+
- examples/cli_ui_text_prompt.mp4
|
|
315
|
+
- examples/cli_ui_text_prompt.png
|
|
316
|
+
- examples/cli_ui_text_prompt.tape
|
|
317
|
+
- examples/clipboard.mp4
|
|
318
|
+
- examples/clipboard.png
|
|
319
|
+
- examples/clipboard.tape
|
|
320
|
+
- examples/ctrl.mp4
|
|
321
|
+
- examples/ctrl.png
|
|
322
|
+
- examples/ctrl.tape
|
|
323
|
+
- examples/ctrl_arrows.mp4
|
|
324
|
+
- examples/ctrl_arrows.png
|
|
325
|
+
- examples/ctrl_arrows.tape
|
|
326
|
+
- examples/demotape.mp4
|
|
327
|
+
- examples/demotape.png
|
|
328
|
+
- examples/demotape.tape
|
|
329
|
+
- examples/demotape.txt
|
|
330
|
+
- examples/enter.mp4
|
|
331
|
+
- examples/enter.png
|
|
332
|
+
- examples/enter.tape
|
|
333
|
+
- examples/errors/include_itself.tape
|
|
334
|
+
- examples/fastfetch.gif
|
|
335
|
+
- examples/fastfetch.mp4
|
|
336
|
+
- examples/fastfetch.png
|
|
337
|
+
- examples/fastfetch.tape
|
|
338
|
+
- examples/fish.mp4
|
|
339
|
+
- examples/fish.png
|
|
340
|
+
- examples/fish.tape
|
|
341
|
+
- examples/format.mp4
|
|
342
|
+
- examples/format.png
|
|
343
|
+
- examples/format.tape
|
|
344
|
+
- examples/gh-cli.mp4
|
|
345
|
+
- examples/gh-cli.png
|
|
346
|
+
- examples/gh-cli.tape
|
|
347
|
+
- examples/gif_loop.gif
|
|
348
|
+
- examples/gif_loop.png
|
|
349
|
+
- examples/gif_loop.tape
|
|
350
|
+
- examples/include.mp4
|
|
351
|
+
- examples/include.png
|
|
352
|
+
- examples/include.tape
|
|
353
|
+
- examples/include_with_set.mp4
|
|
354
|
+
- examples/include_with_set.png
|
|
355
|
+
- examples/include_with_set.tape
|
|
356
|
+
- examples/meta/cli.tape
|
|
357
|
+
- examples/nerdfonts.mp4
|
|
358
|
+
- examples/nerdfonts.png
|
|
359
|
+
- examples/nerdfonts.tape
|
|
360
|
+
- examples/output.gif
|
|
361
|
+
- examples/output.mp4
|
|
362
|
+
- examples/output.png
|
|
363
|
+
- examples/output.tape
|
|
364
|
+
- examples/output.webm
|
|
365
|
+
- examples/products.json
|
|
366
|
+
- examples/screenshot.mp4
|
|
367
|
+
- examples/screenshot.png
|
|
368
|
+
- examples/screenshot.tape
|
|
369
|
+
- examples/script.rb
|
|
370
|
+
- examples/set_cursor_bar.mp4
|
|
371
|
+
- examples/set_cursor_bar.png
|
|
372
|
+
- examples/set_cursor_bar.tape
|
|
373
|
+
- examples/set_cursor_blink.mp4
|
|
374
|
+
- examples/set_cursor_blink.png
|
|
375
|
+
- examples/set_cursor_blink.tape
|
|
376
|
+
- examples/set_cursor_underline.mp4
|
|
377
|
+
- examples/set_cursor_underline.png
|
|
378
|
+
- examples/set_cursor_underline.tape
|
|
379
|
+
- examples/set_dimensions.mp4
|
|
380
|
+
- examples/set_dimensions.png
|
|
381
|
+
- examples/set_dimensions.tape
|
|
382
|
+
- examples/set_font_family.mp4
|
|
383
|
+
- examples/set_font_family.png
|
|
384
|
+
- examples/set_font_family.tape
|
|
385
|
+
- examples/set_font_size.mp4
|
|
386
|
+
- examples/set_font_size.png
|
|
387
|
+
- examples/set_font_size.tape
|
|
388
|
+
- examples/set_line_height.mp4
|
|
389
|
+
- examples/set_line_height.png
|
|
390
|
+
- examples/set_line_height.tape
|
|
391
|
+
- examples/set_margin.mp4
|
|
392
|
+
- examples/set_margin.png
|
|
393
|
+
- examples/set_margin.tape
|
|
394
|
+
- examples/set_margin_with_border_radius.mp4
|
|
395
|
+
- examples/set_margin_with_border_radius.png
|
|
396
|
+
- examples/set_margin_with_border_radius.tape
|
|
397
|
+
- examples/set_margin_with_image.mp4
|
|
398
|
+
- examples/set_margin_with_image.png
|
|
399
|
+
- examples/set_margin_with_image.tape
|
|
400
|
+
- examples/set_padding.mp4
|
|
401
|
+
- examples/set_padding.png
|
|
402
|
+
- examples/set_padding.tape
|
|
403
|
+
- examples/set_theme.mp4
|
|
404
|
+
- examples/set_theme.png
|
|
405
|
+
- examples/set_theme.tape
|
|
406
|
+
- examples/set_theme_property.mp4
|
|
407
|
+
- examples/set_theme_property.png
|
|
408
|
+
- examples/set_theme_property.tape
|
|
409
|
+
- examples/set_typing_speed.mp4
|
|
410
|
+
- examples/set_typing_speed.png
|
|
411
|
+
- examples/set_typing_speed.tape
|
|
412
|
+
- examples/slides.mp4
|
|
413
|
+
- examples/slides.png
|
|
414
|
+
- examples/slides.tape
|
|
415
|
+
- examples/space.mp4
|
|
416
|
+
- examples/space.png
|
|
417
|
+
- examples/space.tape
|
|
418
|
+
- examples/stdin.mp4
|
|
419
|
+
- examples/stdin.png
|
|
420
|
+
- examples/stdin.tape
|
|
421
|
+
- examples/tab.mp4
|
|
422
|
+
- examples/tab.png
|
|
423
|
+
- examples/tab.tape
|
|
424
|
+
- examples/themes/3024_day.png
|
|
425
|
+
- examples/themes/3024_night.png
|
|
426
|
+
- examples/themes/aardvark_blue.png
|
|
427
|
+
- examples/themes/abernathy.png
|
|
428
|
+
- examples/themes/adventure.png
|
|
429
|
+
- examples/themes/adventure_time.png
|
|
430
|
+
- examples/themes/afterglow.png
|
|
431
|
+
- examples/themes/alabaster.png
|
|
432
|
+
- examples/themes/alien_blood.png
|
|
433
|
+
- examples/themes/andromeda.png
|
|
434
|
+
- examples/themes/apple_classic.png
|
|
435
|
+
- examples/themes/apple_system_colors.png
|
|
436
|
+
- examples/themes/arcoiris.png
|
|
437
|
+
- examples/themes/argonaut.png
|
|
438
|
+
- examples/themes/arthur.png
|
|
439
|
+
- examples/themes/atelier_sulphurpool.png
|
|
440
|
+
- examples/themes/atom.png
|
|
441
|
+
- examples/themes/atom_one_light.png
|
|
442
|
+
- examples/themes/aurora.png
|
|
443
|
+
- examples/themes/ayu.png
|
|
444
|
+
- examples/themes/ayu_light.png
|
|
445
|
+
- examples/themes/ayu_mirage.png
|
|
446
|
+
- examples/themes/banana_blueberry.png
|
|
447
|
+
- examples/themes/batman.png
|
|
448
|
+
- examples/themes/belafonte_day.png
|
|
449
|
+
- examples/themes/belafonte_night.png
|
|
450
|
+
- examples/themes/birds_of_paradise.png
|
|
451
|
+
- examples/themes/blazer.png
|
|
452
|
+
- examples/themes/blue_berry_pie.png
|
|
453
|
+
- examples/themes/blue_dolphin.png
|
|
454
|
+
- examples/themes/blue_matrix.png
|
|
455
|
+
- examples/themes/bluloco_dark.png
|
|
456
|
+
- examples/themes/bluloco_light.png
|
|
457
|
+
- examples/themes/borland.png
|
|
458
|
+
- examples/themes/breeze.png
|
|
459
|
+
- examples/themes/bright_lights.png
|
|
460
|
+
- examples/themes/broadcast.png
|
|
461
|
+
- examples/themes/brogrammer.png
|
|
462
|
+
- examples/themes/bubbles.png
|
|
463
|
+
- examples/themes/builtin_dark.png
|
|
464
|
+
- examples/themes/builtin_light.png
|
|
465
|
+
- examples/themes/builtin_pastel_dark.png
|
|
466
|
+
- examples/themes/builtin_solarized_dark.png
|
|
467
|
+
- examples/themes/builtin_solarized_light.png
|
|
468
|
+
- examples/themes/builtin_tango_dark.png
|
|
469
|
+
- examples/themes/builtin_tango_light.png
|
|
470
|
+
- examples/themes/c64.png
|
|
471
|
+
- examples/themes/calamity.png
|
|
472
|
+
- examples/themes/catppuccin_frappe.png
|
|
473
|
+
- examples/themes/catppuccin_latte.png
|
|
474
|
+
- examples/themes/catppuccin_macchiato.png
|
|
475
|
+
- examples/themes/catppuccin_mocha.png
|
|
476
|
+
- examples/themes/cga.png
|
|
477
|
+
- examples/themes/chalk.png
|
|
478
|
+
- examples/themes/chalkboard.png
|
|
479
|
+
- examples/themes/challenger_deep.png
|
|
480
|
+
- examples/themes/chester.png
|
|
481
|
+
- examples/themes/ciapre.png
|
|
482
|
+
- examples/themes/clrs.png
|
|
483
|
+
- examples/themes/cobalt2.png
|
|
484
|
+
- examples/themes/cobalt_neon.png
|
|
485
|
+
- examples/themes/coffee_theme.png
|
|
486
|
+
- examples/themes/contrast_light.png
|
|
487
|
+
- examples/themes/coolnight.png
|
|
488
|
+
- examples/themes/crayon_pony_fish.png
|
|
489
|
+
- examples/themes/crystal_violet.png
|
|
490
|
+
- examples/themes/cutie_pro.png
|
|
491
|
+
- examples/themes/cyber_cube.png
|
|
492
|
+
- examples/themes/cyber_punk2077.png
|
|
493
|
+
- examples/themes/cyberdyne.png
|
|
494
|
+
- examples/themes/cyberpunk.png
|
|
495
|
+
- examples/themes/dark_pastel.png
|
|
496
|
+
- examples/themes/dark_plus.png
|
|
497
|
+
- examples/themes/darkermatrix.png
|
|
498
|
+
- examples/themes/darkmatrix.png
|
|
499
|
+
- examples/themes/darkside.png
|
|
500
|
+
- examples/themes/dayfox.png
|
|
501
|
+
- examples/themes/deep.png
|
|
502
|
+
- examples/themes/desert.png
|
|
503
|
+
- examples/themes/dimmed_monokai.png
|
|
504
|
+
- examples/themes/django.png
|
|
505
|
+
- examples/themes/django_reborn_again.png
|
|
506
|
+
- examples/themes/django_smooth.png
|
|
507
|
+
- examples/themes/doom_one.png
|
|
508
|
+
- examples/themes/doom_peacock.png
|
|
509
|
+
- examples/themes/dot_gov.png
|
|
510
|
+
- examples/themes/dracula.png
|
|
511
|
+
- examples/themes/dracula_plus.png
|
|
512
|
+
- examples/themes/duckbones.png
|
|
513
|
+
- examples/themes/duotone_dark.png
|
|
514
|
+
- examples/themes/earthsong.png
|
|
515
|
+
- examples/themes/elemental.png
|
|
516
|
+
- examples/themes/elementary.png
|
|
517
|
+
- examples/themes/encom.png
|
|
518
|
+
- examples/themes/espresso.png
|
|
519
|
+
- examples/themes/espresso_libre.png
|
|
520
|
+
- examples/themes/everblush.png
|
|
521
|
+
- examples/themes/fahrenheit.png
|
|
522
|
+
- examples/themes/fairyfloss.png
|
|
523
|
+
- examples/themes/farmhouse_dark.png
|
|
524
|
+
- examples/themes/farmhouse_light.png
|
|
525
|
+
- examples/themes/fideloper.png
|
|
526
|
+
- examples/themes/firefly_traditional.png
|
|
527
|
+
- examples/themes/firefox_dev.png
|
|
528
|
+
- examples/themes/firewatch.png
|
|
529
|
+
- examples/themes/fish_tank.png
|
|
530
|
+
- examples/themes/flat.png
|
|
531
|
+
- examples/themes/flatland.png
|
|
532
|
+
- examples/themes/flexoki_dark.png
|
|
533
|
+
- examples/themes/flexoki_light.png
|
|
534
|
+
- examples/themes/floraverse.png
|
|
535
|
+
- examples/themes/forest_blue.png
|
|
536
|
+
- examples/themes/framer.png
|
|
537
|
+
- examples/themes/front_end_delight.png
|
|
538
|
+
- examples/themes/fun_forrest.png
|
|
539
|
+
- examples/themes/galaxy.png
|
|
540
|
+
- examples/themes/galizur.png
|
|
541
|
+
- examples/themes/ganyu.png
|
|
542
|
+
- examples/themes/git_hub_dark.png
|
|
543
|
+
- examples/themes/github.png
|
|
544
|
+
- examples/themes/glacier.png
|
|
545
|
+
- examples/themes/glorious.png
|
|
546
|
+
- examples/themes/grape.png
|
|
547
|
+
- examples/themes/grass.png
|
|
548
|
+
- examples/themes/grey_green.png
|
|
549
|
+
- examples/themes/gruvbox_dark.png
|
|
550
|
+
- examples/themes/gruvbox_dark_hard.png
|
|
551
|
+
- examples/themes/gruvbox_light.png
|
|
552
|
+
- examples/themes/guezwhoz.png
|
|
553
|
+
- examples/themes/h4rithd.png
|
|
554
|
+
- examples/themes/h4rithd_com.png
|
|
555
|
+
- examples/themes/ha_x0_r_blue.png
|
|
556
|
+
- examples/themes/ha_x0_r_gr33_n.png
|
|
557
|
+
- examples/themes/ha_x0_r_r3_d.png
|
|
558
|
+
- examples/themes/hacktober.png
|
|
559
|
+
- examples/themes/hardcore.png
|
|
560
|
+
- examples/themes/harper.png
|
|
561
|
+
- examples/themes/highway.png
|
|
562
|
+
- examples/themes/hipster_green.png
|
|
563
|
+
- examples/themes/hivacruz.png
|
|
564
|
+
- examples/themes/homebrew.png
|
|
565
|
+
- examples/themes/hopscotch.png
|
|
566
|
+
- examples/themes/hopscotch_256.png
|
|
567
|
+
- examples/themes/horizon.png
|
|
568
|
+
- examples/themes/hurtado.png
|
|
569
|
+
- examples/themes/hybrid.png
|
|
570
|
+
- examples/themes/hyper.png
|
|
571
|
+
- examples/themes/ic_green_ppl.png
|
|
572
|
+
- examples/themes/ic_orange_ppl.png
|
|
573
|
+
- examples/themes/iceberg_dark.png
|
|
574
|
+
- examples/themes/iceberg_light.png
|
|
575
|
+
- examples/themes/idea.png
|
|
576
|
+
- examples/themes/idle_toes.png
|
|
577
|
+
- examples/themes/ir_black.png
|
|
578
|
+
- examples/themes/iterm2_dark_background.png
|
|
579
|
+
- examples/themes/iterm2_default.png
|
|
580
|
+
- examples/themes/iterm2_light_background.png
|
|
581
|
+
- examples/themes/iterm2_pastel_dark_background.png
|
|
582
|
+
- examples/themes/iterm2_smoooooth.png
|
|
583
|
+
- examples/themes/iterm2_solarized_dark.png
|
|
584
|
+
- examples/themes/iterm2_solarized_light.png
|
|
585
|
+
- examples/themes/iterm2_tango_dark.png
|
|
586
|
+
- examples/themes/iterm2_tango_light.png
|
|
587
|
+
- examples/themes/jackie_brown.png
|
|
588
|
+
- examples/themes/japanesque.png
|
|
589
|
+
- examples/themes/jellybeans.png
|
|
590
|
+
- examples/themes/jet_brains_darcula.png
|
|
591
|
+
- examples/themes/jubi.png
|
|
592
|
+
- examples/themes/juicy_colors.png
|
|
593
|
+
- examples/themes/kanagawa.png
|
|
594
|
+
- examples/themes/kanagawabones.png
|
|
595
|
+
- examples/themes/kibble.png
|
|
596
|
+
- examples/themes/kolorit.png
|
|
597
|
+
- examples/themes/konsolas.png
|
|
598
|
+
- examples/themes/lab_fox.png
|
|
599
|
+
- examples/themes/laser.png
|
|
600
|
+
- examples/themes/later_this_evening.png
|
|
601
|
+
- examples/themes/lavandula.png
|
|
602
|
+
- examples/themes/liquid_carbon.png
|
|
603
|
+
- examples/themes/liquid_carbon_transparent.png
|
|
604
|
+
- examples/themes/liquid_carbon_transparent_inverse.png
|
|
605
|
+
- examples/themes/lovelace.png
|
|
606
|
+
- examples/themes/man_page.png
|
|
607
|
+
- examples/themes/mariana.png
|
|
608
|
+
- examples/themes/material.png
|
|
609
|
+
- examples/themes/material_dark.png
|
|
610
|
+
- examples/themes/material_darker.png
|
|
611
|
+
- examples/themes/material_design_colors.png
|
|
612
|
+
- examples/themes/material_ocean.png
|
|
613
|
+
- examples/themes/mathias.png
|
|
614
|
+
- examples/themes/matrix.png
|
|
615
|
+
- examples/themes/medallion.png
|
|
616
|
+
- examples/themes/mellifluous.png
|
|
617
|
+
- examples/themes/midnight_in_mojave.png
|
|
618
|
+
- examples/themes/mirage.png
|
|
619
|
+
- examples/themes/misterioso.png
|
|
620
|
+
- examples/themes/molokai.png
|
|
621
|
+
- examples/themes/mona_lisa.png
|
|
622
|
+
- examples/themes/monokai_cmder.png
|
|
623
|
+
- examples/themes/monokai_pro.png
|
|
624
|
+
- examples/themes/monokai_pro_filter_octagon.png
|
|
625
|
+
- examples/themes/monokai_pro_filter_ristretto.png
|
|
626
|
+
- examples/themes/monokai_remastered.png
|
|
627
|
+
- examples/themes/monokai_soda.png
|
|
628
|
+
- examples/themes/monokai_vivid.png
|
|
629
|
+
- examples/themes/moonlight_ii.png
|
|
630
|
+
- examples/themes/n0tch2k.png
|
|
631
|
+
- examples/themes/neobones_dark.png
|
|
632
|
+
- examples/themes/neobones_light.png
|
|
633
|
+
- examples/themes/neon.png
|
|
634
|
+
- examples/themes/neopolitan.png
|
|
635
|
+
- examples/themes/neutron.png
|
|
636
|
+
- examples/themes/night_city.png
|
|
637
|
+
- examples/themes/night_lion_v1.png
|
|
638
|
+
- examples/themes/night_lion_v2.png
|
|
639
|
+
- examples/themes/night_owlish_light.png
|
|
640
|
+
- examples/themes/nightfox.png
|
|
641
|
+
- examples/themes/niji.png
|
|
642
|
+
- examples/themes/nocturnal_winter.png
|
|
643
|
+
- examples/themes/nord.png
|
|
644
|
+
- examples/themes/nord_light.png
|
|
645
|
+
- examples/themes/novel.png
|
|
646
|
+
- examples/themes/nvim_dark.png
|
|
647
|
+
- examples/themes/nvim_light.png
|
|
648
|
+
- examples/themes/obsidian.png
|
|
649
|
+
- examples/themes/ocean.png
|
|
650
|
+
- examples/themes/oceanic_material.png
|
|
651
|
+
- examples/themes/oceanic_next.png
|
|
652
|
+
- examples/themes/ollie.png
|
|
653
|
+
- examples/themes/one_dark.png
|
|
654
|
+
- examples/themes/one_half_dark.png
|
|
655
|
+
- examples/themes/one_half_light.png
|
|
656
|
+
- examples/themes/one_star.png
|
|
657
|
+
- examples/themes/operator_mono_dark.png
|
|
658
|
+
- examples/themes/overnight_slumber.png
|
|
659
|
+
- examples/themes/pale_night_hc.png
|
|
660
|
+
- examples/themes/pandora.png
|
|
661
|
+
- examples/themes/paraiso_dark.png
|
|
662
|
+
- examples/themes/paul_millr.png
|
|
663
|
+
- examples/themes/pencil_dark.png
|
|
664
|
+
- examples/themes/pencil_light.png
|
|
665
|
+
- examples/themes/peppermint.png
|
|
666
|
+
- examples/themes/piatto_light.png
|
|
667
|
+
- examples/themes/pnevma.png
|
|
668
|
+
- examples/themes/popping_and_locking.png
|
|
669
|
+
- examples/themes/primary.png
|
|
670
|
+
- examples/themes/primer.png
|
|
671
|
+
- examples/themes/pro.png
|
|
672
|
+
- examples/themes/pro_light.png
|
|
673
|
+
- examples/themes/purple_rain.png
|
|
674
|
+
- examples/themes/purplepeter.png
|
|
675
|
+
- examples/themes/qb64_super_dark_blue.png
|
|
676
|
+
- examples/themes/rapture.png
|
|
677
|
+
- examples/themes/raycast_dark.png
|
|
678
|
+
- examples/themes/raycast_light.png
|
|
679
|
+
- examples/themes/rebecca.png
|
|
680
|
+
- examples/themes/red_alert.png
|
|
681
|
+
- examples/themes/red_planet.png
|
|
682
|
+
- examples/themes/red_sands.png
|
|
683
|
+
- examples/themes/relaxed.png
|
|
684
|
+
- examples/themes/retro.png
|
|
685
|
+
- examples/themes/retrowave.png
|
|
686
|
+
- examples/themes/rippedcasts.png
|
|
687
|
+
- examples/themes/rose_pine.png
|
|
688
|
+
- examples/themes/rose_pine_dawn.png
|
|
689
|
+
- examples/themes/rose_pine_moon.png
|
|
690
|
+
- examples/themes/rouge_2.png
|
|
691
|
+
- examples/themes/royal.png
|
|
692
|
+
- examples/themes/ryuuko.png
|
|
693
|
+
- examples/themes/sakura.png
|
|
694
|
+
- examples/themes/scarlet_protocol.png
|
|
695
|
+
- examples/themes/sea_shells.png
|
|
696
|
+
- examples/themes/seafoam_pastel.png
|
|
697
|
+
- examples/themes/seoulbones_dark.png
|
|
698
|
+
- examples/themes/seoulbones_light.png
|
|
699
|
+
- examples/themes/serendipity_midnight.png
|
|
700
|
+
- examples/themes/serendipity_morning.png
|
|
701
|
+
- examples/themes/serendipity_sunset.png
|
|
702
|
+
- examples/themes/seti.png
|
|
703
|
+
- examples/themes/shades_of_purple.png
|
|
704
|
+
- examples/themes/shaman.png
|
|
705
|
+
- examples/themes/slate.png
|
|
706
|
+
- examples/themes/sleepy_hollow.png
|
|
707
|
+
- examples/themes/smyck.png
|
|
708
|
+
- examples/themes/snazzy.png
|
|
709
|
+
- examples/themes/soft_server.png
|
|
710
|
+
- examples/themes/solarized_darcula.png
|
|
711
|
+
- examples/themes/solarized_dark_higher_contrast.png
|
|
712
|
+
- examples/themes/solarized_dark_patched.png
|
|
713
|
+
- examples/themes/sonoran_gothic.png
|
|
714
|
+
- examples/themes/sonoran_sunrise.png
|
|
715
|
+
- examples/themes/space_gray.png
|
|
716
|
+
- examples/themes/space_gray_eighties.png
|
|
717
|
+
- examples/themes/space_gray_eighties_dull.png
|
|
718
|
+
- examples/themes/spacedust.png
|
|
719
|
+
- examples/themes/spiderman.png
|
|
720
|
+
- examples/themes/spring.png
|
|
721
|
+
- examples/themes/square.png
|
|
722
|
+
- examples/themes/sublette.png
|
|
723
|
+
- examples/themes/subliminal.png
|
|
724
|
+
- examples/themes/sundried.png
|
|
725
|
+
- examples/themes/symfonic.png
|
|
726
|
+
- examples/themes/synthwave.png
|
|
727
|
+
- examples/themes/synthwave_alpha.png
|
|
728
|
+
- examples/themes/synthwave_everything.png
|
|
729
|
+
- examples/themes/tango_adapted.png
|
|
730
|
+
- examples/themes/tango_half_adapted.png
|
|
731
|
+
- examples/themes/teerb.png
|
|
732
|
+
- examples/themes/terafox.png
|
|
733
|
+
- examples/themes/terminal_basic.png
|
|
734
|
+
- examples/themes/thayer_bright.png
|
|
735
|
+
- examples/themes/the_hulk.png
|
|
736
|
+
- examples/themes/theme.tape
|
|
737
|
+
- examples/themes/tinacious_design_dark.png
|
|
738
|
+
- examples/themes/tinacious_design_light.png
|
|
739
|
+
- examples/themes/tokyo_night.png
|
|
740
|
+
- examples/themes/tokyo_night_light.png
|
|
741
|
+
- examples/themes/tokyo_night_storm.png
|
|
742
|
+
- examples/themes/tokyonight.png
|
|
743
|
+
- examples/themes/tokyonight_day.png
|
|
744
|
+
- examples/themes/tokyonight_storm.png
|
|
745
|
+
- examples/themes/tomorrow.png
|
|
746
|
+
- examples/themes/tomorrow_night.png
|
|
747
|
+
- examples/themes/tomorrow_night_blue.png
|
|
748
|
+
- examples/themes/tomorrow_night_bright.png
|
|
749
|
+
- examples/themes/tomorrow_night_burns.png
|
|
750
|
+
- examples/themes/tomorrow_night_eighties.png
|
|
751
|
+
- examples/themes/toy_chest.png
|
|
752
|
+
- examples/themes/treehouse.png
|
|
753
|
+
- examples/themes/twilight.png
|
|
754
|
+
- examples/themes/ubuntu.png
|
|
755
|
+
- examples/themes/ultra_dark.png
|
|
756
|
+
- examples/themes/ultra_violent.png
|
|
757
|
+
- examples/themes/under_the_sea.png
|
|
758
|
+
- examples/themes/unholy.png
|
|
759
|
+
- examples/themes/unikitty.png
|
|
760
|
+
- examples/themes/urple.png
|
|
761
|
+
- examples/themes/vaughn.png
|
|
762
|
+
- examples/themes/vesper.png
|
|
763
|
+
- examples/themes/vibrant_ink.png
|
|
764
|
+
- examples/themes/vimbones.png
|
|
765
|
+
- examples/themes/violet_dark.png
|
|
766
|
+
- examples/themes/violet_light.png
|
|
767
|
+
- examples/themes/warm_neon.png
|
|
768
|
+
- examples/themes/wez.png
|
|
769
|
+
- examples/themes/whimsy.png
|
|
770
|
+
- examples/themes/wild_cherry.png
|
|
771
|
+
- examples/themes/wilmersdorf.png
|
|
772
|
+
- examples/themes/wombat.png
|
|
773
|
+
- examples/themes/wryan.png
|
|
774
|
+
- examples/themes/zenbones.png
|
|
775
|
+
- examples/themes/zenbones_dark.png
|
|
776
|
+
- examples/themes/zenbones_light.png
|
|
777
|
+
- examples/themes/zenburn.png
|
|
778
|
+
- examples/themes/zenburned.png
|
|
779
|
+
- examples/themes/zenwritten_dark.png
|
|
780
|
+
- examples/themes/zenwritten_light.png
|
|
781
|
+
- examples/themes/zeonica.png
|
|
782
|
+
- examples/tmux.mp4
|
|
783
|
+
- examples/tmux.png
|
|
784
|
+
- examples/tmux.tape
|
|
785
|
+
- examples/type.mp4
|
|
786
|
+
- examples/type.png
|
|
787
|
+
- examples/type.tape
|
|
788
|
+
- examples/type_file.mp4
|
|
789
|
+
- examples/type_file.png
|
|
790
|
+
- examples/type_file.tape
|
|
791
|
+
- examples/variable_typing.mp4
|
|
792
|
+
- examples/variable_typing.png
|
|
793
|
+
- examples/variable_typing.tape
|
|
794
|
+
- examples/wait_until.mp4
|
|
795
|
+
- examples/wait_until.png
|
|
796
|
+
- examples/wait_until.tape
|
|
797
|
+
- examples/zsh.mp4
|
|
798
|
+
- examples/zsh.png
|
|
799
|
+
- examples/zsh.tape
|
|
800
|
+
- exe/demotape
|
|
801
|
+
- lib/demo_tape.rb
|
|
802
|
+
- lib/demo_tape/bounds.rb
|
|
803
|
+
- lib/demo_tape/cli.rb
|
|
804
|
+
- lib/demo_tape/command.rb
|
|
805
|
+
- lib/demo_tape/duration.rb
|
|
806
|
+
- lib/demo_tape/exporter.rb
|
|
807
|
+
- lib/demo_tape/generator.rb
|
|
808
|
+
- lib/demo_tape/lexer.rb
|
|
809
|
+
- lib/demo_tape/parser.rb
|
|
810
|
+
- lib/demo_tape/rcs/bash
|
|
811
|
+
- lib/demo_tape/rcs/fish
|
|
812
|
+
- lib/demo_tape/rcs/zsh
|
|
813
|
+
- lib/demo_tape/runner.rb
|
|
814
|
+
- lib/demo_tape/spacing.rb
|
|
815
|
+
- lib/demo_tape/spinner.rb
|
|
816
|
+
- lib/demo_tape/templates/.keep
|
|
817
|
+
- lib/demo_tape/theme.rb
|
|
818
|
+
- lib/demo_tape/themes/3024_day.json
|
|
819
|
+
- lib/demo_tape/themes/3024_night.json
|
|
820
|
+
- lib/demo_tape/themes/aardvark_blue.json
|
|
821
|
+
- lib/demo_tape/themes/abernathy.json
|
|
822
|
+
- lib/demo_tape/themes/adventure.json
|
|
823
|
+
- lib/demo_tape/themes/adventure_time.json
|
|
824
|
+
- lib/demo_tape/themes/afterglow.json
|
|
825
|
+
- lib/demo_tape/themes/alabaster.json
|
|
826
|
+
- lib/demo_tape/themes/alien_blood.json
|
|
827
|
+
- lib/demo_tape/themes/andromeda.json
|
|
828
|
+
- lib/demo_tape/themes/apple_classic.json
|
|
829
|
+
- lib/demo_tape/themes/apple_system_colors.json
|
|
830
|
+
- lib/demo_tape/themes/arcoiris.json
|
|
831
|
+
- lib/demo_tape/themes/argonaut.json
|
|
832
|
+
- lib/demo_tape/themes/arthur.json
|
|
833
|
+
- lib/demo_tape/themes/atelier_sulphurpool.json
|
|
834
|
+
- lib/demo_tape/themes/atom.json
|
|
835
|
+
- lib/demo_tape/themes/atom_one_light.json
|
|
836
|
+
- lib/demo_tape/themes/aurora.json
|
|
837
|
+
- lib/demo_tape/themes/ayu.json
|
|
838
|
+
- lib/demo_tape/themes/ayu_light.json
|
|
839
|
+
- lib/demo_tape/themes/ayu_mirage.json
|
|
840
|
+
- lib/demo_tape/themes/banana_blueberry.json
|
|
841
|
+
- lib/demo_tape/themes/batman.json
|
|
842
|
+
- lib/demo_tape/themes/belafonte_day.json
|
|
843
|
+
- lib/demo_tape/themes/belafonte_night.json
|
|
844
|
+
- lib/demo_tape/themes/birds_of_paradise.json
|
|
845
|
+
- lib/demo_tape/themes/blazer.json
|
|
846
|
+
- lib/demo_tape/themes/blue_berry_pie.json
|
|
847
|
+
- lib/demo_tape/themes/blue_dolphin.json
|
|
848
|
+
- lib/demo_tape/themes/blue_matrix.json
|
|
849
|
+
- lib/demo_tape/themes/bluloco_dark.json
|
|
850
|
+
- lib/demo_tape/themes/bluloco_light.json
|
|
851
|
+
- lib/demo_tape/themes/borland.json
|
|
852
|
+
- lib/demo_tape/themes/breeze.json
|
|
853
|
+
- lib/demo_tape/themes/bright_lights.json
|
|
854
|
+
- lib/demo_tape/themes/broadcast.json
|
|
855
|
+
- lib/demo_tape/themes/brogrammer.json
|
|
856
|
+
- lib/demo_tape/themes/bubbles.json
|
|
857
|
+
- lib/demo_tape/themes/builtin_dark.json
|
|
858
|
+
- lib/demo_tape/themes/builtin_light.json
|
|
859
|
+
- lib/demo_tape/themes/builtin_pastel_dark.json
|
|
860
|
+
- lib/demo_tape/themes/builtin_solarized_dark.json
|
|
861
|
+
- lib/demo_tape/themes/builtin_solarized_light.json
|
|
862
|
+
- lib/demo_tape/themes/builtin_tango_dark.json
|
|
863
|
+
- lib/demo_tape/themes/builtin_tango_light.json
|
|
864
|
+
- lib/demo_tape/themes/c64.json
|
|
865
|
+
- lib/demo_tape/themes/calamity.json
|
|
866
|
+
- lib/demo_tape/themes/catppuccin_frappe.json
|
|
867
|
+
- lib/demo_tape/themes/catppuccin_latte.json
|
|
868
|
+
- lib/demo_tape/themes/catppuccin_macchiato.json
|
|
869
|
+
- lib/demo_tape/themes/catppuccin_mocha.json
|
|
870
|
+
- lib/demo_tape/themes/cga.json
|
|
871
|
+
- lib/demo_tape/themes/chalk.json
|
|
872
|
+
- lib/demo_tape/themes/chalkboard.json
|
|
873
|
+
- lib/demo_tape/themes/challenger_deep.json
|
|
874
|
+
- lib/demo_tape/themes/chester.json
|
|
875
|
+
- lib/demo_tape/themes/ciapre.json
|
|
876
|
+
- lib/demo_tape/themes/clrs.json
|
|
877
|
+
- lib/demo_tape/themes/cobalt2.json
|
|
878
|
+
- lib/demo_tape/themes/cobalt_neon.json
|
|
879
|
+
- lib/demo_tape/themes/coffee_theme.json
|
|
880
|
+
- lib/demo_tape/themes/contrast_light.json
|
|
881
|
+
- lib/demo_tape/themes/coolnight.json
|
|
882
|
+
- lib/demo_tape/themes/crayon_pony_fish.json
|
|
883
|
+
- lib/demo_tape/themes/crystal_violet.json
|
|
884
|
+
- lib/demo_tape/themes/cutie_pro.json
|
|
885
|
+
- lib/demo_tape/themes/cyber_cube.json
|
|
886
|
+
- lib/demo_tape/themes/cyber_punk2077.json
|
|
887
|
+
- lib/demo_tape/themes/cyberdyne.json
|
|
888
|
+
- lib/demo_tape/themes/cyberpunk.json
|
|
889
|
+
- lib/demo_tape/themes/dark_pastel.json
|
|
890
|
+
- lib/demo_tape/themes/dark_plus.json
|
|
891
|
+
- lib/demo_tape/themes/darkermatrix.json
|
|
892
|
+
- lib/demo_tape/themes/darkmatrix.json
|
|
893
|
+
- lib/demo_tape/themes/darkside.json
|
|
894
|
+
- lib/demo_tape/themes/dayfox.json
|
|
895
|
+
- lib/demo_tape/themes/deep.json
|
|
896
|
+
- lib/demo_tape/themes/default_dark.json
|
|
897
|
+
- lib/demo_tape/themes/default_light.json
|
|
898
|
+
- lib/demo_tape/themes/desert.json
|
|
899
|
+
- lib/demo_tape/themes/dimmed_monokai.json
|
|
900
|
+
- lib/demo_tape/themes/django.json
|
|
901
|
+
- lib/demo_tape/themes/django_reborn_again.json
|
|
902
|
+
- lib/demo_tape/themes/django_smooth.json
|
|
903
|
+
- lib/demo_tape/themes/doom_one.json
|
|
904
|
+
- lib/demo_tape/themes/doom_peacock.json
|
|
905
|
+
- lib/demo_tape/themes/dot_gov.json
|
|
906
|
+
- lib/demo_tape/themes/dracula.json
|
|
907
|
+
- lib/demo_tape/themes/dracula_plus.json
|
|
908
|
+
- lib/demo_tape/themes/duckbones.json
|
|
909
|
+
- lib/demo_tape/themes/duotone_dark.json
|
|
910
|
+
- lib/demo_tape/themes/earthsong.json
|
|
911
|
+
- lib/demo_tape/themes/elemental.json
|
|
912
|
+
- lib/demo_tape/themes/elementary.json
|
|
913
|
+
- lib/demo_tape/themes/encom.json
|
|
914
|
+
- lib/demo_tape/themes/espresso.json
|
|
915
|
+
- lib/demo_tape/themes/espresso_libre.json
|
|
916
|
+
- lib/demo_tape/themes/everblush.json
|
|
917
|
+
- lib/demo_tape/themes/fahrenheit.json
|
|
918
|
+
- lib/demo_tape/themes/fairyfloss.json
|
|
919
|
+
- lib/demo_tape/themes/farmhouse_dark.json
|
|
920
|
+
- lib/demo_tape/themes/farmhouse_light.json
|
|
921
|
+
- lib/demo_tape/themes/fideloper.json
|
|
922
|
+
- lib/demo_tape/themes/firefly_traditional.json
|
|
923
|
+
- lib/demo_tape/themes/firefox_dev.json
|
|
924
|
+
- lib/demo_tape/themes/firewatch.json
|
|
925
|
+
- lib/demo_tape/themes/fish_tank.json
|
|
926
|
+
- lib/demo_tape/themes/flat.json
|
|
927
|
+
- lib/demo_tape/themes/flatland.json
|
|
928
|
+
- lib/demo_tape/themes/flexoki_dark.json
|
|
929
|
+
- lib/demo_tape/themes/flexoki_light.json
|
|
930
|
+
- lib/demo_tape/themes/floraverse.json
|
|
931
|
+
- lib/demo_tape/themes/forest_blue.json
|
|
932
|
+
- lib/demo_tape/themes/framer.json
|
|
933
|
+
- lib/demo_tape/themes/front_end_delight.json
|
|
934
|
+
- lib/demo_tape/themes/fun_forrest.json
|
|
935
|
+
- lib/demo_tape/themes/galaxy.json
|
|
936
|
+
- lib/demo_tape/themes/galizur.json
|
|
937
|
+
- lib/demo_tape/themes/ganyu.json
|
|
938
|
+
- lib/demo_tape/themes/git_hub_dark.json
|
|
939
|
+
- lib/demo_tape/themes/github.json
|
|
940
|
+
- lib/demo_tape/themes/glacier.json
|
|
941
|
+
- lib/demo_tape/themes/glorious.json
|
|
942
|
+
- lib/demo_tape/themes/grape.json
|
|
943
|
+
- lib/demo_tape/themes/grass.json
|
|
944
|
+
- lib/demo_tape/themes/grey_green.json
|
|
945
|
+
- lib/demo_tape/themes/gruvbox_dark.json
|
|
946
|
+
- lib/demo_tape/themes/gruvbox_dark_hard.json
|
|
947
|
+
- lib/demo_tape/themes/gruvbox_light.json
|
|
948
|
+
- lib/demo_tape/themes/guezwhoz.json
|
|
949
|
+
- lib/demo_tape/themes/h4rithd.json
|
|
950
|
+
- lib/demo_tape/themes/h4rithd_com.json
|
|
951
|
+
- lib/demo_tape/themes/ha_x0_r_blue.json
|
|
952
|
+
- lib/demo_tape/themes/ha_x0_r_gr33_n.json
|
|
953
|
+
- lib/demo_tape/themes/ha_x0_r_r3_d.json
|
|
954
|
+
- lib/demo_tape/themes/hacktober.json
|
|
955
|
+
- lib/demo_tape/themes/hardcore.json
|
|
956
|
+
- lib/demo_tape/themes/harper.json
|
|
957
|
+
- lib/demo_tape/themes/highway.json
|
|
958
|
+
- lib/demo_tape/themes/hipster_green.json
|
|
959
|
+
- lib/demo_tape/themes/hivacruz.json
|
|
960
|
+
- lib/demo_tape/themes/homebrew.json
|
|
961
|
+
- lib/demo_tape/themes/hopscotch.json
|
|
962
|
+
- lib/demo_tape/themes/hopscotch_256.json
|
|
963
|
+
- lib/demo_tape/themes/horizon.json
|
|
964
|
+
- lib/demo_tape/themes/hurtado.json
|
|
965
|
+
- lib/demo_tape/themes/hybrid.json
|
|
966
|
+
- lib/demo_tape/themes/hyper.json
|
|
967
|
+
- lib/demo_tape/themes/ic_green_ppl.json
|
|
968
|
+
- lib/demo_tape/themes/ic_orange_ppl.json
|
|
969
|
+
- lib/demo_tape/themes/iceberg_dark.json
|
|
970
|
+
- lib/demo_tape/themes/iceberg_light.json
|
|
971
|
+
- lib/demo_tape/themes/idea.json
|
|
972
|
+
- lib/demo_tape/themes/idle_toes.json
|
|
973
|
+
- lib/demo_tape/themes/ir_black.json
|
|
974
|
+
- lib/demo_tape/themes/iterm2_dark_background.json
|
|
975
|
+
- lib/demo_tape/themes/iterm2_default.json
|
|
976
|
+
- lib/demo_tape/themes/iterm2_light_background.json
|
|
977
|
+
- lib/demo_tape/themes/iterm2_pastel_dark_background.json
|
|
978
|
+
- lib/demo_tape/themes/iterm2_smoooooth.json
|
|
979
|
+
- lib/demo_tape/themes/iterm2_solarized_dark.json
|
|
980
|
+
- lib/demo_tape/themes/iterm2_solarized_light.json
|
|
981
|
+
- lib/demo_tape/themes/iterm2_tango_dark.json
|
|
982
|
+
- lib/demo_tape/themes/iterm2_tango_light.json
|
|
983
|
+
- lib/demo_tape/themes/jackie_brown.json
|
|
984
|
+
- lib/demo_tape/themes/japanesque.json
|
|
985
|
+
- lib/demo_tape/themes/jellybeans.json
|
|
986
|
+
- lib/demo_tape/themes/jet_brains_darcula.json
|
|
987
|
+
- lib/demo_tape/themes/jubi.json
|
|
988
|
+
- lib/demo_tape/themes/juicy_colors.json
|
|
989
|
+
- lib/demo_tape/themes/kanagawa.json
|
|
990
|
+
- lib/demo_tape/themes/kanagawabones.json
|
|
991
|
+
- lib/demo_tape/themes/kibble.json
|
|
992
|
+
- lib/demo_tape/themes/kolorit.json
|
|
993
|
+
- lib/demo_tape/themes/konsolas.json
|
|
994
|
+
- lib/demo_tape/themes/lab_fox.json
|
|
995
|
+
- lib/demo_tape/themes/laser.json
|
|
996
|
+
- lib/demo_tape/themes/later_this_evening.json
|
|
997
|
+
- lib/demo_tape/themes/lavandula.json
|
|
998
|
+
- lib/demo_tape/themes/liquid_carbon.json
|
|
999
|
+
- lib/demo_tape/themes/liquid_carbon_transparent.json
|
|
1000
|
+
- lib/demo_tape/themes/liquid_carbon_transparent_inverse.json
|
|
1001
|
+
- lib/demo_tape/themes/lovelace.json
|
|
1002
|
+
- lib/demo_tape/themes/man_page.json
|
|
1003
|
+
- lib/demo_tape/themes/mariana.json
|
|
1004
|
+
- lib/demo_tape/themes/material.json
|
|
1005
|
+
- lib/demo_tape/themes/material_dark.json
|
|
1006
|
+
- lib/demo_tape/themes/material_darker.json
|
|
1007
|
+
- lib/demo_tape/themes/material_design_colors.json
|
|
1008
|
+
- lib/demo_tape/themes/material_ocean.json
|
|
1009
|
+
- lib/demo_tape/themes/mathias.json
|
|
1010
|
+
- lib/demo_tape/themes/matrix.json
|
|
1011
|
+
- lib/demo_tape/themes/medallion.json
|
|
1012
|
+
- lib/demo_tape/themes/mellifluous.json
|
|
1013
|
+
- lib/demo_tape/themes/midnight_in_mojave.json
|
|
1014
|
+
- lib/demo_tape/themes/mirage.json
|
|
1015
|
+
- lib/demo_tape/themes/misterioso.json
|
|
1016
|
+
- lib/demo_tape/themes/molokai.json
|
|
1017
|
+
- lib/demo_tape/themes/mona_lisa.json
|
|
1018
|
+
- lib/demo_tape/themes/monokai_cmder.json
|
|
1019
|
+
- lib/demo_tape/themes/monokai_pro.json
|
|
1020
|
+
- lib/demo_tape/themes/monokai_pro_filter_octagon.json
|
|
1021
|
+
- lib/demo_tape/themes/monokai_pro_filter_ristretto.json
|
|
1022
|
+
- lib/demo_tape/themes/monokai_remastered.json
|
|
1023
|
+
- lib/demo_tape/themes/monokai_soda.json
|
|
1024
|
+
- lib/demo_tape/themes/monokai_vivid.json
|
|
1025
|
+
- lib/demo_tape/themes/moonlight_ii.json
|
|
1026
|
+
- lib/demo_tape/themes/n0tch2k.json
|
|
1027
|
+
- lib/demo_tape/themes/neobones_dark.json
|
|
1028
|
+
- lib/demo_tape/themes/neobones_light.json
|
|
1029
|
+
- lib/demo_tape/themes/neon.json
|
|
1030
|
+
- lib/demo_tape/themes/neopolitan.json
|
|
1031
|
+
- lib/demo_tape/themes/neutron.json
|
|
1032
|
+
- lib/demo_tape/themes/night_city.json
|
|
1033
|
+
- lib/demo_tape/themes/night_lion_v1.json
|
|
1034
|
+
- lib/demo_tape/themes/night_lion_v2.json
|
|
1035
|
+
- lib/demo_tape/themes/night_owlish_light.json
|
|
1036
|
+
- lib/demo_tape/themes/nightfox.json
|
|
1037
|
+
- lib/demo_tape/themes/niji.json
|
|
1038
|
+
- lib/demo_tape/themes/nocturnal_winter.json
|
|
1039
|
+
- lib/demo_tape/themes/nord.json
|
|
1040
|
+
- lib/demo_tape/themes/nord_light.json
|
|
1041
|
+
- lib/demo_tape/themes/novel.json
|
|
1042
|
+
- lib/demo_tape/themes/nvim_dark.json
|
|
1043
|
+
- lib/demo_tape/themes/nvim_light.json
|
|
1044
|
+
- lib/demo_tape/themes/obsidian.json
|
|
1045
|
+
- lib/demo_tape/themes/ocean.json
|
|
1046
|
+
- lib/demo_tape/themes/oceanic_material.json
|
|
1047
|
+
- lib/demo_tape/themes/oceanic_next.json
|
|
1048
|
+
- lib/demo_tape/themes/ollie.json
|
|
1049
|
+
- lib/demo_tape/themes/one_dark.json
|
|
1050
|
+
- lib/demo_tape/themes/one_half_dark.json
|
|
1051
|
+
- lib/demo_tape/themes/one_half_light.json
|
|
1052
|
+
- lib/demo_tape/themes/one_star.json
|
|
1053
|
+
- lib/demo_tape/themes/operator_mono_dark.json
|
|
1054
|
+
- lib/demo_tape/themes/overnight_slumber.json
|
|
1055
|
+
- lib/demo_tape/themes/pale_night_hc.json
|
|
1056
|
+
- lib/demo_tape/themes/pandora.json
|
|
1057
|
+
- lib/demo_tape/themes/paraiso_dark.json
|
|
1058
|
+
- lib/demo_tape/themes/paul_millr.json
|
|
1059
|
+
- lib/demo_tape/themes/pencil_dark.json
|
|
1060
|
+
- lib/demo_tape/themes/pencil_light.json
|
|
1061
|
+
- lib/demo_tape/themes/peppermint.json
|
|
1062
|
+
- lib/demo_tape/themes/piatto_light.json
|
|
1063
|
+
- lib/demo_tape/themes/pnevma.json
|
|
1064
|
+
- lib/demo_tape/themes/popping_and_locking.json
|
|
1065
|
+
- lib/demo_tape/themes/primary.json
|
|
1066
|
+
- lib/demo_tape/themes/primer.json
|
|
1067
|
+
- lib/demo_tape/themes/pro.json
|
|
1068
|
+
- lib/demo_tape/themes/pro_light.json
|
|
1069
|
+
- lib/demo_tape/themes/purple_rain.json
|
|
1070
|
+
- lib/demo_tape/themes/purplepeter.json
|
|
1071
|
+
- lib/demo_tape/themes/qb64_super_dark_blue.json
|
|
1072
|
+
- lib/demo_tape/themes/rapture.json
|
|
1073
|
+
- lib/demo_tape/themes/raycast_dark.json
|
|
1074
|
+
- lib/demo_tape/themes/raycast_light.json
|
|
1075
|
+
- lib/demo_tape/themes/rebecca.json
|
|
1076
|
+
- lib/demo_tape/themes/red_alert.json
|
|
1077
|
+
- lib/demo_tape/themes/red_planet.json
|
|
1078
|
+
- lib/demo_tape/themes/red_sands.json
|
|
1079
|
+
- lib/demo_tape/themes/relaxed.json
|
|
1080
|
+
- lib/demo_tape/themes/retro.json
|
|
1081
|
+
- lib/demo_tape/themes/retrowave.json
|
|
1082
|
+
- lib/demo_tape/themes/rippedcasts.json
|
|
1083
|
+
- lib/demo_tape/themes/rose_pine.json
|
|
1084
|
+
- lib/demo_tape/themes/rose_pine_dawn.json
|
|
1085
|
+
- lib/demo_tape/themes/rose_pine_moon.json
|
|
1086
|
+
- lib/demo_tape/themes/rouge_2.json
|
|
1087
|
+
- lib/demo_tape/themes/royal.json
|
|
1088
|
+
- lib/demo_tape/themes/ryuuko.json
|
|
1089
|
+
- lib/demo_tape/themes/sakura.json
|
|
1090
|
+
- lib/demo_tape/themes/scarlet_protocol.json
|
|
1091
|
+
- lib/demo_tape/themes/sea_shells.json
|
|
1092
|
+
- lib/demo_tape/themes/seafoam_pastel.json
|
|
1093
|
+
- lib/demo_tape/themes/seoulbones_dark.json
|
|
1094
|
+
- lib/demo_tape/themes/seoulbones_light.json
|
|
1095
|
+
- lib/demo_tape/themes/serendipity_midnight.json
|
|
1096
|
+
- lib/demo_tape/themes/serendipity_morning.json
|
|
1097
|
+
- lib/demo_tape/themes/serendipity_sunset.json
|
|
1098
|
+
- lib/demo_tape/themes/seti.json
|
|
1099
|
+
- lib/demo_tape/themes/shades_of_purple.json
|
|
1100
|
+
- lib/demo_tape/themes/shaman.json
|
|
1101
|
+
- lib/demo_tape/themes/slate.json
|
|
1102
|
+
- lib/demo_tape/themes/sleepy_hollow.json
|
|
1103
|
+
- lib/demo_tape/themes/smyck.json
|
|
1104
|
+
- lib/demo_tape/themes/snazzy.json
|
|
1105
|
+
- lib/demo_tape/themes/soft_server.json
|
|
1106
|
+
- lib/demo_tape/themes/solarized_darcula.json
|
|
1107
|
+
- lib/demo_tape/themes/solarized_dark_higher_contrast.json
|
|
1108
|
+
- lib/demo_tape/themes/solarized_dark_patched.json
|
|
1109
|
+
- lib/demo_tape/themes/sonoran_gothic.json
|
|
1110
|
+
- lib/demo_tape/themes/sonoran_sunrise.json
|
|
1111
|
+
- lib/demo_tape/themes/space_gray.json
|
|
1112
|
+
- lib/demo_tape/themes/space_gray_eighties.json
|
|
1113
|
+
- lib/demo_tape/themes/space_gray_eighties_dull.json
|
|
1114
|
+
- lib/demo_tape/themes/spacedust.json
|
|
1115
|
+
- lib/demo_tape/themes/spiderman.json
|
|
1116
|
+
- lib/demo_tape/themes/spring.json
|
|
1117
|
+
- lib/demo_tape/themes/square.json
|
|
1118
|
+
- lib/demo_tape/themes/sublette.json
|
|
1119
|
+
- lib/demo_tape/themes/subliminal.json
|
|
1120
|
+
- lib/demo_tape/themes/sundried.json
|
|
1121
|
+
- lib/demo_tape/themes/symfonic.json
|
|
1122
|
+
- lib/demo_tape/themes/synthwave.json
|
|
1123
|
+
- lib/demo_tape/themes/synthwave_alpha.json
|
|
1124
|
+
- lib/demo_tape/themes/synthwave_everything.json
|
|
1125
|
+
- lib/demo_tape/themes/tango_adapted.json
|
|
1126
|
+
- lib/demo_tape/themes/tango_half_adapted.json
|
|
1127
|
+
- lib/demo_tape/themes/teerb.json
|
|
1128
|
+
- lib/demo_tape/themes/terafox.json
|
|
1129
|
+
- lib/demo_tape/themes/terminal_basic.json
|
|
1130
|
+
- lib/demo_tape/themes/thayer_bright.json
|
|
1131
|
+
- lib/demo_tape/themes/the_hulk.json
|
|
1132
|
+
- lib/demo_tape/themes/tinacious_design_dark.json
|
|
1133
|
+
- lib/demo_tape/themes/tinacious_design_light.json
|
|
1134
|
+
- lib/demo_tape/themes/tokyo_night.json
|
|
1135
|
+
- lib/demo_tape/themes/tokyo_night_light.json
|
|
1136
|
+
- lib/demo_tape/themes/tokyo_night_storm.json
|
|
1137
|
+
- lib/demo_tape/themes/tokyonight.json
|
|
1138
|
+
- lib/demo_tape/themes/tokyonight_day.json
|
|
1139
|
+
- lib/demo_tape/themes/tokyonight_storm.json
|
|
1140
|
+
- lib/demo_tape/themes/tomorrow.json
|
|
1141
|
+
- lib/demo_tape/themes/tomorrow_night.json
|
|
1142
|
+
- lib/demo_tape/themes/tomorrow_night_blue.json
|
|
1143
|
+
- lib/demo_tape/themes/tomorrow_night_bright.json
|
|
1144
|
+
- lib/demo_tape/themes/tomorrow_night_burns.json
|
|
1145
|
+
- lib/demo_tape/themes/tomorrow_night_eighties.json
|
|
1146
|
+
- lib/demo_tape/themes/toy_chest.json
|
|
1147
|
+
- lib/demo_tape/themes/treehouse.json
|
|
1148
|
+
- lib/demo_tape/themes/twilight.json
|
|
1149
|
+
- lib/demo_tape/themes/ubuntu.json
|
|
1150
|
+
- lib/demo_tape/themes/ultra_dark.json
|
|
1151
|
+
- lib/demo_tape/themes/ultra_violent.json
|
|
1152
|
+
- lib/demo_tape/themes/under_the_sea.json
|
|
1153
|
+
- lib/demo_tape/themes/unholy.json
|
|
1154
|
+
- lib/demo_tape/themes/unikitty.json
|
|
1155
|
+
- lib/demo_tape/themes/urple.json
|
|
1156
|
+
- lib/demo_tape/themes/vaughn.json
|
|
1157
|
+
- lib/demo_tape/themes/vesper.json
|
|
1158
|
+
- lib/demo_tape/themes/vibrant_ink.json
|
|
1159
|
+
- lib/demo_tape/themes/vimbones.json
|
|
1160
|
+
- lib/demo_tape/themes/violet_dark.json
|
|
1161
|
+
- lib/demo_tape/themes/violet_light.json
|
|
1162
|
+
- lib/demo_tape/themes/warm_neon.json
|
|
1163
|
+
- lib/demo_tape/themes/wez.json
|
|
1164
|
+
- lib/demo_tape/themes/whimsy.json
|
|
1165
|
+
- lib/demo_tape/themes/wild_cherry.json
|
|
1166
|
+
- lib/demo_tape/themes/wilmersdorf.json
|
|
1167
|
+
- lib/demo_tape/themes/wombat.json
|
|
1168
|
+
- lib/demo_tape/themes/wryan.json
|
|
1169
|
+
- lib/demo_tape/themes/zenbones.json
|
|
1170
|
+
- lib/demo_tape/themes/zenbones_dark.json
|
|
1171
|
+
- lib/demo_tape/themes/zenbones_light.json
|
|
1172
|
+
- lib/demo_tape/themes/zenburn.json
|
|
1173
|
+
- lib/demo_tape/themes/zenburned.json
|
|
1174
|
+
- lib/demo_tape/themes/zenwritten_dark.json
|
|
1175
|
+
- lib/demo_tape/themes/zenwritten_light.json
|
|
1176
|
+
- lib/demo_tape/themes/zeonica.json
|
|
1177
|
+
- lib/demo_tape/token.rb
|
|
1178
|
+
- lib/demo_tape/ttyd.rb
|
|
1179
|
+
- lib/demo_tape/version.rb
|
|
1180
|
+
- lib/demotape.rb
|
|
1181
|
+
homepage: https://github.com/fnando/demo_tape
|
|
1182
|
+
licenses:
|
|
1183
|
+
- MIT
|
|
1184
|
+
metadata:
|
|
1185
|
+
rubygems_mfa_required: 'true'
|
|
1186
|
+
homepage_uri: https://github.com/fnando/demo_tape
|
|
1187
|
+
bug_tracker_uri: https://github.com/fnando/demo_tape/issues
|
|
1188
|
+
source_code_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0
|
|
1189
|
+
changelog_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/CHANGELOG.md
|
|
1190
|
+
documentation_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/README.md
|
|
1191
|
+
license_uri: https://github.com/fnando/demo_tape/tree/v0.0.0.pre.0/LICENSE.md
|
|
1192
|
+
rdoc_options: []
|
|
1193
|
+
require_paths:
|
|
1194
|
+
- lib
|
|
1195
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1196
|
+
requirements:
|
|
1197
|
+
- - ">="
|
|
1198
|
+
- !ruby/object:Gem::Version
|
|
1199
|
+
version: 3.4.0
|
|
1200
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1201
|
+
requirements:
|
|
1202
|
+
- - ">="
|
|
1203
|
+
- !ruby/object:Gem::Version
|
|
1204
|
+
version: '0'
|
|
1205
|
+
requirements: []
|
|
1206
|
+
rubygems_version: 3.6.9
|
|
1207
|
+
specification_version: 4
|
|
1208
|
+
summary: Record terminal sessions using ttyd.
|
|
1209
|
+
test_files: []
|