Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python

While my novies script was born a few days ago, it already is rewritten to destruction. At least at the moment.

Rewriting is getting rid of intermediate files and will store all fluid information in accociative arrays, so that the entire execution can be done from memory.

So keep an eye on https://codeberg.org/oxo/tool/src/branch/main/novies as it will receive iterative updates shortly.

#linux #comandline #shell #script

tool/novies at main

tool

Codeberg.org

If you can't do it at a TTY, it's not worth doing!

</curmudgeon-mode>

#Wayland #Linux #Xorg #ComandLine

For those to whom this may be useful:

Setting a SOCKS5 proxy in the terminal:

ssh -D 8080 [email protected] export http_proxy="socks5://127.0.0.1:8080" export https_proxy="socks5://127.0.0.1:8080"or, alternatively
export http_proxy="socks5://[proxy.server]:666" export https_proxy="socks5://[proxy.server]:666"#linux #cli #comandline #commandlinefu #proxy #socks5

Sudo for Windows - How to Enable it, and How to Use it

YouTube
O processo de construção de um vídeo de standard profissional e o observar do resultado com recurso apenas a #comandline, #ffmpeg e #inkscape é impagável.
NOTA: Sim...trabalhoso...até termos um "template" o processo é moroso...
#termux #terminal #cli #bash #zsh #fish #fishshell #comandline #shell #opensource #android #linux
 По рекомендации одного воина я всё таки поставил оболочку FISH. И да, она удобная. Отделное спасибо тому воину 

Envie de gagner en productivité dans vos lignes de commande ?

Ce post déborde d'outils intéressants

#bash #comandline #tools

https://dev.to/lissy93/cli-tools-you-cant-live-without-57f6

CLI tools you won't be able to live without 🔧

A list of 50 command line tools, which you should definitely check out!

DEV Community
How To Check The Password Complexity In Linux - OSTechNix

In this short tutorial, we will see how to check the password complexity in Linux from commandline.

OSTechNix