gahag

Results 8 comments of gahag

The traditional grep doesn't have this exact issue because the regexes are limited to lines, so it reads one line of the file at a time. With bgrep, we shouldn't...

Sounds like a great idea! Pull requests welcome.

Indeed, but it would still be nice to have a flag like grep's `-m`, which allows to limit to an arbitrary number of occurrences.

This is definitely something we're looking forward to have, but as discussed on #3, we'd like to have some custom format rules. Unfortunately, I have not had quite the time...

Thanks for the tip! I'll sure make a custom `rustfmt.toml`. By the way, your english is pretty fine.

I have designed a [language](https://github.com/gahag/hush) based on Lua, and implemented it using Rust. I used the [gc crate](https://docs.rs/gc/0.4.1/gc/index.html) for garbage collection, and it works wonders. The [value enum](https://github.com/gahag/hush/tree/master/src/runtime/value) is particularly...

Can I work on this?

I believe the ideal behavior would be: - If no s3cfg file exists (neither in `$XDG_CONFIG_HOME`, or as `$HOME/.s3cfg`), create it in `$XDG_CONFIG_HOME`. - if the `$XDG_CONFIG_HOME/s3cmd/config` file exists, use...