altsem

Results 100 comments of altsem

Sweet, saw the PR, will have a look at it when I can. I suppose I need an account somewhere to publish it? How does it work? If anyone else...

@musjj thanks for the input, I'll give it a shot when this is merged

Nice! I take it the caching is less of an issue when developing locally

Sounds great! In case you want to start on this, I'm happy to help! Places I'd start at are: - For the status page, you'll find everything in [src/screen/status.rs](https://github.com/altsem/gitu/blob/master/src/screen/status.rs) It...

@rynoV I'm thinking all tests could be moved back. They used to be in src/ Especially now that I moved things into modules (ops::*) Perhaps if you want to start...

@rynoV looks good. It is now in master!

I had a peek at just trying to understand all the bits and pieces we'd need to do in order to support this. Here's what a summary of it: Currently...

I think dropping n/p for navigation might be reasonable. In the future, the keybinds should be configurable anyway. Been thinking about adding a "copy hash" keybind somewhere.

Happy to hear! I think there's a lot left to do with Gitu, trying to iron out some refactoring work, fixing problems. But to open it up in a split...

This function already sets some env vars to have the tests not break: https://github.com/altsem/gitu/blob/37311850fc1a6292542295e12fb5481bf40e09a4/tests/helpers.rs#L125