Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5edd7cdb89 | |||
|
|
b4832561ba | ||
| 302284c32b | |||
|
|
dd71044976 |
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:224e30e0d64f2626813b916594cdb6e258c4491b7529cde438a01b2821c4bf59
|
||||
size 7270277
|
||||
oid sha256:cf81c3e17c6d3173c63a13f83a87a52890e4498f931be5ecf7efbd787185509e
|
||||
size 7458671
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:983fbef88016bff58f6349fdb19cf5e626f0e923892a045ac40ebfba6db80a50
|
||||
size 27379423
|
||||
3
vhs-0.9.0.tar.zst
Normal file
3
vhs-0.9.0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5930a1facb8f965ef0b07476489ccf4b12f770dc442dd18bd0f1b86be6071669
|
||||
size 27414226
|
||||
35
vhs.changes
35
vhs.changes
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 19 00:01:42 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 0.9.0:
|
||||
New Features
|
||||
* feat: add Wait to wait for expected output
|
||||
* feat: added osh
|
||||
* feat: added xonsh
|
||||
* feat: don't create 'out.gif' by default
|
||||
* feat: nushell: adopt colored > prompt
|
||||
* feat: warn when using SET commands not being the top decl
|
||||
Bug fixes
|
||||
* fix: remove gifs
|
||||
* fix: typo in WindowBar parser
|
||||
* Documentation updates
|
||||
* docs: document wait
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 04:44:15 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Enable tests
|
||||
- Update to version 0.8.0:
|
||||
New
|
||||
* cmd: add support for ENV command
|
||||
* set VHS_RECORD="true"while running
|
||||
Fixed
|
||||
* fix duplicate if statement
|
||||
* hide vhs publish info when exiting with tape errors
|
||||
* fix ShiftLeft when using Shift+Tab
|
||||
* data rase + better error reporting
|
||||
Docs
|
||||
* correct typo in ffmepg.go
|
||||
Other stuff
|
||||
* feat: update deps, fix lint issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 05:18:49 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
||||
13
vhs.spec
13
vhs.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vhs
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%global _lto_cflags %nil
|
||||
Name: vhs
|
||||
Version: 0.7.2
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: CLI video recorder
|
||||
URL: https://github.com/charmbracelet/vhs
|
||||
@@ -38,6 +38,7 @@ VHS records your terminal as videos or gifs for demos.
|
||||
Summary: Documentation for %{name}
|
||||
Group: System/Shells
|
||||
Supplements: (%{name} and bash-completion)
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -48,6 +49,7 @@ Documentation files and examples for %{name}.
|
||||
Summary: Bash Completion for %{name}
|
||||
Group: System/Shells
|
||||
Supplements: (%{name} and bash-completion)
|
||||
Requires: %{name} = %{version}
|
||||
Requires: bash-completion
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -58,6 +60,7 @@ Bash command-line completion support for %{name}.
|
||||
Summary: Fish Completion for %{name}
|
||||
Group: System/Shells
|
||||
Supplements: (%{name} and fish)
|
||||
Requires: %{name} = %{version}
|
||||
Requires: fish
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -68,6 +71,7 @@ Fish command-line completion support for %{name}.
|
||||
Summary: Zsh Completion for %{name}
|
||||
Group: System/Shells
|
||||
Supplements: (%{name} and zsh)
|
||||
Requires: %{name} = %{version}
|
||||
Requires: zsh
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -75,7 +79,7 @@ BuildArch: noarch
|
||||
Zsh command-line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -qa1
|
||||
%autosetup -a1
|
||||
# Delete outputs from examples.
|
||||
find examples -name '*.mp4' -delete \
|
||||
-or -name '*.webm' -delete \
|
||||
@@ -104,6 +108,9 @@ install -Dm644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
install -Dm644 %{name}.zsh %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
|
||||
install -Dm644 %{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
%check
|
||||
go test -v ./...
|
||||
|
||||
%files
|
||||
%{_bindir}/%{name}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user