Eric Freese

Results 104 comments of Eric Freese

> instead writing rat --mode files --cmd "ls -al" you could write rat ls, rat git and so on. I actually see this verbosity problem being solved by aliases and...

> Currently you have git example - and I don't know how to use it since I don't know default command The idea with `git-rat` is that there is no...

What do folks think about having a keybinding to toggle between horizontal/vertical? So the default would be the current "responsive" behavior (dependent on terminal width), but a keybinding would toggle...

I'm imagining a new top-level keyword `option` (sibling to `mode`, `bindkey`, `source`) that could be used to configure global options. Maybe something like this? ``` option ``` e.g. ``` option...

I'm working on getting a Gitter set up but ~~it'll probably be a few days~~ (Update: just kidding, it's up and running at https://gitter.im/rat-chat). Brain dump of some things on...

No objections. That would be awesome 👍

What locale is your OS using?

> I was able to get a cool little Kubernetes browser running pretty quickly! Awesome to hear! I'd love to have it in the examples folder if it's not too...

There is still a problem here. I believe it's an old bug that is only showing itself now that a cell's `max_width` can be something other than `@pdf.bounds.width`. It appears...

PR #68 may help here by allowing you to set a `min_width` for the last two columns in your example. Going forward, I could see a text cell option for...