Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

馃敤 Tool to investigate files with different encoding than passed

![](demo/encoding-checker.gif)
Comment thread
piecioshka marked this conversation as resolved.

## Usage

Installation:
Expand Down
Binary file added demo/encoding-checker.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions demo/encoding-checker.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Output demo/encoding-checker.gif

Require encoding-checker

Set Shell "bash"
Set Framerate 60
Set FontSize 12
Set Width 800
Set Height 400
Set Padding 20
Set Margin 5
Set MarginFill "#212830"
Set BorderRadius 10

Hide
Type 'cd /tmp/encoding-checker-demo && clear' Enter
Comment thread
piecioshka marked this conversation as resolved.
Show

Type "encoding-checker --help" Sleep 200ms Enter
Wait Sleep 1500ms

Enter Enter Type "# detect the character encoding of each matching file" Sleep 200ms Enter Enter
Wait Sleep 800ms

Type 'encoding-checker -p "*.txt" -v' Sleep 500ms Enter
Wait Sleep 2000ms

Sleep 3s
Loading