Watfaq / PowerSession-rs

Rust implementation of PowerSession, with new features and enhancements
https://github.com/Watfaq/PowerSession-rs
MIT License
175 stars 7 forks source link

Where should I create the configuration file? #109

Closed XIYO closed 5 months ago

XIYO commented 1 year ago

English translation:

First of all, thank you very much for creating a Windows version.

I am currently running my own asciinema-server. I'd like to store my recordings there, but even if I add settings to ~/.config/asciinema/config as per the existing instructions, it doesn't seem to work. Is there a way to solve this?

I also created ~/.config/powersession/config but it didn't apply either.

config

[api]
url = https://asciinema.xiyo.dev
ibigbug commented 12 months ago

hi,

have you tried

PowerSession.exe --server <hostname>
XIYO commented 11 months ago

my version, installed by winget

$ pwsh -v
PowerShell 7.3.7
$ powersession.exe -V
PowerSession 0.1.7

i tried --server option

$ PowerSession.exe --server https://asciinema.domain.com test
error: Found argument '--server' which wasn't expected, or isn't valid in this context

        If you tried to supply `--server` as a value rather than a flag, use `-- --server`

USAGE:
    PowerSession.exe [OPTIONS] <SUBCOMMAND>

For more information try --help
PowerSession.exe test --server https://asciinema.domain.com
ibigbug commented 11 months ago

right. try upgrading to 0.1.8 ?

XIYO commented 11 months ago

right. try upgrading to 0.1.8 ?

I installed it using winget, so I want to update it using winget update. The current latest version of winget is 1.7, can you provide the package in version 1.9?

ibigbug commented 11 months ago

winget publish is broken somehow. And I don't have much time looking into it right now.

ibigbug commented 10 months ago

the publish is fixed https://github.com/Watfaq/PowerSession-rs/releases/tag/v0.1.11