Show HN: A minimalist dungeon-crawler card game built with Deno 4 months agoI am glad you like it! I am going to keep adding feature here and there to see where the project goes.What is good about Deno to me is the native Typescript support and the toolchain. 0ThreadHN
Denoro, a CLI tool to explore Deno KV local databases 1 year agoA command-line interface tool that allows you to explore, manage, and manipulate local Deno KV database files. 0ThreadHN
Show HN: Mole – an open source tool to easily create ssh tunnels 8 years agoThere is another interesting example:$ mole -v -remote :80 -server example1The missing "-local" flag will make mole to listen on a random local port. 0ThreadHN
Show HN: Mole – an open source tool to easily create ssh tunnels 8 years agoThat is already supported:curl -L https://github.com/davrodpin/mole/releases/download/v0.2.0/m... | tar xz -C /usr/local/binAnd there are plans to implement a script to improve this process: https://github.com/davrodpin/mole/issues/19 0ThreadHN
Show HN: Mole – an open source tool to easily create ssh tunnels 8 years agoThe tool can select the local port on your behalf. One less thing to configure :) 0ThreadHN
Show HN: Mole – an open source tool to easily create ssh tunnels 8 years agoThank you for the feedback. Much appreciated.Someone else opened an issue requesting that: https://github.com/davrodpin/mole/issues/22 0ThreadHN
Show HN: Mole – an open source tool to easily create ssh tunnels 8 years agoThe tool can select the local port on your behalf.It also has aliases to store configuration that user usually use, but that is comparable to the ssh config file. 0ThreadHN