1
0

demo.tape 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. Output docs/images/demo.gif
  2. Set Width 1536
  3. Set Height 512
  4. Set Shell fish
  5. Set FontFamily "FantasqueSansM Nerd Font Mono"
  6. Set FontSize 13
  7. Type "# eza is a modern, maintained replacement for ls."
  8. Enter
  9. Type "# "
  10. Enter
  11. Type "# It has too many features to cover in a gif, but we'll"
  12. Enter
  13. Type "# try to show off some cool stuff :3"
  14. Enter
  15. Type "# "
  16. Enter
  17. Sleep 4s
  18. Enter
  19. Type "# Let's start with the basics."
  20. Enter
  21. Type "eza src/"
  22. Sleep 2s
  23. Enter
  24. Sleep 4s
  25. Type "# ...but add some icons."
  26. Enter
  27. Type "eza -l --icons src/"
  28. Sleep 2s
  29. Enter
  30. Sleep 4s
  31. Type "# ...and how about a grid view."
  32. Enter
  33. Type "eza -l --icons --grid"
  34. Sleep 2s
  35. Enter
  36. Sleep 4s
  37. Type "# ...with headers."
  38. Enter
  39. Type "eza -l --icons --grid --header"
  40. Sleep 2s
  41. Enter
  42. Sleep 4s
  43. Type "# ...and perhaps some octal permissions."
  44. Enter
  45. Type "eza -l --icons --grid --header --octal-permissions"
  46. Sleep 2s
  47. Enter
  48. Sleep 4s
  49. Type "# ...or what about blocksize."
  50. Enter
  51. Type "eza -l --icons --grid --header --blocksize"
  52. Sleep 2s
  53. Enter
  54. Sleep 4s
  55. Type "# ...or hyperlinks."
  56. Enter
  57. Type "eza -l --icons --grid --header --hyperlink"
  58. Sleep 2s
  59. Enter
  60. Sleep 4s
  61. Type "# Admittedly, those aren't really very visual in a"
  62. Enter
  63. Type "# gif like this >_<"
  64. Enter
  65. Type "# ...what about a custom time style?"
  66. Enter
  67. Type 'eza -l --icons --grid --header --time-style "+%Y/%m/%d - week %W"'
  68. Sleep 2s
  69. Enter
  70. Sleep 4s
  71. Type "# ...or a bit of git status."
  72. Enter
  73. Type 'eza -l --icons --grid --header --git'
  74. Sleep 2s
  75. Enter
  76. Sleep 4s
  77. Type "# ...or a lot of git."
  78. Enter
  79. Type 'eza -l --icons --grid --header --git --git-repos'
  80. Sleep 2s
  81. Enter
  82. Sleep 4s
  83. Type "# Of course, this was only a glimpse off all "
  84. Enter
  85. Type "# the features that eza has to offer."
  86. Enter
  87. Type "# "
  88. Enter
  89. Type "# For more info, checkout the README.md or check"
  90. Enter
  91. Type "# out the github repo or the website at https://eza.rocks"
  92. Enter
  93. Type "# "
  94. Enter
  95. Type "# Thanks for watching <3"
  96. Enter
  97. Sleep 4s
  98. # Type 'eza -l --icons --grid --blocksize -l --hyperlink --grid --git-repos -x --time-style "+%Y, %Y, %d%d%d - %a %u" --git --header --icons -Z -@ -o --group --smart-group --no-quotes'
  99. # Sleep 500ms
  100. # Enter
  101. # Sleep 2s