nedia

Results 17 comments of nedia

Nice, yeah, I am going for something user friendly and easy on the eyes with a [rich](https://github.com/Textualize/rich) output.

Fair warning, there's a lot code... Here's the wrapper, and a snippet of the meat & potatoes: ```sh #! /usr/bin/env sh # This is the default behaviour of the script,...

Sure, can include a sh version, will push it shortly.

> What about removing the fish version? Why?

I'd prefer to keep them both, it's a good foundation for others to build on if they'd like to learn, and realistically, the scripts will not change often, and it's...

Could somebody translate this to sh/bash so I can include a not so fishy version? :) ```sh set name (string split ':' $flag)[1] ``` Edit: actually, there are a few...

> > Could somebody translate this to sh/bash so I can include a not so fishy version? :) > > Are you looking for `| cut -d ':' - f...

So I rewrote it in `python` for wider shell compatibility since I'm sure `python` is a lot more common than `fish`. Much less painful to write than pure `sh`, so...

> No pressure. > > Is there a way to replace the `bspwn-node-flags` script also with python? Or even better, combine them into one? Way ahead of you. :D I...