Git Product home page Git Product logo

Comments (7)

amjith avatar amjith commented on May 25, 2024

I am flattered. Would you mind sending a PR to the README?

from litecli.

amjith avatar amjith commented on May 25, 2024

When we release a new version will you be updating the Arch package? I don't run Arch to do this myself, so I'll have to rely on you.

from litecli.

randrej avatar randrej commented on May 25, 2024

Sure, I sent a PR for the file: #35

Yes, I will be updating the litecli package whenever you push a tag here, it's on my watchlist.

litecli-git is built from the git master branch and the package isn't updated unless something in the build process changes (or you add/remove a dependency). I'll handle that, too.

from litecli.

amjith avatar amjith commented on May 25, 2024

Merged!

Thank you for taking the time to create the Arch package. I appreciate it.

Just an FYI, we haven't officially announced it to a wider audience (such as Reddit or HackerNews). I'm curious to know how you found out about this package.

Are you using it regularly? Do you have any early feedback for us?

from litecli.

randrej avatar randrej commented on May 25, 2024

I've used two of your packages (pgcli and mycli) for a year or two, and I was looking at the same thing for sqlite. Couldn't find anything on duckduckgo, came to github to look at how you implemented mycli and pgcli and found this among the projects in the dbcli account.

I've been using it for a week or so, so far it works very well (and pretty much the same way as pgcli and mycli).

I have found one bug so far (I'll add it as a separate issue if you want):

When using Vi mode + multiline, write any amount of code and exit the insert mode into normal mode.
Let's say I wrote this:

SELECT 1 AS x, 2 AS y;

Now, you can move the cursor anywhere, reenter insert mode by using i and press enter and the command is submitted, which is unwanted behavior. I think that pressing enter in insert mode should just add a newline, except if it's pressed after the last ; at the end of query. Pressing enter in normal mode should always submit the command, as it does now.

from litecli.

amjith avatar amjith commented on May 25, 2024

What you've described is a new feature request. I wouldn't call that a bug.

As soon as your add a semi-colon to the end of the line, we will submit the query to the database on enter. If you would like to continue to add newlines, I'd recommend not adding the semi-colon at the end and only add the semi-colon when the query is ready to be submitted.

from litecli.

randrej avatar randrej commented on May 25, 2024

Thanks for the info! If I leave out the semicolon at the end, everything works fine.

from litecli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.