1
0
Fork 0
Find a file
Daniel Baumann 4861581ff0
Merging upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:44:08 +01:00
.github Merging upstream version 1.6.0. 2025-02-09 17:42:20 +01:00
debian Releasing debian version 1.6.0-2. 2025-02-09 17:42:36 +01:00
litecli Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
screenshots Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
tests Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
.coveragerc Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
.git-blame-ignore-revs Merging upstream version 1.6.0. 2025-02-09 17:42:20 +01:00
.gitignore Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
.pre-commit-config.yaml Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
CHANGELOG.md Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
CONTRIBUTING.md Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
LICENSE Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
MANIFEST.in Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
README.md Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
release.py Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
requirements-dev.txt Merging upstream version 1.6.0. 2025-02-09 17:42:20 +01:00
setup.cfg Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
setup.py Merging upstream version 1.7.0. 2025-02-09 17:44:08 +01:00
tasks.py Merging upstream version 1.6.0. 2025-02-09 17:42:20 +01:00
TODO Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00
tox.ini Adding upstream version 1.5.0. 2025-02-09 17:37:21 +01:00

litecli

Build Status

Docs

A command-line client for SQLite databases that has auto-completion and syntax highlighting.

Completion CompletionGif

Installation

If you already know how to install python packages, then you can install it via pip:

You might need sudo on linux.

$ pip install -U litecli

The package is also available on Arch Linux through AUR in two versions: litecli is based the latest release (git tag) and litecli-git is based on the master branch of the git repo. You can install them manually or with an AUR helper such as yay:

$ yay -S litecli

or

$ yay -S litecli-git

For MacOS users, you can also use Homebrew to install it:

$ brew install litecli

Usage

$ litecli --help

Usage: litecli [OPTIONS] [DATABASE]

Examples:
  - litecli sqlite_db_name

A config file is automatically created at ~/.config/litecli/config at first launch. For Windows machines a config file is created at ~\AppData\Local\dbcli\litecli\config at first launch. See the file itself for a description of all available options.

Docs

Visit: litecli.com/features