to-html icon indicating copy to clipboard operation
to-html copied to clipboard

Support other operating systems

Open Aloso opened this issue 4 years ago • 5 comments

to-html supports the following target operating systems (list taken from here):

  • [ ] windows
  • [x] macos
  • [x] linux
  • [x] freebsd
  • [ ] dragonfly
  • [ ] openbsd
  • [ ] netbsd
  • [ ] ios
  • [x] android

If you want to add support for an unsupported OS, I'd appreciate it if you send a pull request. If you aren't able to implement it yourself, leave a comment here.

Aloso avatar Nov 16 '20 19:11 Aloso

This works just fine on Android (Termux) if you remove the checks in faketty before building.

Efreak avatar Dec 12 '21 09:12 Efreak

@Efreak are you saying that it works on Android the same way as on Linux? I'd be happy to make it work on Android if you confirm that it works. I don't have enough time to investigate this myself.

Aloso avatar Dec 12 '21 15:12 Aloso

It works perfectly. Check it out here.

Efreak avatar Dec 12 '21 20:12 Efreak

@Efreak what I need is a pull request that's been confirmed to work. Since I don't know what modifications you made to create that page, it's not helpful unfortunately.

Aloso avatar Dec 12 '21 21:12 Aloso

I don't actually know rust, so all I did was comment out a bunch of lines. I'm not sure how to make it actually build. I know how to use cargo to download and install a bunch of stuff, and to build a local project, that's it. I'll push a fork with my changes, but then it'll build for all OS, I think.

Efreak avatar Dec 12 '21 23:12 Efreak