You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
massren is so much part of my workflow that I though it was shipped with macOS/Linux 😆 ..
As I recently also got a windows workstation I wanted to voice for a bin release for windows :) (I did build it already for myself but I guess it would'nt hurt)
Hi,
massren is so much part of my workflow that I though it was shipped with macOS/Linux 😆 ..
As I recently also got a windows workstation I wanted to voice for a bin release for windows :) (I did build it already for myself but I guess it would'nt hurt)
Build from source on Windows
Requires chocolatey
I use Windows Terminal and PowerShell 7 but it works with other setups, mingw is required as
go-trash
relies on gcc:In an admin Terminal:
choco install -y golang mingw
Open a new terminal
go install "github.com/laurent22/[email protected]"
If you use vscode as the editor:
The text was updated successfully, but these errors were encountered: