• zolax@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    you could use Termux::API to get stats (battery percentage, notifications, calls, some other stuff) of your phone from your PC.

    this video gives good examples

    • L'unico Dee@feddit.it
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      1 year ago

      Bugswriter is a chad, ha also built a script called tuxi that was really cool, but sadly now it’s deprecated

  • acec@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Compile llama.cpp, download a small GGML LLM model and you will have a quite intelligent assiatant running into your phone.

  • Kevin@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Termux is awesome! I use it for a bunch of things:

    • sshing into servers and my home when I’m out and about
    • using croc to transfer files
    • making videos I’m going to send people smaller with ffmpeg
    • downloading stuff with yt-dlp
    • giving myself access to the sandbox + /sdcard from other computers by running an ssh server
    • scripting phone stuff (like taking photos) with the api
    • running weechat locally, which I can then connect to with weechat android
    • using vim
    • probably a bunch of other things I’m forgetting