Skip to main content

Search

Items tagged with: CLI


#XMPP Summit 26

Today we had four short demonstrations.

The first one was Libervia CLI tool for testing and automation.

https://libervia.org/documentation#libervia-cli

#xmpp #chat #automation #testing #cli #realtime


I've just pushed A/V call commands to the #CLI frontend of #Libervia. I believe that it's the only #XMPP CLI to date with calling capabilities (make and receive calls).

This complete #web and #desktop (#Kivy) implementations.

All thanks to #NLnet / #NGI Assure grant (and hard work!).

Still need some stabilisation work, hopefully will be ready for incoming release.

https://libervia.org/__b/doc/backend/libervia-cli/call.html


“Defaults files” are a convenient tool to store, group, and combine related command line options.
E.g., instead of typing

pandoc --pdf-engine=xelatex -V csquotes

one could create a file `pdf.yaml` with

pdf-engine: xelatex
variables: {csquotes: true}

and use it with

pandoc -d pdf.yaml

https://pandoc.org/MANUAL#defaults-files

#pandoc #cli #yaml


Lipstick on a Pig version 1.0.1 released

- Fixes bat plugin

https://codeberg.org/small-tech/lipstick#lipstick-on-a-pig

(Lipstick on a Pig makes command-line apps follow your light/dark mode settings on GNOME.)

#smallTech #LipstickOnAPig #GNOME #CLI #terminal #dev #utility


@aral oww, looks very good. What one can do in the #CLI. Though I prefer a GUI myself, this one should be added to #delightful-cli by @shellowl Care for a PR?


Another project to share: https://www.dbcli.com/

This is for everyone who prefers the # over a GUI. The website lists # clients for the CLI.

I personally use mycli https://www.mycli.net/ since some years. I used https://dbeaver.io/ before (for people that prefer GUI).

mycli has a nice autocompletion, configuration file and color support. You also can store favourite database queries. It also allows you to open the current query within vim :)