Preston Thorpe
Preston Thorpe
For those of us who don't use nix on a daily basis, it's nice to have the option of getting `rustfmt` + `clippy` running before we commit.
This is the base of what we will need for a `config.yml`, which will build on top of this. This includes the changes from #744 as it was necessary in...
this is so everyone can fork this branch, and make their own edits, add whatever features, etc. so instead of a massive PR that is impossible to review, we can...
Not a windows guy, but when I was forced to use it, chocolatey was a lifesaver. I registered an account on their website, but unfortunately you need powershell, etc in...
In checking out LSD earlier today before I eventually found my way here. one of the first things that sticks out is their support for a config file (I believe...
git
My main issue with git is that it is not written in Rust. plz fix
[#1237](https://github.com/ogham/exa/issues/1237) from [exa](https://github.com/ogham/exa) >A resource to define the order of the columns. If I want for example: > >User, Group, Octal, Permission, Date Modified, Size, Icon, Name > >would be...
Love the project, been following your blog posts for quite a while now. I asked on Discord prior to submitting this, just because I didn't see a specific issue for...
When entering a statement in the CLI, limbo currently makes the assumption that the user entered a complete statement, and throws a parse error when entering something like `create table...
After fixing the shell issue earlier I just had to revisit this. Let me know if this is too opinionated of changes or out of scope. This PR adds several...