| 23 Aug 2021 |
David Arnold (blaggacao) | (workstatoins, etc..) | 04:19:16 |
David Arnold (blaggacao) | https://github.com/helix-editor/helix/pull/640/files | 04:20:00 |
David Arnold (blaggacao) | Today's work, if someone is interested... | 04:20:15 |
David Arnold (blaggacao) | and: https://github.com/blaggacao/helix/commit/82830c1b5a8f3501cf8b6afc8b92a182afdffcf2 | 04:20:57 |
David Arnold (blaggacao) | And since I'm totally brainfried and it's getting late here... Is anyone interested in packaging this absolutely marvelous go package to manage all your repos (with style): https://github.com/uetchy/gst | 04:24:42 |
David Arnold (blaggacao) | * And since I'm totally brainfried and it's getting late here... Is anyone interested in packaging this absolutely marvelous go package to manage all your repos (with style)?https://github.com/uetchy/gst | 04:24:57 |
@gtrunsec:matrix.org | In reply to @blaggacao:matrix.org And since I'm totally brainfried and it's getting late here... Is anyone interested in packaging this absolutely marvelous go package to manage all your repos (with style)?https://github.com/uetchy/gst Cool! | 04:26:19 |
tomberek | i'm on it | 04:26:29 |
David Arnold (blaggacao) | ❤️🚀 | 04:26:40 |
David Arnold (blaggacao) | So then you are buddies now? 😂 | 04:27:04 |
David Arnold (blaggacao) | upterm host - for a bit of fun pairing... | 04:27:56 |
David Arnold (blaggacao) | (Tim's discovery) 😄 | 04:28:39 |
tomberek | https://github.com/uetchy/gst/blob/77b1268e4f49bf02e4ca34773b22f03b088c85f4/ghq.go#L47 | 04:33:57 |
tomberek | http://ix.io/3wIf | 04:37:43 |
tomberek | tests fail, my guess is they need network | 04:37:54 |
tomberek | In reply to @blaggacao:matrix.org
upterm host - for a bit of fun pairing... https://tmate.io/ is nice for pairing | 04:56:39 |
@gtrunsec:matrix.org | In reply to @tomberek:matrix.org tests fail, my guess is they need network Yes, doCheck = false or fliter the tests for passing | 05:00:34 |
@gtrunsec:matrix.org | In reply to @tomberek:matrix.org tests fail, my guess is they need network * Yes, doCheck = false or filter the tests for passing | 05:00:47 |
tomberek | yup, see the "ix.io" | 05:01:05 |
tomberek | it runs and works, seems kinda nice. a "go"-style way to manage all your repos | 05:01:29 |
yusdacra | In reply to @yusdacra:nixos.dev
bud add owner/repo nixos.profiles.profileName would be better though I think I implemented this on https://github.com/yusdacra/bud main branch 🙂 | 06:06:54 |
yusdacra | I noticed a side-effect of the way i implemented this; users could run commands like bud add owner/repo nixos.users.user to copy a user or any path in the repository. So calling it only "add profile" might be unfair i suppose... But then i'm not sure why one would need to add a user / host since those are usually very specific. | 06:33:36 |
@timdeh:matrix.org | In reply to @tomberek:matrix.org https://tmate.io/ is nice for pairing Not a huge fan of tmate since it's based off a frozen and stale tmux, and doesn't seem like it will be updated anytime soon. upterm basically does the same thing on the terminal level instead of the multiplexer level allowing you to force users who connect to connect to an existing tmux session, thus providing the same functionality of tmate, while using tmux upstream | 13:02:42 |
@timdeh:matrix.org | (I found upterm because I was searching desperately for alternatives to tmate, and didn't need the web sharing functionality of tty-share) | 13:04:01 |
@timdeh:matrix.org | like so: upterm host --force-command 'tmux attach -t $your_tmux_sessions_name' | 13:22:31 |
yusdacra | https://github.com/divnix/bud/pull/19 | 13:33:35 |
yusdacra | (i wonder if this would be better if it was under a cfg command, eg. bud cfg add, along with some other commands like bud cfg remove for removing local config, bud cfg show for showing the profiles the remote repository has) | 14:27:07 |
@timdeh:matrix.org | that sounds good to me | 14:29:37 |
yusdacra | in the future we could also parse the user's config and have commands for managing suites and imports for hosts / users | 14:30:58 |
David Arnold (blaggacao) | In reply to @tomberek:matrix.org it runs and works, seems kinda nice. a "go"-style way to manage all your repos Yeah, I absolutely cheer on gst doctor.. that was the supiror point to it's cousine in rust rrc. | 14:31:47 |