-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from nao1215/doc/update-readme
Update document for s3hub with gif image
- Loading branch information
Showing
15 changed files
with
334 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Pull Request | ||
about: Create a pull request to help us improve | ||
title: "[Pull Request] XXX" | ||
labels: "" | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Summary | ||
|
||
[Provide a brief overview and purpose of the PR] | ||
|
||
## Related Issues | ||
|
||
[Link any related issues that this PR addresses, if applicable] | ||
|
||
|
||
## Screenshots (Optional) | ||
|
||
[Include any relevant screenshots or demos of the changes made] | ||
|
||
## Additional Comments | ||
|
||
[Any other information or comments you'd like to share with the reviewers or contributors] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you discover any security-related issues or vulnerabilities, please contact us at [[email protected]](mailto:[email protected]). We appreciate your responsible disclosure and will work with you to address the issue promptly. | ||
|
||
## Supported Versions | ||
|
||
We recommend using the latest release for the most up-to-date and secure experience. Security updates are provided for the latest stable version. | ||
|
||
## Security Policy | ||
|
||
- Security issues are treated with the highest priority. | ||
- We follow responsible disclosure practices. | ||
- Fixes for security vulnerabilities will be provided in a timely manner. | ||
|
||
## Acknowledgments | ||
|
||
We would like to thank the security researchers and contributors who responsibly report security issues and work with us to make our project more secure. | ||
|
||
Thank you for your help in making our project safe and secure for everyone. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# VHS documentation | ||
# | ||
# Output: | ||
# Output <path>.gif Create a GIF output at the given <path> | ||
# Output <path>.mp4 Create an MP4 output at the given <path> | ||
# Output <path>.webm Create a WebM output at the given <path> | ||
# | ||
# Require: | ||
# Require <string> Ensure a program is on the $PATH to proceed | ||
# | ||
# Settings: | ||
# Set FontSize <number> Set the font size of the terminal | ||
# Set FontFamily <string> Set the font family of the terminal | ||
# Set Height <number> Set the height of the terminal | ||
# Set Width <number> Set the width of the terminal | ||
# Set LetterSpacing <float> Set the font letter spacing (tracking) | ||
# Set LineHeight <float> Set the font line height | ||
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop | ||
# Set Theme <json|string> Set the theme of the terminal | ||
# Set Padding <number> Set the padding of the terminal | ||
# Set Framerate <number> Set the framerate of the recording | ||
# Set PlaybackSpeed <float> Set the playback speed of the recording | ||
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with. | ||
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set. | ||
# Set BorderRadius <number> Set terminal border radius, in pixels. | ||
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight) | ||
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40. | ||
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms. | ||
# | ||
# Sleep: | ||
# Sleep <time> Sleep for a set amount of <time> in seconds | ||
# | ||
# Type: | ||
# Type[@<time>] "<characters>" Type <characters> into the terminal with a | ||
# <time> delay between each character | ||
# | ||
# Keys: | ||
# Escape[@<time>] [number] Press the Escape key | ||
# Backspace[@<time>] [number] Press the Backspace key | ||
# Delete[@<time>] [number] Press the Delete key | ||
# Insert[@<time>] [number] Press the Insert key | ||
# Down[@<time>] [number] Press the Down key | ||
# Enter[@<time>] [number] Press the Enter key | ||
# Space[@<time>] [number] Press the Space key | ||
# Tab[@<time>] [number] Press the Tab key | ||
# Left[@<time>] [number] Press the Left Arrow key | ||
# Right[@<time>] [number] Press the Right Arrow key | ||
# Up[@<time>] [number] Press the Up Arrow key | ||
# Down[@<time>] [number] Press the Down Arrow key | ||
# PageUp[@<time>] [number] Press the Page Up key | ||
# PageDown[@<time>] [number] Press the Page Down key | ||
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C) | ||
# | ||
# Display: | ||
# Hide Hide the subsequent commands from the output | ||
# Show Show the subsequent commands in the output | ||
|
||
Output doc/img/s3hub-ls.gif | ||
|
||
Require s3hub | ||
|
||
Set Shell "bash" | ||
Set FontSize 26 | ||
Set Width 1500 | ||
Set Height 400 | ||
|
||
Type "export AWS_PROFILE=localstack" Sleep 200ms Enter | ||
Type "s3hub ls" Sleep 500ms Enter | ||
Sleep 5s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# VHS documentation | ||
# | ||
# Output: | ||
# Output <path>.gif Create a GIF output at the given <path> | ||
# Output <path>.mp4 Create an MP4 output at the given <path> | ||
# Output <path>.webm Create a WebM output at the given <path> | ||
# | ||
# Require: | ||
# Require <string> Ensure a program is on the $PATH to proceed | ||
# | ||
# Settings: | ||
# Set FontSize <number> Set the font size of the terminal | ||
# Set FontFamily <string> Set the font family of the terminal | ||
# Set Height <number> Set the height of the terminal | ||
# Set Width <number> Set the width of the terminal | ||
# Set LetterSpacing <float> Set the font letter spacing (tracking) | ||
# Set LineHeight <float> Set the font line height | ||
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop | ||
# Set Theme <json|string> Set the theme of the terminal | ||
# Set Padding <number> Set the padding of the terminal | ||
# Set Framerate <number> Set the framerate of the recording | ||
# Set PlaybackSpeed <float> Set the playback speed of the recording | ||
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with. | ||
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set. | ||
# Set BorderRadius <number> Set terminal border radius, in pixels. | ||
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight) | ||
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40. | ||
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms. | ||
# | ||
# Sleep: | ||
# Sleep <time> Sleep for a set amount of <time> in seconds | ||
# | ||
# Type: | ||
# Type[@<time>] "<characters>" Type <characters> into the terminal with a | ||
# <time> delay between each character | ||
# | ||
# Keys: | ||
# Escape[@<time>] [number] Press the Escape key | ||
# Backspace[@<time>] [number] Press the Backspace key | ||
# Delete[@<time>] [number] Press the Delete key | ||
# Insert[@<time>] [number] Press the Insert key | ||
# Down[@<time>] [number] Press the Down key | ||
# Enter[@<time>] [number] Press the Enter key | ||
# Space[@<time>] [number] Press the Space key | ||
# Tab[@<time>] [number] Press the Tab key | ||
# Left[@<time>] [number] Press the Left Arrow key | ||
# Right[@<time>] [number] Press the Right Arrow key | ||
# Up[@<time>] [number] Press the Up Arrow key | ||
# Down[@<time>] [number] Press the Down Arrow key | ||
# PageUp[@<time>] [number] Press the Page Up key | ||
# PageDown[@<time>] [number] Press the Page Down key | ||
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C) | ||
# | ||
# Display: | ||
# Hide Hide the subsequent commands from the output | ||
# Show Show the subsequent commands in the output | ||
|
||
Output doc/img/s3hub-mb.gif | ||
|
||
Require s3hub | ||
|
||
Set Shell "bash" | ||
Set FontSize 20 | ||
Set Width 900 | ||
Set Height 300 | ||
|
||
Type "export AWS_PROFILE=localstack" Sleep 200ms Enter | ||
Type "s3hub mb s3hub-s3-bucket-example" Sleep 500ms Enter | ||
Sleep 5s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# VHS documentation | ||
# | ||
# Output: | ||
# Output <path>.gif Create a GIF output at the given <path> | ||
# Output <path>.mp4 Create an MP4 output at the given <path> | ||
# Output <path>.webm Create a WebM output at the given <path> | ||
# | ||
# Require: | ||
# Require <string> Ensure a program is on the $PATH to proceed | ||
# | ||
# Settings: | ||
# Set FontSize <number> Set the font size of the terminal | ||
# Set FontFamily <string> Set the font family of the terminal | ||
# Set Height <number> Set the height of the terminal | ||
# Set Width <number> Set the width of the terminal | ||
# Set LetterSpacing <float> Set the font letter spacing (tracking) | ||
# Set LineHeight <float> Set the font line height | ||
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop | ||
# Set Theme <json|string> Set the theme of the terminal | ||
# Set Padding <number> Set the padding of the terminal | ||
# Set Framerate <number> Set the framerate of the recording | ||
# Set PlaybackSpeed <float> Set the playback speed of the recording | ||
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with. | ||
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set. | ||
# Set BorderRadius <number> Set terminal border radius, in pixels. | ||
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight) | ||
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40. | ||
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms. | ||
# | ||
# Sleep: | ||
# Sleep <time> Sleep for a set amount of <time> in seconds | ||
# | ||
# Type: | ||
# Type[@<time>] "<characters>" Type <characters> into the terminal with a | ||
# <time> delay between each character | ||
# | ||
# Keys: | ||
# Escape[@<time>] [number] Press the Escape key | ||
# Backspace[@<time>] [number] Press the Backspace key | ||
# Delete[@<time>] [number] Press the Delete key | ||
# Insert[@<time>] [number] Press the Insert key | ||
# Down[@<time>] [number] Press the Down key | ||
# Enter[@<time>] [number] Press the Enter key | ||
# Space[@<time>] [number] Press the Space key | ||
# Tab[@<time>] [number] Press the Tab key | ||
# Left[@<time>] [number] Press the Left Arrow key | ||
# Right[@<time>] [number] Press the Right Arrow key | ||
# Up[@<time>] [number] Press the Up Arrow key | ||
# Down[@<time>] [number] Press the Down Arrow key | ||
# PageUp[@<time>] [number] Press the Page Up key | ||
# PageDown[@<time>] [number] Press the Page Down key | ||
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C) | ||
# | ||
# Display: | ||
# Hide Hide the subsequent commands from the output | ||
# Show Show the subsequent commands in the output | ||
|
||
Output doc/img/s3hub-rm-all.gif | ||
|
||
Require s3hub | ||
|
||
Set Shell "bash" | ||
Set FontSize 26 | ||
Set Width 1200 | ||
Set Height 600 | ||
|
||
Type "export AWS_PROFILE=localstack" Sleep 200ms Enter | ||
Type "s3hub rm test-bucket-on-localstack --force" Sleep 500ms Enter | ||
Sleep 10s |
Oops, something went wrong.