summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-06-20Fix typosKian-Meng Ang
2022-06-06Releasing version 1.9.0v1.9.0Amjith Ramanujam
2022-06-06Changelog for 1.9.0 release.Amjith Ramanujam
2022-06-06Merge pull request #141 from dbcli/add-indexesAmjith Ramanujam
2022-06-06Merge branch 'main' into add-indexesAmjith Ramanujam
2022-06-06Merge pull request #142 from dbcli/autocomplete-optionalAmjith Ramanujam
2022-06-05Update changelog.Amjith Ramanujam
2022-06-05Update the config file in tests.Amjith Ramanujam
2022-06-05Option to turn off autocompletion.Amjith Ramanujam
2022-06-04Update changelog.Amjith Ramanujam
2022-06-04Fix the .read command. (#140)Amjith Ramanujam
2022-06-04Handle the vi mode crashing for replace single char.Amjith Ramanujam
2022-06-04Update changelog.Amjith Ramanujam
2022-06-04Add .indexes command.Amjith Ramanujam
2022-04-28Merge pull request #137 from dbcli/ansi-supportAmjith Ramanujam
2022-04-28Include documentation in the config file.Amjith Ramanujam
2022-04-28Add ansi support in prompts.Amjith Ramanujam
2022-03-29Update release script.Amjith Ramanujam
2022-03-29Releasing version 1.8.0v1.8.0Amjith Ramanujam
2022-03-29Update pre-commit.Amjith Ramanujam
2022-03-29Update changelog.Amjith Ramanujam
2022-03-29Merge pull request #132 from dbcli/fix-click-compatibilityAmjith Ramanujam
2022-03-29BlackenAmjith Ramanujam
2022-03-29Fix the get_terminal_size to use shutil.Amjith Ramanujam
2022-01-20Merge pull request #128 from blazewicz/python-compat-versionsAmjith Ramanujam
2022-01-20Update ci.ymlAmjith Ramanujam
2022-01-20Merge branch 'master' into python-compat-versionsAmjith Ramanujam
2022-01-18Upgrade cli_helpers to workaround the Pygments regression. (#129)Amjith Ramanujam
2022-01-17Drop support for Python 3.6Krzysztof Błażewicz
2022-01-17Add support for Python 3.10Krzysztof Błażewicz
2022-01-17Update compatible Python versionsKrzysztof Błażewicz
2022-01-11Releasing version 1.7.0v1.7.0Amjith Ramanujam
2022-01-11Update changelog for 1.7.0Amjith Ramanujam
2022-01-11Merge pull request #126 from dbcli/amjith-patch-1Amjith Ramanujam
2022-01-10Workaround pygments issue.Amjith Ramanujam
2021-09-10Merge pull request #118 from ColinSather/masterAmjith Ramanujam
2021-09-11Update README.mdColin
2021-05-16Blacken.Amjith Ramanujam
2021-05-16Merge pull request #116 from psacawa/bottom-toolbar-prAmjith Ramanujam
2021-05-16Add to CHANGELOG.MDPaweł Sacawa
2021-05-16Add: show_bottom_toolbar config optionPaweł Sacawa
2021-03-15Releasing version 1.6.0v1.6.0Amjith Ramanujam
2021-03-15Update changelog for 1.6.0 release.Amjith Ramanujam
2021-03-15Merge pull request #114 from dbcli/utf-8Amjith Ramanujam
2021-03-15Merge branch 'master' of github.com:dbcli/litecli into utf-8Amjith Ramanujam
2021-03-15Use backslash decode when utf-8 chokes.Amjith Ramanujam
2021-03-14UTF-8 Decoding Error (#113)Amjith Ramanujam
2021-03-14Update changelog.Amjith Ramanujam
2021-03-14Fix the utf-8 decoding error.Amjith Ramanujam
2021-03-14Add a test to reproduce the invalid utf-8 error.Amjith Ramanujam