[–] iagooar 11y ago ↗ I've been using it for a couple of years and I really love it.It's a simple tool, no fancy features, but it gets the job done really well.For people who work on multiple projects and want to organize their ssh config, this is a must have. [–] fbartels 11y ago ↗ Seems like a lot to set up, especially since all you really need is "cat ~/.ssh/config.d/* > ~/.ssh/config" [–] stevekemp 11y ago ↗ Yes, I've done the same thing with a Makefile.The editing part of "poet" looks good, but it seems like one of those tools that might suffer from being overly developed. [–] awendt 11y ago ↗ OP here.If you already have a working Ruby environment, it's not a lot. If you have to start by installing Ruby, then yes, don't bother.BTW, this does more than "cat", it supports editing and toggling parts of your config (using --include on files that would normally be excluded).This was my original use case: Switching between setups for remote and office work.
[–] fbartels 11y ago ↗ Seems like a lot to set up, especially since all you really need is "cat ~/.ssh/config.d/* > ~/.ssh/config" [–] stevekemp 11y ago ↗ Yes, I've done the same thing with a Makefile.The editing part of "poet" looks good, but it seems like one of those tools that might suffer from being overly developed. [–] awendt 11y ago ↗ OP here.If you already have a working Ruby environment, it's not a lot. If you have to start by installing Ruby, then yes, don't bother.BTW, this does more than "cat", it supports editing and toggling parts of your config (using --include on files that would normally be excluded).This was my original use case: Switching between setups for remote and office work.
[–] stevekemp 11y ago ↗ Yes, I've done the same thing with a Makefile.The editing part of "poet" looks good, but it seems like one of those tools that might suffer from being overly developed.
[–] awendt 11y ago ↗ OP here.If you already have a working Ruby environment, it's not a lot. If you have to start by installing Ruby, then yes, don't bother.BTW, this does more than "cat", it supports editing and toggling parts of your config (using --include on files that would normally be excluded).This was my original use case: Switching between setups for remote and office work.
4 comments
[ 4.0 ms ] story [ 22.3 ms ] threadIt's a simple tool, no fancy features, but it gets the job done really well.
For people who work on multiple projects and want to organize their ssh config, this is a must have.
The editing part of "poet" looks good, but it seems like one of those tools that might suffer from being overly developed.
If you already have a working Ruby environment, it's not a lot. If you have to start by installing Ruby, then yes, don't bother.
BTW, this does more than "cat", it supports editing and toggling parts of your config (using --include on files that would normally be excluded).
This was my original use case: Switching between setups for remote and office work.