• 2 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle








  • Excellent guide, thanks for the write up!

    One thing I’d like to point out is that you can pipe output from an application into grep and then be able to use all the information above.

    For instance if I want to know the full name of my wireguard interface I can just pass (pipe) the output of ifconfig into grep:

    ifconfig | grep wire


  • The whole software is currently considered alpha. If you want to test bleeding edge stuff, you could build the main branch locally and test that. Or you could use the app releases and report bugs on github (the devs would much prefer pull requests fixing bugs than just reports and they’re great at merging). I’m not a dev but I have contributed to the app.