Axel Karjalainen

Results 21 comments of Axel Karjalainen

Thanks @Tony763 ! One small issue. `reg` returns a trailing backslash and a trailing carriage return so `$ADSKCUR\Autodesk ...` doesn't work. I used `tr -d '\r'` Also in Bottles, I...

This is unrelated but may I have a link to the U-Boot ports?

As an alternative a directive could be added to pad a whole struct, which in my example is `Bar`.

I'd really like this feature

I'd use it to copy links from Neomutt running on a remote host to my local clipboard. I could also script it if you enabled the -r and -f scripts...

`--pipe` pipes the URL to stdin instead of substituting '{}' with it, right? ``` urlscan ./a --pipe --run-safe 'sh -c "notify-send hi $(cat)"' urlscan ./a --run 'notify-send hi {}' ```...

The following code *does* print `Foo bar baz` into the console when running. I think you have to close the TUI first and not use `redirect_output`. ```py import subprocess subprocess.run("echo...

It doesn't work. Urlscan doesn't redirect the output from the --run script to stdout/stderr. ``` echo 'https://example.com' | urlscan --run '/home/nixos/urlscan-wrapper.sh {}' --single ``` ``` #!/bin/sh sleep 3 echo testtesttest...

If I can introduce new dependencies, GraphQL using both HTTP and WebSockets would be nice as it's one API and you don't have to get all of the data on...