Items tagged with: CLI

Search

Items tagged with: CLI


Question about #git #cli

If I'm inside a branch, is it safe to create a new branch directly from there, or is it always better to switch back to main first?

#git #CLI


Hm, does someone know a #sip client that works from the #cli on #arm64 with 1und1.de #voip?

I tried

  • linphonec, but didn't get it to register on my arm64 debian installation
  • I like baresip, but I couldn't configure it to register to register with 1und1.de
  • sipsimpleclient.org - worked somehow on my desktop, but didn't get it installed on arm64

It doesn't need to be fancy, I'm just looking for a simple tool to let a phone ring. No need to connect nor for audio transmission.



Running commands of your servers or bots from Libervia CLI.


In this video, I show how to use the Libervia CLI to run ad-hoc commands, a powerful feature of XMPP that allows you to execute custom commands on your server or client. I'll demonstrate how to list available commands, run a command to get the server uptime, and send an announcement to all users. This tutorial is a great way to learn more about the Libervia CLI and how to use it to automate tasks and interact with your XMPP ecosystem.





“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

pandoc.org/MANUAL#defaults-fil…

#pandoc #cli #yaml



Another project to share: dbcli.com/

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

I personally use mycli mycli.net/ since some years. I used 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 :)