- insert an oval shape
- write a question mark inside it (style > text)
- add an action, bookmark type
- you can write a help-kind of text in the tooltip section (action > tooltip)
there are built-in key bindings for scrolling on powershell
was looking for a way to do this, as i have been looking through docker logs1 for basically the whole day2. a lot of moving my hand all the way over to the mouse to scroll
after searchingit up, a reddit comment suggested adding key bindings
Footnotes
-
why is the
docker ps
command so poorly fomatted? it is terribly annoying to parse what is going on a basic visual level. seems to be a gripe sustained by at least 173 other poor souls ↩ -
the
docker inspect
command has been quite useful ↩
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(a:=df.melt(value_vars=[qtt, val], id_vars=[moy, par, ven], var_name='type')).assign(**{mnt:a[moy] + '-' + a['type']})[[mnt,par,ven,'value']].pivot(columns=[mnt], index=[par,ven], values='value').to_csv('73-1.csv') |
OlderNewer