Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement simple text input #10

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

roele
Copy link
Collaborator

@roele roele commented Jan 18, 2024

A first draft for #8 with basic features such as inline and password. Validation is not yet implemented though.

@roele roele force-pushed the issues/singleline-input branch from 6c507a1 to 9708f1e Compare January 18, 2024 20:10
#!/usr/bin/env bash
# Create VHS recordings of all tape files in the assets directory
for i in $(ls -1 assets/*.tape); do
vhs $i
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is cool!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately vhs has dependencies on ttyd and ffmpeg which probably cannot be easily installed/defined via mise tools options

@jdx jdx merged commit 3e17feb into jdx:main Jan 18, 2024
1 check failed
@roele roele deleted the issues/singleline-input branch January 18, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants