Skip to content

Commit

Permalink
Merge pull request #30 from thushan/v0.0.4-pre
Browse files Browse the repository at this point in the history
v0.0.4 pre
  • Loading branch information
thushan authored Nov 24, 2023
2 parents 2850a34 + ece8ca6 commit 22b8a4f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 22 deletions.
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,14 @@ checksum:

archives:
- files:
- none*
- LICENSE
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
name_template: >-
{{ .ProjectName }}_
v{{- .Version }}_
{{- if eq .Os "darwin" }}macos_
{{- else }}{{ .Os }}_{{ end }}
{{- .Arch }}
{{ .ProjectName }}_v{{- .Version }}_{{- if eq .Os "darwin" }}macos_{{- else }}{{ .Os }}_{{ end }}{{- .Arch }}
changelog:
sort: asc
Expand Down
Binary file removed docs/artefacts/smash-v0.0.3-demo.gif
Binary file not shown.
Binary file modified docs/artefacts/smash-v0.0.3-long-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/artefacts/smash-v0.0.4-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/demos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Smash Demos

Pre-recorded demos of `smash` in action.

## Versions

* [v0.0.4](https://vhs.charm.sh/vhs-tgMXNRqo7UovLRd5iSlgF.gif) - powered by [VHS](https://vhs.charm.sh)
* [v0.0.3](https://vhs.charm.sh/vhs-1T6pqQivwvPAmudnDpwVQP.gif) - powered by [VHS](https://vhs.charm.sh)
* [v0.0.2](https://asciinema.org/a/620513) - powered by [Asciinema](https://asciinema.org/)
17 changes: 3 additions & 14 deletions docs/vhs/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,14 @@
Output docs/artefacts/smash-v0.0.x-demo.gif

# Setup
Set FontSize 20
Set FontSize 24
Set Width 1500
Set Height 1000
Set Height 1200
Set WindowBar Colorful
Set Theme "JetBrains Darcula"

# Version Check
Type "./smash --version"
Sleep 500ms
Enter
Sleep 2s

# Clear
Type "clear"
Sleep 500ms
Enter

# smash Linux/drivers
Type "./smash ~/linux/drivers
Type "./smash ~/linux/drivers"
Sleep 500ms
Enter
Sleep 10s
2 changes: 2 additions & 0 deletions docs/vhs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This directory contains the demo [vhs tapes](https://github.com/charmbracelet/vh

* [Themes](https://github.com/charmbracelet/vhs/blob/main/THEMES.md)

# Setup & Recording

## Windows via Docker

```bash
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Tool to `smash` through to find duplicate files efficiently by slicing a file (o
and computing a hash using a fast non-cryptographic algorithm such as [xxhash](https://xxhash.com/).

<p align="center">
<img src="https://vhs.charm.sh/vhs-1T6pqQivwvPAmudnDpwVQP.gif" alt="Made with VHS"><br/>
<img src="https://vhs.charm.sh/vhs-tgMXNRqo7UovLRd5iSlgF.gif" alt="Made with VHS"><br/>
<sub>
<sup>Find duplicates in the <a href="https://github.com/torvalds/linux">linux/drivers</a> source tree with <code>smash</code> (see our <a href="docs/artefacts/smash-v0.0.3-long-demo.gif">🍿 longer demo</a>). Made with <a href="https://vhs.charm.sh" target="_blank">vhs</a> - see <a href="./docs/vhs/readme.md">our tapes</a>!</sup>
<sup>Find duplicates in the <a href="https://github.com/torvalds/linux">linux/drivers</a> source tree with <code>smash</code> (see our <a href="docs/demos.md">🍿 other demos</a>). Made with <a href="https://vhs.charm.sh" target="_blank">vhs</a>!</sup>
</sub>
</p>

Expand Down

0 comments on commit 22b8a4f

Please sign in to comment.