Vim things i forget all the time

Introduction I try to put here some VIM keybindings, that i forget all the time so that i can find them easily, and maybe it will also help someone else. Recording Start recording press q in normal mode followed by a letter ( a to z) Stop recodring press q in normal mode again Replay recording @ Replay the last replay @@ More info you can find on Vim Tips Wiki Or sudo stuff Sudo TIps
One minute to read

Opyrator instant python web function

How to test opyrator in linux Introduction With opyrator you can create a web function from any python function, it used fastapi, streamlit and pydantic. For this example i just wanted to test what is posible also using pydantic to change some input and output field Setup Start by creating your python virtual environment and activating it python3 -m venv opyrator cd opyrator source bin/activate After that you can install opyrator and what is more needed
One minute to read