Search Criteria
Package Details: ddns-cloudflare-powershell-git r13.2757b76-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ddns-cloudflare-powershell-git.git (read-only, click to copy) |
---|---|
Package Base: | ddns-cloudflare-powershell-git |
Description: | A simple Powershell script for DDNS with Cloudflare API |
Upstream URL: | https://github.com/database64128/ddns-cloudflare-powershell |
Licenses: | GPL3 |
Conflicts: | ddns-cloudflare-powershell |
Provides: | ddns-cloudflare-powershell |
Submitter: | database64128 |
Maintainer: | database64128 |
Last Packager: | database64128 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-02 18:26 (UTC) |
Last Updated: | 2023-10-17 11:23 (UTC) |
Dependencies (2)
- powershellAUR (powershell-gitAUR, powershell-preview-binAUR, powershell-lts-binAUR, powershell-binAUR, powershell-fxdependent-binAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
database64128 commented on 2023-10-17 11:49 (UTC)
@forcegk True, and it's not easy on the CPU either. I initially wrote it in bash, but then I needed it on Windows, and it can get quite flaky sometimes. So it was rewritten for PowerShell.
I'm not particularly happy with its current implementation. There are better ways than magically parsing the output of
ip addr
on Linux. I want to rewrite it in Go so it can:Hopefully I will get around to do it sometime in the future. For now, I guess at least this little script still works for the both of us. :)
forcegk commented on 2023-10-17 11:28 (UTC)
@database64128 Great program! A little bit too heavy on memory (133MB for a script is crazy high), but it is how PowerShell works. I guess that's the price to pay for cross-platform capability.
Got it deployed and working perfectly!
database64128 commented on 2023-10-17 11:25 (UTC)
@forcegk Thanks for the heads up! The package has been updated with your proposed changes.