Skip to content

Commit

Permalink
Merge pull request #75 from ccoVeille/pre-commit
Browse files Browse the repository at this point in the history
chore: fix typos and style
  • Loading branch information
jorgerojas26 authored Jul 17, 2024
2 parents d68a380 + 76b10e5 commit f87ebfe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
![Product Name Screen Shot][product-screenshot1]
![Product Name Screen Shot][product-screenshot2]

This project is heavily inspired by [Lazygit](https://github.com/jesseduffield/lazygit), which i think is the best TUI client for Git.
This project is heavily inspired by [Lazygit](https://github.com/jesseduffield/lazygit), which I think is the best TUI client for Git.

I wanted to have a tool like that, but for SQL. I didn't find one that fits my needs so i created one myself.
I wanted to have a tool like that, but for SQL. I didn't find one that fits my needs, so I created one myself.

I live in the terminal, so if you are like me, this tool can become handy for you too.

This is my first Open Source project, also, this is my first Golang project. I am not a brilliant programmer. I am just a typical Javascript developer that wanted to learn a new language, i also wanted a TUI SQL Client, so, white and bottled.
This is my first Open Source project, also, this is my first Go project. I am not a brilliant programmer. I am just a typical JavaScript developer that wanted to learn a new language, I also wanted a TUI SQL Client, so white and bottled.

This project is in ALPHA stage, please feel free to critize my spaghetti code.
This project is in ALPHA stage, please feel free to complain about my spaghetti code.

I use Lazysql daily in my ful time job as a fullstack javascript developer in it's current (buggy xD) state. So, the plan is to improve and fix my little boy as a side project in my free time.
I use Lazysql daily in my full-time job as a full-stack javascript developer in its current (buggy xD) state. So, the plan is to improve and fix my little boy as a side-project in my free time.

### Built With

Expand All @@ -74,7 +74,7 @@ I use Lazysql daily in my ful time job as a fullstack javascript developer in it
## Features

- [x] Cross-platform (macOS, Windows, Linux)
- [x] VIM Keybindings
- [x] Vim Keybindings
- [x] Can manage multiple connections (Backspace)
- [x] Tabs
- [x] SQL Editor (CTRL + e)
Expand All @@ -100,11 +100,11 @@ go install github.com/jorgerojas26/lazysql@latest

#### Binary Releases

For Windows, Mac OS or Linux, you can download a binary release [here](https://github.com/jorgerojas26/lazysql/releases)
For Windows, macOS or Linux, you can download a binary release [here](https://github.com/jorgerojas26/lazysql/releases)

#### Third party (maintained by the community)

Archlinux users can install it from the AUR with:
Arch Linux users can install it from the AUR with:

```bash
paru -S lazysql
Expand Down Expand Up @@ -141,7 +141,7 @@ $ lazysql
## Support

- [x] MySQL
- [x] Postgres
- [x] PostgreSQL
- [x] SQLite
- [ ] MSSQL
- [ ] MongoDB
Expand Down Expand Up @@ -216,7 +216,7 @@ odbc+postgres://user:pass@localhost:port/dbname?option1=

## Roadmap

- [ ] Support for NOSQL databases
- [ ] Support for NoSQL databases
- [ ] Columns and indexes creation through TUI
- [ ] Table tree input filter
- [ ] Custom keybindings
Expand All @@ -231,7 +231,7 @@ See the [open issues](https://github.com/jorgerojas26/lazysql/issues) for a full

## Contributing

Contributions, issues and pull requests are welcome!
Contributions, issues, and pull requests are welcome!

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -247,7 +247,7 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

Jorge Rojas - [Linkedin](https://www.linkedin.com/in/jorgerojas26/) - jorgeluisrojasb@gmail.com
Jorge Rojas - [LinkedIn](https://www.linkedin.com/in/jorgerojas26/) - jorgeluisrojasb@gmail.com

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand Down

0 comments on commit f87ebfe

Please sign in to comment.