minus-squarezeemyst@lemmy.mltoOpen Source@lemmy.ml•What open source programs do you recommend for Windows? (Windows exclusive or not)linkfedilinkarrow-up3·2 years agoOne great thing about scoop is that downgrading an app is very easy. You can also manage multiple versions of a runtime, for example, you can install multiple Node.js versions and switch between them with scoop reset command. linkfedilink
minus-squarezeemyst@lemmy.mltoOpen Source@lemmy.ml•What open source programs do you recommend for Windows? (Windows exclusive or not)linkfedilinkarrow-up2·2 years agoWinMerge, the best diffing tool out there. linkfedilink
minus-squarezeemyst@lemmy.mltoRust Programming@lemmy.ml•What are your favorite Rust-based tools and utilities for the CLI?linkfedilinkarrow-up1·2 years agoI’ve been happily using Nushell for a long time: https://github.com/nushell/nushell linkfedilink
One great thing about scoop is that downgrading an app is very easy. You can also manage multiple versions of a runtime, for example, you can install multiple Node.js versions and switch between them with
scoop reset
command.