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

alass: rename binary from alass-cli to alass #16

Open
milahu opened this issue Dec 7, 2023 · 2 comments
Open

alass: rename binary from alass-cli to alass #16

milahu opened this issue Dec 7, 2023 · 2 comments

Comments

@milahu
Copy link
Owner

milahu commented Dec 7, 2023

the command should be alass not alass-cli

https://github.com/kaegi/alass?tab=readme-ov-file#usage

The most basic command is:

$ alass movie.mp4 incorrect_subtitle.srt output.srt

maintainer @erictapen

@erictapen
Copy link

Cool, care to write a PR for https://github.com/NixOS/nixpkgs/ ?
I'd review it.

@milahu
Copy link
Owner Author

milahu commented Dec 7, 2023

sorry im banned from nixos, thats why im talking to myself here...

patch is trivial

{
  postInstall = ''
    mv $out/bin/alass-cli $out/bin/alass
  '';
}

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

No branches or pull requests

2 participants